Searched refs:synchar (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_acts.c | 733 char synchar; /* WWVB synchronized indicator */ in acts_timecode() local 839 &synchar, &pp->day, &pp->hour, &pp->minute, in acts_timecode() 845 if (synchar != ' ') in acts_timecode() 856 &synchar, &qualchar, &pp->year, &pp->day, in acts_timecode() 864 if (synchar != ' ') in acts_timecode()
|
H A D | refclock_chu.c | 1331 char synchar, qual, leapchar; in chu_second() local 1367 synchar = leapchar = ' '; in chu_second() 1370 synchar = '?'; in chu_second() 1382 synchar, qual, pp->year, pp->day, pp->hour, pp->minute, in chu_second() 1438 int synchar; /* stray cat */ in chu_major() local 1482 if (sscanf((char *)code, "%1x%3d%2d%2d", &synchar, &pp->day, in chu_major()
|
H A D | refclock_wwv.c | 2624 char synchar, leapchar, dst; in timecode() local 2631 synchar = (up->status & INSYNC) ? ' ' : '?'; in timecode() 2644 snprintf(tc, tcsiz, "%c%1X", synchar, up->alarm); in timecode()
|