| /src/external/bsd/ntp/dist/ntpd/ |
| refclock_ulink.c | 200 char leapchar; /* leap indicator */ local 240 syncchar = leapchar = modechar = siglchar = ' '; 296 &leapchar) == 8) { 306 if (leapchar == 'I' ) leapchar = '+'; 307 if (leapchar == 'D' ) leapchar = '-'; 316 printf("ulink: leapchar %x\n", leapchar); 368 &leapchar) == 8) { [all...] |
| refclock_hpgps.c | 258 char leapchar; /* leapsecond: + or 0 or - */ local 419 &timequal, &freqqual, &leapchar, &servchar, &syncchar, 538 switch (leapchar) { 562 leapchar); 566 } /* end of leapchar switch */
|
| refclock_wwvb.c | 265 char leapchar; /* leap indicator */ local 324 syncchar = qualchar = leapchar = dstchar = ' '; 350 &leapchar) == 9) { 367 &pp->minute, &pp->second, &dstchar, &leapchar) == 8) 429 else if (leapchar == 'L')
|
| refclock_acts.c | 737 char leapchar; /* WWVB leap indicator */ local 860 &dstchar, &leapchar, &dstchar) != 11) { 868 else if (leapchar == 'L')
|
| refclock_chu.c | 1333 char synchar, qual, leapchar; local 1369 synchar = leapchar = ' '; 1375 leapchar = 'L'; 1378 leapchar = 'l'; 1385 pp->second, leapchar, up->dst, up->dut, minset, up->gain,
|
| refclock_wwv.c | 2626 char synchar, leapchar, dst; local 2641 leapchar = (up->misc & SECWAR) ? 'L' : ' '; 2649 year, day, hour, minute, second, leapchar, dst, dut);
|