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

/freebsd-12-stable/contrib/ntp/ntpd/
H A Dcheck_y2k.c273 int IsLeapSw; local
276 IsLeapSw = isleap_4(year);
278 if ( !!LeapSw != !!IsLeapSw )
282 " %4d %2d %3d *** ERROR\n", year, LeapSw, IsLeapSw );
286 IsLeapSw = isleap_tm(year-1900);
288 if ( !!LeapSw != !!IsLeapSw )
292 " %4d %2d %3d *** ERROR\n", year, LeapSw, IsLeapSw );

Completed in 106 milliseconds