Searched defs:NTP_REQUIRE (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ntp-92/include/
H A Dntp_assert.h30 #define NTP_REQUIRE(x) calysto_assert(x) macro
45 #define NTP_REQUIRE(x) assert(x) macro
54 #define NTP_REQUIRE(x) ISC_REQUIRE(x) macro

Completed in 171 milliseconds