Searched defs:KASSERT (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dsystm.h143 #define KASSERT(exp,msg) macro
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Drb.c39 #define KASSERT(s) assert(s) macro
41 #define KASSERT(s) do { } while (/*CONSTCOND*/ 0) macro
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dsubr_sbuf.c57 #define KASSERT(e, m) macro
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/security/audit/
H A Daudit_bsd.h40 #undef KASSERT macro
43 #define KASSERT(exp, msg) do { \ macro
51 #define KASSERT(exp, msg) do { \ macro
/macosx-10.10/Libc-1044.1.2/gen/NetBSD/
H A Drb.c156 #define KASSERT(s) assert(s) macro
167 #define KASSERT(s) do { } while (/*CONSTCOND*/ 0) macro
[all...]

Completed in 183 milliseconds