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

/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_ulink.c198 char leapchar; /* leap indicator */ local
238 syncchar = leapchar = modechar = siglchar = ' ';
294 &leapchar) == 8) {
304 if (leapchar == 'I' ) leapchar = '+';
305 if (leapchar == 'D' ) leapchar = '-';
314 printf("ulink: leapchar %x\n", leapchar);
366 &leapchar)
[all...]
H A Drefclock_wwvb.c262 char leapchar; /* leap indicator */ local
321 syncchar = qualchar = leapchar = dstchar = ' ';
347 &leapchar) == 9) {
364 &pp->minute, &pp->second, &dstchar, &leapchar) == 8)
426 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_acts.c745 char leapchar; /* WWVB leap indicator */ local
868 &dstchar, &leapchar, &dstchar) != 11) {
876 else if (leapchar == 'L')
H A Drefclock_chu.c1331 char synchar, qual, leapchar; local
1367 synchar = leapchar = ' ';
1373 leapchar = 'L';
1376 leapchar = 'l';
1383 pp->second, leapchar, up->dst, up->dut, minset, up->gain,
H A Drefclock_wwv.c2624 char synchar, leapchar, dst; local
2639 leapchar = (up->misc & SECWAR) ? 'L' : ' ';
2647 year, day, hour, minute, second, leapchar, dst, dut);

Completed in 149 milliseconds