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

/freebsd-13-stable/contrib/ntp/ntpd/
H A Dcheck_y2k.c302 #define is_leapyear(y) (y%4 == 0 && !(y%100 == 0 && !(y%400 == 0))) macro
310 if ( !(!LeapSw) != !(!is_leapyear(year)) )
/freebsd-13-stable/contrib/ntp/include/
H A Dntp_calendar.h524 is_leapyear(int32_t y) { function
/freebsd-13-stable/contrib/ntp/libntp/
H A Dntp_calendar.c1430 mdays -= 2 - is_leapyear(years+1);

Completed in 222 milliseconds