gmt 1457 src/vfs/shell/shell.c struct tm *gmt; gmt 1472 src/vfs/shell/shell.c gmt = gmtime (&atime.tv_sec); gmt 1474 src/vfs/shell/shell.c gmt->tm_year + 1900, gmt->tm_mon + 1, gmt->tm_mday, gmt 1475 src/vfs/shell/shell.c gmt->tm_hour, gmt->tm_min, gmt->tm_sec); gmt 1477 src/vfs/shell/shell.c gmt->tm_year + 1900, gmt->tm_mon + 1, gmt->tm_mday, gmt 1478 src/vfs/shell/shell.c gmt->tm_hour, gmt->tm_min, gmt->tm_sec, atime.tv_nsec); gmt 1480 src/vfs/shell/shell.c gmt = gmtime (&mtime.tv_sec); gmt 1482 src/vfs/shell/shell.c gmt->tm_year + 1900, gmt->tm_mon + 1, gmt->tm_mday, gmt 1483 src/vfs/shell/shell.c gmt->tm_hour, gmt->tm_min, gmt->tm_sec); gmt 1485 src/vfs/shell/shell.c gmt->tm_year + 1900, gmt->tm_mon + 1, gmt->tm_mday, gmt 1486 src/vfs/shell/shell.c gmt->tm_hour, gmt->tm_min, gmt->tm_sec, mtime.tv_nsec);