Home
last modified time | relevance | path

Searched refs:__assert (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/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-13.1/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) in __assert() function
/freebsd-13.1/stand/libsa/
H A Dassert.c35 __assert(const char *func, const char *file, int line, const char *expression) in __assert() function
/freebsd-13.1/lib/libc/gen/
H A Dassert.c41 __assert(const char *func, const char *file, int line, const char *failedexpr) in __assert() function
H A DSymbol.map69 __assert;
/freebsd-13.1/libexec/rtld-elf/rtld-libc/
H A Drtld_libc.c82 __assert(const char *func, const char *file, int line, const char *failedexpr) in __assert() function
/freebsd-13.1/usr.sbin/fifolog/
H A Dflint.lnt26 //-function(exit,__assert)
/freebsd-13.1/contrib/libc-vis/
H A Dvis.c153 #define __CTASSERT(x, y) typedef char __assert ## y[(x) ? 1 : -1]
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt169 fun:__assert=uninstrumented