Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Dcalendar.c195 days_per_month(int year, int month) in days_per_month() function
218 return days_per_month(year, month); in days_in_month()
258 result += days_per_month(year, month); in day_in_year()
315 int dpm = days_per_month(year, month); in getisoweeks()
759 if (day > 0 && day <= days_per_month(current.tm_year + 1900, in dialog_calendar()