Home
last modified time | relevance | path

Searched refs:ISC_REQUIRE (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Dassertions.h85 #define ISC_REQUIRE(cond) \ macro
91 #define ISC_REQUIRE(cond) ((void) 0) macro
H A Dutil.h213 #define REQUIRE(e) ISC_REQUIRE(e)
/freebsd/contrib/ntp/include/
H A Dntp_assert.h75 #define ALWAYS_REQUIRE(x) ISC_REQUIRE(x)