Searched refs:DaysInMonth (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/bsd/libarchive/dist/libarchive/ |
H A D | archive_getdate.c | 691 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 D | parsedate.y | 478 static short DaysInMonth[12] = { 951 if (tm.tm_mday > (Day = DaysInMonth[tm.tm_mon] +
|
/netbsd-src/external/bsd/ntp/dist/util/ |
H A D | tg2.c | 2406 int DaysInMonth[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; local 2434 ReturnValue += DaysInMonth [ MonthCounter - 1 ];
|