Searched refs:CVT_NONE (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 ... */
316 #define CVT_NONE (unsigned)0x00000001 /* format not applicable */ macro
/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_parse.c2427 { CVT_NONE, "NO CONVERSION" },
3566 ((parsetime->parse_status & CVT_MASK) != CVT_NONE) &&
3608 case CVT_NONE:

Completed in 130 milliseconds