gmt              1456 src/vfs/shell/shell.c     struct tm *gmt;
gmt              1471 src/vfs/shell/shell.c     gmt = gmtime (&atime.tv_sec);
gmt              1473 src/vfs/shell/shell.c                 gmt->tm_year + 1900, gmt->tm_mon + 1, gmt->tm_mday,
gmt              1474 src/vfs/shell/shell.c                 gmt->tm_hour, gmt->tm_min, gmt->tm_sec);
gmt              1476 src/vfs/shell/shell.c                 gmt->tm_year + 1900, gmt->tm_mon + 1, gmt->tm_mday,
gmt              1477 src/vfs/shell/shell.c                 gmt->tm_hour, gmt->tm_min, gmt->tm_sec, atime.tv_nsec);
gmt              1479 src/vfs/shell/shell.c     gmt = gmtime (&mtime.tv_sec);
gmt              1481 src/vfs/shell/shell.c                 gmt->tm_year + 1900, gmt->tm_mon + 1, gmt->tm_mday,
gmt              1482 src/vfs/shell/shell.c                 gmt->tm_hour, gmt->tm_min, gmt->tm_sec);
gmt              1484 src/vfs/shell/shell.c                 gmt->tm_year + 1900, gmt->tm_mon + 1, gmt->tm_mday,
gmt              1485 src/vfs/shell/shell.c                 gmt->tm_hour, gmt->tm_min, gmt->tm_sec, mtime.tv_nsec);