Searched refs:__assert (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/cddl/compat/opensolaris/include/
H A Dassert.h38 #define assert(e) ((e) ? (void)0 : __assert(#e, __FILE__, __LINE__))
51 __assert(const char *expr, const char *file, int line) function
/freebsd-12-stable/include/
H A Dassert.h56 #define assert(e) ((e) ? (void)0 : __assert(__func__, __FILE__, \
77 void __assert(const char *, const char *, int, const char *) __dead2;
/freebsd-12-stable/lib/libc/gen/
H A Dassert.c41 __assert(const char *func, const char *file, int line, const char *failedexpr) function
/freebsd-12-stable/stand/libsa/
H A Dassert.c35 __assert(const char *func, const char *file, int line, const char *expression) function
/freebsd-12-stable/contrib/libc-vis/
H A Dvis.c153 #define __CTASSERT(x, y) typedef char __assert ## y[(x) ? 1 : -1]
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_misc.c209 __assert(astring, file, line);
/freebsd-12-stable/contrib/gcc/
H A Dsys-protos.h16 extern void __assert(const char *, const char *, int);

Completed in 93 milliseconds