month 129 lib/vfs/parse_ls_vga.c is_localized_month (const char *month) month 133 lib/vfs/parse_ls_vga.c if (month == NULL) month 136 lib/vfs/parse_ls_vga.c for (i = 0; i < 3 && *month != '\0' && !isdigit ((unsigned char) *month) month 137 lib/vfs/parse_ls_vga.c && !iscntrl ((unsigned char) *month) && !ispunct ((unsigned char) *month); month 138 lib/vfs/parse_ls_vga.c i++, month++) month 141 lib/vfs/parse_ls_vga.c return (i == 3 && *month == '\0'); month 501 lib/vfs/parse_ls_vga.c static const char *month = "JanFebMarAprMayJunJulAugSepOctNovDec"; month 507 lib/vfs/parse_ls_vga.c pos = strstr (month, str); month 512 lib/vfs/parse_ls_vga.c tim->tm_mon = (pos - month) / 3; month 160 src/vfs/ftpfs/ftpfs_parse_ls.c guess_year (int month, int day, int hour, int minute) month 169 src/vfs/ftpfs/ftpfs_parse_ls.c if (month * 32 + day > now.tm_mon * 32 + now.tm_mday + 6) month 233 src/vfs/ftpfs/ftpfs_parse_ls.c int year, month, day, hour, minute, second; month 252 src/vfs/ftpfs/ftpfs_parse_ls.c n = sscanf (s + skip, "%2d%2d%2d%2d%2d", &month, &day, &hour, &minute, &second); month 258 src/vfs/ftpfs/ftpfs_parse_ls.c tm.tm_mon = month - 1; month 455 src/vfs/ftpfs/ftpfs_parse_ls.c int month, day, year, hour, minute; month 463 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (t, "%2d-%2d-%2d", &month, &day, &year) != 3) month 492 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_mon = month - 1; // months since January [0, 11] month 825 src/vfs/ftpfs/ftpfs_parse_ls.c int month, day, year, hour, minute, second; month 845 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (t, "%2d/%2d/%2d", &month, &day, &year) != 3) month 866 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_mon = month - 1; // months since January [0, 11] month 928 src/vfs/ftpfs/ftpfs_parse_ls.c int month, day, year, hour, minute; month 952 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (t, "%2d-%2d-%2d", &month, &day, &year) != 3) month 969 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_mon = month - 1; // months since January [0, 11]