Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ntp/include/
HDparse.h131 #define PARSEB_LEAPS 0x00000300 /* LEAP warnings */ macro
154 PARSEB_UTC|PARSEB_LEAPS|PARSEB_CALLBIT|PARSEB_S_LEAP|\
163 #define PARSE_LEAPADD(x) (PARSE_SYNC(x) && (((x) & PARSEB_LEAPS) == PARSEB_LEAPADD))
164 #define PARSE_LEAPDEL(x) (PARSE_SYNC(x) && (((x) & PARSEB_LEAPS) == PARSEB_LEAPDEL))