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

/macosx-10.9.5/ntp-88/include/
H A Dparse.h125 #define PARSEB_LEAPS 0x00000300 /* LEAP warnings */ macro
148 PARSEB_UTC|PARSEB_LEAPS|PARSEB_ALTERNATE|PARSEB_S_LEAP|\
157 #define PARSE_LEAPADD(x) (PARSE_SYNC(x) && (((x) & PARSEB_LEAPS) == PARSEB_LEAPADD))
158 #define PARSE_LEAPDEL(x) (PARSE_SYNC(x) && (((x) & PARSEB_LEAPS) == PARSEB_LEAPDEL))

Completed in 122 milliseconds