gmt              1489 src/vfs/shell/shell.c     struct tm *gmt;
gmt              1503 src/vfs/shell/shell.c     gmt = gmtime (&atime);
gmt              1505 src/vfs/shell/shell.c                 gmt->tm_year + 1900, gmt->tm_mon + 1, gmt->tm_mday,
gmt              1506 src/vfs/shell/shell.c                 gmt->tm_hour, gmt->tm_min, gmt->tm_sec);
gmt              1508 src/vfs/shell/shell.c                 gmt->tm_year + 1900, gmt->tm_mon + 1, gmt->tm_mday,
gmt              1509 src/vfs/shell/shell.c                 gmt->tm_hour, gmt->tm_min, gmt->tm_sec, atime_nsec);
gmt              1512 src/vfs/shell/shell.c     gmt = gmtime (&mtime);
gmt              1514 src/vfs/shell/shell.c                 gmt->tm_year + 1900, gmt->tm_mon + 1, gmt->tm_mday,
gmt              1515 src/vfs/shell/shell.c                 gmt->tm_hour, gmt->tm_min, gmt->tm_sec);
gmt              1517 src/vfs/shell/shell.c                 gmt->tm_year + 1900, gmt->tm_mon + 1, gmt->tm_mday,
gmt              1518 src/vfs/shell/shell.c                 gmt->tm_hour, gmt->tm_min, gmt->tm_sec, mtime_nsec);