tm_min 102 lib/timefmt.c lt->tm_sec = lt->tm_min = lt->tm_hour = lt->tm_mday = 10; tm_min 163 lib/vfs/parse_ls_vga.c if (sscanf (str, "%2d:%2d:%2d", &tim->tm_hour, &tim->tm_min, &tim->tm_sec) != 3) tm_min 168 lib/vfs/parse_ls_vga.c if (sscanf (str, "%2d:%2d", &tim->tm_hour, &tim->tm_min) != 2) tm_min 538 lib/vfs/parse_ls_vga.c tim.tm_min = 0; tm_min 259 src/vfs/ftpfs/ftpfs_parse_ls.c tm.tm_min = minute; tm_min 367 src/vfs/ftpfs/ftpfs_parse_ls.c date.tm_hour = date.tm_min = 0; tm_min 370 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (t, "%2d:%2d", &date.tm_hour, &date.tm_min) == 2) tm_min 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_min 380 src/vfs/ftpfs/ftpfs_parse_ls.c date.tm_min = 0; tm_min 487 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_min = minute; /* minutes after the hour [0, 59] */ tm_min 862 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_min = minute; /* minutes after the hour [0, 59] */ tm_min 965 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_min = minute; /* minutes after the hour [0, 59] */ tm_min 1064 src/vfs/ftpfs/ftpfs_parse_ls.c if (!parse_year_or_time (t, &date.tm_year, &date.tm_hour, &date.tm_min)) tm_min 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_min 876 src/vfs/shell/shell.c &tim.tm_mday, &tim.tm_hour, &tim.tm_min, &tim.tm_sec) != 6) tm_min 1474 src/vfs/shell/shell.c gmt->tm_hour, gmt->tm_min, gmt->tm_sec); tm_min 1477 src/vfs/shell/shell.c gmt->tm_hour, gmt->tm_min, gmt->tm_sec, atime.tv_nsec); tm_min 1482 src/vfs/shell/shell.c gmt->tm_hour, gmt->tm_min, gmt->tm_sec); tm_min 1485 src/vfs/shell/shell.c gmt->tm_hour, gmt->tm_min, gmt->tm_sec, mtime.tv_nsec);