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

/freebsd-13-stable/contrib/ntp/ntpd/
H A Dcheck_y2k.c338 int DayCnt; local
341 DayCnt = (int)days_per_year(year);
343 if ( ( LeapSw ? 366 : 365 ) != DayCnt )
348 year, LeapSw, DayCnt );

Completed in 46 milliseconds