Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ntp/dist/ntpd/
H A Dcheck_y2k.c304 #define is_leapyear(y) (y%4 == 0 && !(y%100 == 0 && !(y%400 == 0))) in main() macro
/netbsd-src/external/bsd/ntp/dist/include/
H A Dntp_calendar.h526 is_leapyear(int32_t y) { in is_leapyear() function