Searched refs:xassert (Results 1 – 2 of 2) sorted by relevance
60 void xassert(const char *, int, const char *) __dead;65 # define assert(cond) ((cond) ? (void) 0 : xassert(__FILE__, __LINE__, #cond))82 # define xassert assert macro
314 xassert(const char *file, int line, const char *failedexpr) in xassert() function