Searched refs:failedexpr (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/lib/libc/gen/ |
| HD | assert.c | 41 __assert(const char *func, const char *file, int line, const char *failedexpr) in __assert() argument 45 "Assertion failed: (%s), file %s, line %d.\n", failedexpr, in __assert() 50 failedexpr, func, file, line); in __assert()
|
| /NextBSD/sbin/hastd/ |
| HD | pjdlog.c | 580 const char *failedexpr, const char *fmt, ...) in pjdlog_abort() argument 596 if (failedexpr == NULL) { in pjdlog_abort() 607 failedexpr, file, line); in pjdlog_abort() 610 failedexpr, func, file, line); in pjdlog_abort()
|
| HD | pjdlog.h | 93 const char *failedexpr, const char *fmt, ...) __printflike(5, 6) __dead2;
|
| /NextBSD/contrib/openbsm/bin/auditdistd/ |
| HD | pjdlog.c | 585 const char *failedexpr, const char *fmt, ...) in pjdlog_abort() argument 601 if (failedexpr == NULL) { in pjdlog_abort() 612 failedexpr, file, line); in pjdlog_abort() 615 failedexpr, func, file, line); in pjdlog_abort()
|
| HD | pjdlog.h | 93 const char *failedexpr, const char *fmt, ...) __printflike(5, 6) __dead2;
|
| /NextBSD/lib/libpjdlog/ |
| HD | pjdlog.c | 745 int error, const char *failedexpr, const char *fmt, ...) in _pjdlog_abort() argument 768 if (failedexpr == NULL) { in _pjdlog_abort() 772 "Assertion failed: (%s).", failedexpr); in _pjdlog_abort()
|
| HD | pjdlog.h | 79 const char *failedexpr, const char *fmt, ...) __printflike(6, 7) __dead2;
|
| /NextBSD/sys/net/altq/ |
| HD | altq_subr.c | 282 altq_assert(file, line, failedexpr) in altq_assert() argument 283 const char *file, *failedexpr; in altq_assert() 287 failedexpr, file, line);
|