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

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/include/
H A Dntp_assert.h36 #define ALWAYS_REQUIRE(x) calysto_assert(x) macro
56 #define ALWAYS_REQUIRE(x) assert(x)
66 #define ALWAYS_REQUIRE(x) ISC_REQUIRE(x) macro
73 #define REQUIRE(x) ALWAYS_REQUIRE(x)

Completed in 47 milliseconds