Home
last modified time | relevance | path

Searched defs:INSIST (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dntp_assert.h83 #define INSIST(x) ALWAYS_INSIST(x) macro
/freebsd/lib/libc/include/isc/
H A Dlist.h25 #define INSIST(cond) assert(cond) macro
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Dutil.h217 #define INSIST(e) ISC_INSIST(e) macro
/freebsd/lib/libc/nameser/
H A Dns_print.c33 #define INSIST(cond) assert(cond) macro
/freebsd/crypto/heimdal/kadmin/
H A Drpc.c55 #define INSIST(x) CHECK(!(x)) macro