HomeSort by: relevance | last modified time | path
    Searched refs:DaysInMonth (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_parse_date.c 690 signed char DaysInMonth[12] = {
704 DaysInMonth[1] = Year % 4 == 0 && (Year % 100 != 0 || Year % 400 == 0)
709 || Day < 1 || Day > DaysInMonth[(int)--Month]
717 Julian += DaysInMonth[i];
  /src/lib/libutil/
parsedate.y 478 static short DaysInMonth[12] = {
952 if (tm.tm_mday > (Day = DaysInMonth[tm.tm_mon] +
  /src/external/bsd/ntp/dist/util/
tg2.c 2406 int DaysInMonth[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31};
2434 ReturnValue += DaysInMonth [ MonthCounter - 1 ];

Completed in 146 milliseconds