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

/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Dmaketime.c49 static int month_days P((struct tm const*));
75 month_days(tm) function
160 t->tm_mday = month_days(t);
172 if (month_days(t) < ++t->tm_mday) {
/freebsd-9.3-release/sys/kern/
H A Dsubr_clock.c92 (month_days[(m) - 1] + (m == FEBRUARY ? leapyear(y) : 0))
96 static const int month_days[12] = { variable

Completed in 156 milliseconds