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

/macosx-10.10/ntp-92/ntpd/
H A Drefclock_gpsvme.c234 int leap_day; local
242 leap_day = BCD2INT2(dlo) + 100*(dhi & 0x0F);
245 if (leap_day && leap_day == pp->day) {
248 leap_day, dhi, dlo);

Completed in 95 milliseconds