month 126 lib/vfs/parse_ls_vga.c is_localized_month (const char *month) month 130 lib/vfs/parse_ls_vga.c if (month == NULL) month 134 lib/vfs/parse_ls_vga.c i < 3 && *month != '\0' && !isdigit ((unsigned char) *month) month 135 lib/vfs/parse_ls_vga.c && !iscntrl ((unsigned char) *month) && !ispunct ((unsigned char) *month); i++, month++) month 138 lib/vfs/parse_ls_vga.c return (i == 3 && *month == '\0'); month 498 lib/vfs/parse_ls_vga.c static const char *month = "JanFebMarAprMayJunJulAugSepOctNovDec"; month 504 lib/vfs/parse_ls_vga.c pos = strstr (month, str); month 509 lib/vfs/parse_ls_vga.c tim->tm_mon = (pos - month) / 3; month 157 src/vfs/ftpfs/ftpfs_parse_ls.c guess_year (int month, int day, int hour, int minute) month 166 src/vfs/ftpfs/ftpfs_parse_ls.c if (month * 32 + day > now.tm_mon * 32 + now.tm_mday + 6) month 230 src/vfs/ftpfs/ftpfs_parse_ls.c int year, month, day, hour, minute, second; month 249 src/vfs/ftpfs/ftpfs_parse_ls.c n = sscanf (s + skip, "%2d%2d%2d%2d%2d", &month, &day, &hour, &minute, &second); month 255 src/vfs/ftpfs/ftpfs_parse_ls.c tm.tm_mon = month - 1; month 454 src/vfs/ftpfs/ftpfs_parse_ls.c int month, day, year, hour, minute; month 462 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (t, "%2d-%2d-%2d", &month, &day, &year) != 3) month 491 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] */