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

/freebsd-13-stable/contrib/ntp/ntpd/
H A Dcheck_y2k.c258 if ( !isleap_tm(2000-1900) )
260 fprintf( stdout, "isleap_tm(100) REPORTED FALSE\n" );
286 IsLeapSw = isleap_tm(year-1900);
/freebsd-13-stable/contrib/ntp/include/
H A Dntp.h57 #define isleap_tm(y) ((y) % 4 == 0 && !((y) % 100 == 0 && !(((y) \ macro

Completed in 110 milliseconds