Home
last modified time | relevance | path

Searched refs:DaysInMonth (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_getdate.c691 signed char DaysInMonth[12] = { in Convert() local
705 DaysInMonth[1] = Year % 4 == 0 && (Year % 100 != 0 || Year % 400 == 0) in Convert()
712 || Day < 1 || Day > DaysInMonth[(int)--Month] in Convert()
720 Julian += DaysInMonth[i]; in Convert()
/netbsd-src/lib/libutil/
H A Dparsedate.y478 static short DaysInMonth[12] = {
951 if (tm.tm_mday > (Day = DaysInMonth[tm.tm_mon] +
/netbsd-src/external/bsd/ntp/dist/util/
H A Dtg2.c2406 int DaysInMonth[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; local
2434 ReturnValue += DaysInMonth [ MonthCounter - 1 ];