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

/freebsd-11-stable/usr.bin/calendar/
H A Dday.c49 settimes(time_t now, int before, int after, int friday, struct tm *tp1, struct tm *tp2) argument
57 if (after == 0 && before == 0 && friday != -1)
58 after = tp.tm_wday == friday ? 3 : 1;
H A Dcalendar.h158 void settimes(time_t,int before, int after, int friday, struct tm *tp1, struct tm *tp2);

Completed in 305 milliseconds