Searched refs:first_dayofweek_of_month (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/usr.bin/calendar/
H A Dcalendar.h189 int first_dayofweek_of_month(int y, int m);
H A Dparsedata.c393 wday1 = first_dayofweek_of_month(year, month);
619 dow = first_dayofweek_of_month(year, imonth);
655 dow = first_dayofweek_of_month(year, imonth);
H A Ddates.c349 first_dayofweek_of_month(int yy, int mm) function

Completed in 191 milliseconds