Searched refs:LEPSEC (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/ntp/ntpd/
H A Drefclock_wwv.c129 * LEPSEC is set during the last minute of the leap day. At the end of
141 #define LEPSEC 0x1000 /* leap minute */ macro
1178 if (up->status & LEPSEC) {
2003 * LEPSEC is set on the last minute of 30 June or 31 December,
2010 if (up->status & LEPSEC)
2016 up->status &= ~LEPSEC;
2265 up->status |= LEPSEC;

Completed in 122 milliseconds