Searched defs:is_leapyear (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/ntp/ntpd/
H A Dcheck_y2k.c302 #define is_leapyear(y) (y%4 == 0 && !(y%100 == 0 && !(y%400 == 0))) macro
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_calendar.h524 is_leapyear(int32_t y) { function

Completed in 72 milliseconds