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

/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_hopfser.c280 if(pp->year < YEAR_PIVOT) { pp->year += 100; } /* < 98 */
H A Dcheck_y2k.c443 if ( year >= YEAR_PIVOT+1900 )
H A Drefclock_arc.c1219 if(pp->year < YEAR_PIVOT) { pp->year += 100; } /* Y2KFixes */
1226 if(pp->year >= YEAR_PIVOT+2000-2 ) { /* Y2KFixes */
/freebsd-13-stable/contrib/ntp/parseutil/
H A Ddcfd.c63 #include "ntpd.h" /* indirectly include ntp.h to get YEAR_PIVOT Y2KFixes */
779 if ( clock_time->year < YEAR_PIVOT ) /* in case of Y2KFixes [ */
788 if (clock_time->year < (YEAR_PIVOT + 1900) ) /* Y2KFixes */
1292 year = 1900+YEAR_PIVOT;
/freebsd-13-stable/contrib/ntp/libparse/
H A Dparse.c416 if ( clock_time->year < YEAR_PIVOT ) /* Y2KFixes [ */
/freebsd-13-stable/contrib/ntp/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 122 milliseconds