Searched defs:assfail (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/tools/common/ |
H A D | assfail.c | 33 * Provide assfail() for ASSERT() statements, 37 assfail(const char *a, const char *f, int l) function
|
/illumos-gate/usr/src/lib/libuutil/common/ |
H A D | uu_misc.c | 210 assfail(const char *astring, const char *file, int line) function
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | printf.c | 308 assfail(const char *a, const char *f, int l) function
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | assfail.c | 397 * assfail() and _assfail() are exported functions; 425 * assfail() with a filename set to NULL. In that case, it'd be 462 * We define and export this version of assfail() just because libaio 465 * We don't use "#pragma weak assfail __assfail" in order to avoid 467 * that define their own version of assfail(). 470 assfail(const char *assertion, const char *filename, int line_num) function
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | util.c | 3076 * Provide assfail() for ASSERT() statements. See <sys/debug.h> for further 3080 assfail(const char *a, const char *f, int l) function
|
Completed in 64 milliseconds