Searched defs:INSIST (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/lwres/
H A Dassert_p.h19 #define INSIST(x) assert(x) macro
/bind-9.11.3/lib/isc/include/isc/
H A Dutil.h213 #define INSIST(e) ISC_INSIST(e) macro
/bind-9.11.3/lib/dns/
H A Dgen.c39 #define INSIST(cond) \ macro
41 fprintf(stderr, "%s:%d: INSIST(%s)\n", \
202 INSIST(strlen(s) < TYPECLASSBUF);
300 INSIST(strlen(typename) < TYPECLASSBUF);
318 /* XXXMUKS: This is redundant due to the INSIST above. */
342 INSIST(n > 0 && (unsigned)n < sizeof(tmp));
375 INSIST(strlen(typename) < TYPECLASSBUF);
376 INSIST(strlen(classname) < TYPECLASSBUF);
377 INSIST(strlen(dirname) < DIRNAMESIZE);
477 INSIST(
[all...]

Completed in 9 milliseconds