Home
last modified time | relevance | path

Searched refs:month_days (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/bsddialog/lib/
H A Ddatebox.c87 static int month_days(int yy, int mm) in month_days() function
123 if (*dd > month_days(*yy, *mm)) in init_date()
124 *dd = month_days(*yy, *mm); in init_date()
131 ndays = month_days(*yy, *mm); in datectl()
143 ndays = month_days(*yy, *mm); in datectl()
168 *dd = month_days(*yy, *mm); in datectl()
189 ndays = month_days(*yy, *mm); in datectl()
199 ndays = month_days(*yy, *mm); in datectl()
205 ndays = month_days(*yy, *mm); in datectl()
211 ndays = month_days(*y in datectl()
[all...]
/freebsd/sys/kern/
H A Dsubr_clock.c86 (month_days[(m) - 1] + (m == FEBRUARY ? leapyear(y) : 0))
90 static const int month_days[12] = { variable