Home
last modified time | relevance | path

Searched refs:ISC_INSIST (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Dassertions.h105 #define ISC_INSIST(cond) \ macro
111 #define ISC_INSIST(cond) ((void) 0) macro
H A Dlist.h26 #define ISC_LINK_INSIST(x) ISC_INSIST(x)
94 ISC_INSIST((list).tail == (elt)); \
100 ISC_INSIST((list).head == (elt)); \
H A Dutil.h217 #define INSIST(e) ISC_INSIST(e)
/freebsd/contrib/ntp/include/
H A Dntp_assert.h76 #define ALWAYS_INSIST(x) ISC_INSIST(x)