Home
last modified time | relevance | path

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

/freebsd-head/contrib/ntp/libntp/lib/isc/include/isc/
HDassertions.h105 #define ISC_INSIST(cond) \ macro
111 #define ISC_INSIST(cond) ((void) 0) macro
HDlist.h26 #define ISC_LINK_INSIST(x) ISC_INSIST(x)
94 ISC_INSIST((list).tail == (elt)); \
100 ISC_INSIST((list).head == (elt)); \
HDutil.h217 #define INSIST(e) ISC_INSIST(e)
/freebsd-head/contrib/ntp/include/
HDntp_assert.h76 #define ALWAYS_INSIST(x) ISC_INSIST(x)