tm_hour           102 lib/timefmt.c          lt->tm_sec = lt->tm_min = lt->tm_hour = lt->tm_mday = 10;
tm_hour           164 lib/vfs/parse_ls_vga.c         if (sscanf (str, "%2d:%2d:%2d", &tim->tm_hour, &tim->tm_min, &tim->tm_sec) != 3)
tm_hour           169 lib/vfs/parse_ls_vga.c         if (sscanf (str, "%2d:%2d", &tim->tm_hour, &tim->tm_min) != 2)
tm_hour           538 lib/vfs/parse_ls_vga.c     tim.tm_hour = 0;
tm_hour           260 src/vfs/ftpfs/ftpfs_parse_ls.c     tm.tm_hour = hour;
tm_hour           369 src/vfs/ftpfs/ftpfs_parse_ls.c     date.tm_hour = date.tm_min = 0;
tm_hour           372 src/vfs/ftpfs/ftpfs_parse_ls.c     if (sscanf (t, "%2d:%2d", &date.tm_hour, &date.tm_min) == 2)
tm_hour           373 src/vfs/ftpfs/ftpfs_parse_ls.c         date.tm_year = guess_year (date.tm_mon, date.tm_mday, date.tm_hour, date.tm_min) - 1900;
tm_hour           381 src/vfs/ftpfs/ftpfs_parse_ls.c         date.tm_hour = 12;
tm_hour           490 src/vfs/ftpfs/ftpfs_parse_ls.c     tms.tm_hour = hour;         // hour since midnight [0, 23]
tm_hour           864 src/vfs/ftpfs/ftpfs_parse_ls.c     tms.tm_hour = hour;         // hour since midnight [0, 23]
tm_hour           967 src/vfs/ftpfs/ftpfs_parse_ls.c     tms.tm_hour = hour;         // hour since midnight [0, 23]
tm_hour          1065 src/vfs/ftpfs/ftpfs_parse_ls.c     if (!parse_year_or_time (t, &date.tm_year, &date.tm_hour, &date.tm_min))
tm_hour          1071 src/vfs/ftpfs/ftpfs_parse_ls.c         date.tm_year = guess_year (date.tm_mon, date.tm_mday, date.tm_hour, date.tm_min) - 1900;
tm_hour          1073 src/vfs/ftpfs/ftpfs_parse_ls.c         date.tm_hour = 12;
tm_hour           860 src/vfs/shell/shell.c                     &tim.tm_hour, &tim.tm_min, &tim.tm_sec)
tm_hour          1451 src/vfs/shell/shell.c                 gmt->tm_mon + 1, gmt->tm_mday, gmt->tm_hour, gmt->tm_min, gmt->tm_sec);
tm_hour          1453 src/vfs/shell/shell.c                 gmt->tm_year + 1900, gmt->tm_mon + 1, gmt->tm_mday, gmt->tm_hour, gmt->tm_min,
tm_hour          1458 src/vfs/shell/shell.c                 gmt->tm_mon + 1, gmt->tm_mday, gmt->tm_hour, gmt->tm_min, gmt->tm_sec);
tm_hour          1460 src/vfs/shell/shell.c                 gmt->tm_year + 1900, gmt->tm_mon + 1, gmt->tm_mday, gmt->tm_hour, gmt->tm_min,