tm_hour 102 lib/timefmt.c lt->tm_sec = lt->tm_min = lt->tm_hour = lt->tm_mday = 10; tm_hour 163 lib/vfs/parse_ls_vga.c if (sscanf (str, "%2d:%2d:%2d", &tim->tm_hour, &tim->tm_min, &tim->tm_sec) != 3) tm_hour 168 lib/vfs/parse_ls_vga.c if (sscanf (str, "%2d:%2d", &tim->tm_hour, &tim->tm_min) != 2) tm_hour 537 lib/vfs/parse_ls_vga.c tim.tm_hour = 0; tm_hour 258 src/vfs/ftpfs/ftpfs_parse_ls.c tm.tm_hour = hour; tm_hour 367 src/vfs/ftpfs/ftpfs_parse_ls.c date.tm_hour = date.tm_min = 0; tm_hour 370 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (t, "%2d:%2d", &date.tm_hour, &date.tm_min) == 2) tm_hour 371 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 379 src/vfs/ftpfs/ftpfs_parse_ls.c date.tm_hour = 12; tm_hour 488 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_hour = hour; /* hour since midnight [0, 23] */ tm_hour 863 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_hour = hour; /* hour since midnight [0, 23] */ tm_hour 966 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_hour = hour; /* hour since midnight [0, 23] */ tm_hour 1064 src/vfs/ftpfs/ftpfs_parse_ls.c if (!parse_year_or_time (t, &date.tm_year, &date.tm_hour, &date.tm_min)) tm_hour 1070 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 1072 src/vfs/ftpfs/ftpfs_parse_ls.c date.tm_hour = 12; tm_hour 876 src/vfs/shell/shell.c &tim.tm_mday, &tim.tm_hour, &tim.tm_min, &tim.tm_sec) != 6) tm_hour 1474 src/vfs/shell/shell.c gmt->tm_hour, gmt->tm_min, gmt->tm_sec); tm_hour 1477 src/vfs/shell/shell.c gmt->tm_hour, gmt->tm_min, gmt->tm_sec, atime.tv_nsec); tm_hour 1482 src/vfs/shell/shell.c gmt->tm_hour, gmt->tm_min, gmt->tm_sec); tm_hour 1485 src/vfs/shell/shell.c gmt->tm_hour, gmt->tm_min, gmt->tm_sec, mtime.tv_nsec);