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

/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_ulink.c216 char leapchar; /* leap indicator */ local
256 syncchar = leapchar = modechar = siglchar = ' ';
312 &leapchar) == 8) {
322 if (leapchar == 'I' ) leapchar = '+';
323 if (leapchar == 'D' ) leapchar = '-';
332 printf("ulink: leapchar %x\n", leapchar);
384 &leapchar)
[all...]
H A Drefclock_wwvb.c259 char leapchar; /* leap indicator */ local
294 syncchar = qualchar = leapchar = dstchar = ' ';
318 &leapchar) == 9)
330 &pp->minute, &pp->second, &dstchar, &leapchar) == 8)
390 else if (leapchar == 'L')
H A Drefclock_hpgps.c256 char leapchar; /* leapsecond: + or 0 or - */ local
417 &timequal, &freqqual, &leapchar, &servchar, &syncchar,
536 switch (leapchar) {
560 leapchar);
564 } /* end of leapchar switch */
H A Drefclock_chu.c1308 char synchar, qual, leapchar; local
1344 synchar = leapchar = ' ';
1350 leapchar = 'L';
1353 leapchar = 'l';
1360 pp->second, leapchar, up->dst, up->dut, minset, up->gain,
H A Drefclock_acts.c449 char leapchar; /* WWVB leap indicator */ local
586 &dstchar, &leapchar, &dstchar) != 11) {
594 else if (leapchar == 'L')
H A Drefclock_wwv.c2622 char synchar, leapchar, dst; local
2637 leapchar = (up->misc & SECWAR) ? 'L' : ' ';
2644 year, day, hour, minute, second, leapchar, dst, dut);

Completed in 49 milliseconds