Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Drefclock_ulink.c197 char syncchar; /* synchronization indicator */ in ulink_receive() local
238 syncchar = leapchar = modechar = siglchar = ' '; in ulink_receive()
293 &pp->hour, &syncchar, &pp->minute, &pp->second, in ulink_receive()
365 &pp->hour, &syncchar, &pp->minute, &pp->second, in ulink_receive()
424 &syncchar, &quality, &modechar, &pp->year, &pp->day, in ulink_receive()
430 if (syncchar != '?' ) syncchar = ':'; in ulink_receive()
513 if (syncchar != ':') in ulink_receive()
H A Drefclock_wwvb.c260 char syncchar; /* synchronization indicator */ in wwvb_receive() local
321 syncchar = qualchar = leapchar = dstchar = ' '; in wwvb_receive()
332 &syncchar, &pp->day, &pp->hour, &pp->minute, in wwvb_receive()
345 &syncchar, &qualchar, &pp->year, &pp->day, in wwvb_receive()
363 &syncchar, &pp->year, &month, &day, &pp->hour, in wwvb_receive()
424 if (syncchar != ' ') in wwvb_receive()
H A Drefclock_arbiter.c236 u_char syncchar; /* synch indicator */ in arb_receive() local
345 syncchar = ' '; in arb_receive()
347 &syncchar, &pp->year, &pp->day, &pp->hour, in arb_receive()
411 if (syncchar != ' ') in arb_receive()
H A Drefclock_hpgps.c258 char syncchar; /* time info is invalid: 0 = no, 1 = yes */ in hpgps_receive() local
417 &timequal, &freqqual, &leapchar, &servchar, &syncchar, in hpgps_receive()
531 if (syncchar != '0') { in hpgps_receive()