Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ntp/libntp/lib/isc/include/isc/
Dassertions.h115 #define ISC_INVARIANT(cond) \ macro
121 #define ISC_INVARIANT(cond) ((void) 0) macro
Dutil.h219 #define INVARIANT(e) ISC_INVARIANT(e)
/freebsd-12-stable/contrib/ntp/include/
Dntp_assert.h77 #define ALWAYS_INVARIANT(x) ISC_INVARIANT(x)