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

/freebsd-10.1-release/contrib/ntp/include/
H A Dntp_assert.h35 #define ALWAYS_REQUIRE(x) calysto_assert(x) macro
66 #define ALWAYS_REQUIRE(x) assert(x) macro
75 #define ALWAYS_REQUIRE(x) ISC_REQUIRE(x) macro

Completed in 43 milliseconds