tm_min 102 lib/timefmt.c lt->tm_sec = lt->tm_min = lt->tm_hour = lt->tm_mday = 10; tm_min 164 lib/vfs/parse_ls_vga.c if (sscanf (str, "%2d:%2d:%2d", &tim->tm_hour, &tim->tm_min, &tim->tm_sec) != 3) tm_min 169 lib/vfs/parse_ls_vga.c if (sscanf (str, "%2d:%2d", &tim->tm_hour, &tim->tm_min) != 2) tm_min 539 lib/vfs/parse_ls_vga.c tim.tm_min = 0; tm_min 261 src/vfs/ftpfs/ftpfs_parse_ls.c tm.tm_min = minute; tm_min 369 src/vfs/ftpfs/ftpfs_parse_ls.c date.tm_hour = date.tm_min = 0; tm_min 372 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (t, "%2d:%2d", &date.tm_hour, &date.tm_min) == 2) tm_min 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_min 382 src/vfs/ftpfs/ftpfs_parse_ls.c date.tm_min = 0; tm_min 489 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_min = minute; // minutes after the hour [0, 59] tm_min 863 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_min = minute; // minutes after the hour [0, 59] tm_min 966 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_min = minute; // minutes after the hour [0, 59] tm_min 1065 src/vfs/ftpfs/ftpfs_parse_ls.c if (!parse_year_or_time (t, &date.tm_year, &date.tm_hour, &date.tm_min)) tm_min 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_min 860 src/vfs/shell/shell.c &tim.tm_hour, &tim.tm_min, &tim.tm_sec) tm_min 1451 src/vfs/shell/shell.c gmt->tm_mon + 1, gmt->tm_mday, gmt->tm_hour, gmt->tm_min, gmt->tm_sec); tm_min 1453 src/vfs/shell/shell.c gmt->tm_year + 1900, gmt->tm_mon + 1, gmt->tm_mday, gmt->tm_hour, gmt->tm_min, tm_min 1458 src/vfs/shell/shell.c gmt->tm_mon + 1, gmt->tm_mday, gmt->tm_hour, gmt->tm_min, gmt->tm_sec); tm_min 1460 src/vfs/shell/shell.c gmt->tm_year + 1900, gmt->tm_mon + 1, gmt->tm_mday, gmt->tm_hour, gmt->tm_min,