Searched refs:leapchar (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/ntp/ntpd/ |
| H A D | refclock_ulink.c | 198 char leapchar; /* leap indicator */ in ulink_receive() local 238 syncchar = leapchar = modechar = siglchar = ' '; in ulink_receive() 294 &leapchar) == 8) { in ulink_receive() 304 if (leapchar == 'I' ) leapchar = '+'; in ulink_receive() 305 if (leapchar == 'D' ) leapchar = '-'; in ulink_receive() 314 printf("ulink: leapchar %x\n", leapchar); in ulink_receive() 366 &leapchar) in ulink_receive() [all...] |
| H A D | refclock_wwvb.c | 262 char leapchar; /* leap indicator */ in wwvb_receive() local 321 syncchar = qualchar = leapchar = dstchar = ' '; in wwvb_receive() 347 &leapchar) == 9) { in wwvb_receive() 364 &pp->minute, &pp->second, &dstchar, &leapchar) == 8) in wwvb_receive() 426 else if (leapchar == 'L') in wwvb_receive()
|
| H A D | refclock_hpgps.c | 256 char leapchar; /* leapsecond: + or 0 or - */ in hpgps_receive() local 417 &timequal, &freqqual, &leapchar, &servchar, &syncchar, in hpgps_receive() 536 switch (leapchar) { in hpgps_receive() 560 leapchar); in hpgps_receive() 564 } /* end of leapchar switch */ in hpgps_receive()
|
| H A D | refclock_acts.c | 735 char leapchar; /* WWVB leap indicator */ in acts_timecode() local 858 &dstchar, &leapchar, &dstchar) != 11) { in acts_timecode() 866 else if (leapchar == 'L') in acts_timecode()
|
| H A D | refclock_chu.c | 1331 char synchar, qual, leapchar; in chu_second() local 1367 synchar = leapchar = ' '; in chu_second() 1373 leapchar = 'L'; in chu_second() 1376 leapchar = 'l'; in chu_second() 1383 pp->second, leapchar, up->dst, up->dut, minset, up->gain, in chu_second()
|
| H A D | refclock_wwv.c | 2624 char synchar, leapchar, dst; in timecode() local 2639 leapchar = (up->misc & SECWAR) ? 'L' : ' '; in timecode() 2647 year, day, hour, minute, second, leapchar, dst, dut); in timecode()
|