Home
last modified time | relevance | path

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

/freebsd/usr.bin/calendar/
H A Ddates.c83 static struct cal_day * find_day(int yy, int mm, int dd);
409 find_day(int yy, int mm, int dd) in find_day() function
450 d = find_day(e->year, e->month, e->day); in addtodate()