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

/macosx-10.9.5/ntp-88/include/
H A Dparse.h199 u_long parse_status; /* data status - CVT_OK, CVT_NONE, CVT_FAIL ... */
318 #define CVT_OK (unsigned)0x00000004 /* conversion succeeded */ macro
/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_parse.c2426 { CVT_OK, "CONVERSION SUCCESSFUL" },
3565 if (((parsetime->parse_status & CVT_MASK) != CVT_OK) &&
3601 if ((parsetime->parse_status & CVT_MASK) != CVT_OK)

Completed in 130 milliseconds