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

/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_hopfser.c286 if(pp->year < YEAR_PIVOT) { pp->year += 100; } /* < 98 */
H A Dcheck_y2k.c444 if ( year >= YEAR_PIVOT+1900 )
H A Drefclock_arc.c1205 if(pp->year < YEAR_PIVOT) { pp->year += 100; } /* Y2KFixes */
1212 if(pp->year >= YEAR_PIVOT+2000-2 ) { /* Y2KFixes */
/macosx-10.10.1/ntp-92/include/
H A Dntp.h27 #define YEAR_PIVOT 98 /* 97/98: years < this are year 2000+ macro
63 * if (year < YEAR_PIVOT)
68 * if (year < YEAR_PIVOT)

Completed in 130 milliseconds