Home
last modified time | relevance | path

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

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