Home
last modified time | relevance | path

Searched refs:syncchar (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/ntp/dist/ntpd/
Drefclock_ulink.c199 char syncchar; /* synchronization indicator */ in ulink_receive() local
240 syncchar = leapchar = modechar = siglchar = ' '; in ulink_receive()
295 &pp->hour, &syncchar, &pp->minute, &pp->second, in ulink_receive()
367 &pp->hour, &syncchar, &pp->minute, &pp->second, in ulink_receive()
427 &syncchar, &quality, &modechar, &pp->year, &pp->day, in ulink_receive()
433 if (syncchar != '?' ) syncchar = ':'; in ulink_receive()
515 if (syncchar != ':') in ulink_receive()
Drefclock_wwvb.c263 char syncchar; /* synchronization indicator */ in wwvb_receive() local
324 syncchar = qualchar = leapchar = dstchar = ' '; in wwvb_receive()
335 &syncchar, &pp->day, &pp->hour, &pp->minute, in wwvb_receive()
348 &syncchar, &qualchar, &pp->year, &pp->day, in wwvb_receive()
366 &syncchar, &pp->year, &month, &day, &pp->hour, in wwvb_receive()
427 if (syncchar != ' ') in wwvb_receive()
Drefclock_arbiter.c238 u_char syncchar; /* synch indicator */ in arb_receive() local
347 syncchar = ' '; in arb_receive()
349 &syncchar, &pp->year, &pp->day, &pp->hour, in arb_receive()
413 if (syncchar != ' ') in arb_receive()
Drefclock_hpgps.c260 char syncchar; /* time info is invalid: 0 = no, 1 = yes */ in hpgps_receive() local
419 &timequal, &freqqual, &leapchar, &servchar, &syncchar, in hpgps_receive()
533 if (syncchar != '0') { in hpgps_receive()