HomeSort by: relevance | last modified time | path
    Searched defs:DaysInMonth (Results 1 - 2 of 2) 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/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 26 milliseconds