Searched refs:__assert (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/include/ |
H A D | assert.h | 56 #define assert(e) ((e) ? (void)0 : __assert(__func__, __FILE__, \ 85 void __assert(const char *, const char *, int, const char *) __dead2;
|
/dflybsd-src/stand/lib/ |
H A D | assert.c | 35 __assert(const char *func, const char *file, int line, const char *expression) in __assert() function
|
/dflybsd-src/lib/libc/gen/ |
H A D | assert.c | 41 __assert(const char *func, const char *file, int line, const char *failedexpr) in __assert() function
|
H A D | Symbol.map | 189 __assert;
|
H A D | vis.c | 156 #define __CTASSERT(x, y) typedef char __assert ## y[(x) ? 1 : -1]
|
/dflybsd-src/sys/dev/virtual/nvmm/ |
H A D | nvmm.h | 48 #define NVMM__CTASSERT(x, y) typedef char __assert ## y[(x) ? 1 : -1] __unused
|
/dflybsd-src/sys/sys/ |
H A D | cdefs.h | 584 #define __CTASSERT(x, y) typedef char __assert ## y[(x) ? 1 : -1]
|