Home
last modified time | relevance | path

Searched defs:days_in_month (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_clock.c85 #define days_in_month(y, m) \ macro
/freebsd/contrib/ntp/ntpd/
H A Drefclock_leitch.c114 static char days_in_month [] = { 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; variable
/freebsd/contrib/dialog/
H A Dcalendar.c212 days_in_month(struct tm *current, int offset /* -1, 0, 1 */ ) in days_in_month() function