Searched defs:month_days (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/kern/ | ||
| H A D | subr_clock.c | 90 static const int month_days[12] = { variable |
| /freebsd/contrib/bsddialog/lib/ | ||
| H A D | datebox.c | 87 static int month_days(int yy, int mm) in month_days() function |