Search | Google it | Results 1 - 1 of 1 for fundef:_DIAGASSERT from t2ex/bsd_source/t2ex/network/net/src_bsd/lib/libkern/libkern.h (0.00 seconds) |
199: #ifndef DIAGNOSTIC 200: #define _DIAGASSERT(a) (void)0 201: #ifdef lint 208: #else /* DIAGNOSTIC */ 209: #define _DIAGASSERT(a) assert(a) 210: #define KASSERTMSG(e, msg) do { \