month 128 lib/vfs/parse_ls_vga.c is_localized_month (const char *month) month 132 lib/vfs/parse_ls_vga.c if (month == NULL) month 136 lib/vfs/parse_ls_vga.c i < 3 && *month != '\0' && !isdigit ((unsigned char) *month) month 137 lib/vfs/parse_ls_vga.c && !iscntrl ((unsigned char) *month) && !ispunct ((unsigned char) *month); i++, month++) month 140 lib/vfs/parse_ls_vga.c return (i == 3 && *month == '\0'); month 500 lib/vfs/parse_ls_vga.c static const char *month = "JanFebMarAprMayJunJulAugSepOctNovDec"; month 506 lib/vfs/parse_ls_vga.c pos = strstr (month, str); month 511 lib/vfs/parse_ls_vga.c tim->tm_mon = (pos - month) / 3; month 158 src/vfs/ftpfs/ftpfs_parse_ls.c guess_year (int month, int day, int hour, int minute) month 167 src/vfs/ftpfs/ftpfs_parse_ls.c if (month * 32 + day > now.tm_mon * 32 + now.tm_mday + 6) month 231 src/vfs/ftpfs/ftpfs_parse_ls.c int year, month, day, hour, minute, second; month 250 src/vfs/ftpfs/ftpfs_parse_ls.c n = sscanf (s + skip, "%2d%2d%2d%2d%2d", &month, &day, &hour, &minute, &second); month 256 src/vfs/ftpfs/ftpfs_parse_ls.c tm.tm_mon = month - 1; month 453 src/vfs/ftpfs/ftpfs_parse_ls.c int month, day, year, hour, minute; month 461 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (t, "%2d-%2d-%2d", &month, &day, &year) != 3) month 490 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_mon = month - 1; /* months since January [0, 11] */ month 824 src/vfs/ftpfs/ftpfs_parse_ls.c int month, day, year, hour, minute, second; month 844 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (t, "%2d/%2d/%2d", &month, &day, &year) != 3) month 865 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_mon = month - 1; /* months since January [0, 11] */ month 927 src/vfs/ftpfs/ftpfs_parse_ls.c int month, day, year, hour, minute; month 951 src/vfs/ftpfs/ftpfs_parse_ls.c if (sscanf (t, "%2d-%2d-%2d", &month, &day, &year) != 3) month 968 src/vfs/ftpfs/ftpfs_parse_ls.c tms.tm_mon = month - 1; /* months since January [0, 11] */