Searched defs:days_in_month (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/kern/ |
H A D | subr_clock.c | 85 #define days_in_month(y, m) \ macro
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_leitch.c | 114 static char days_in_month [] = { 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; variable
|
/freebsd/contrib/dialog/ |
H A D | calendar.c | 212 days_in_month(struct tm *current, int offset /* -1, 0, 1 */ ) in days_in_month() function
|