Home
last modified time | relevance | path

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

/trueos/contrib/ntp/ntpd/
HDrefclock_wwv.c225 #define SECWAR 0x40 /* 3 leap second warning */ macro
307 {MSCBIT, SECWAR}, /* 3 lw */
2086 if (up->misc & SECWAR) in wwv_clock()
2283 if (up->misc & SECWAR && up->status & INSYNC) { in wwv_tsec()
2641 leapchar = (up->misc & SECWAR) ? 'L' : ' '; in timecode()