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

/illumos-gate/usr/src/stand/lib/sa/
H A Dassert.h41 extern void __assert(const char *, const char *, int);
61 #define assert(EX) (void)((EX) || (__assert(#EX, __FILE__, __LINE__), 0))
H A Dassert.c34 __assert(const char *assertion, const char *file, int line) function
/illumos-gate/usr/src/head/
H A Dassert.h43 extern void __assert(const char *, const char *, int);
78 #define assert(EX) (void)((EX) || (__assert(#EX, __FILE__, __LINE__), 0))
/illumos-gate/usr/src/boot/include/
H A Dassert.h54 #define assert(e) ((e) ? (void)0 : __assert(__func__, __FILE__, \
75 void __assert(const char *, const char *, int, const char *) __dead2;
/illumos-gate/usr/src/boot/lib/libstand/
H A Dassert.c35 __assert(const char *func, const char *file, int line, const char *expression) function
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dassert.c32 #pragma weak __assert = _assert macro
/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_misc.c212 __assert(astring, file, line);
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dbootstrap.h333 #define __CTASSERT(x, y) typedef char __assert ## y[(x) ? 1 : -1]
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc1752 extern void __assert(const char *, const char *, int);

Completed in 70 milliseconds