Home
last modified time | relevance | path

Searched refs:failedexpr (Results 1 – 8 of 8) sorted by relevance

/NextBSD/lib/libc/gen/
HDassert.c41 __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/
HDpjdlog.c580 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()
HDpjdlog.h93 const char *failedexpr, const char *fmt, ...) __printflike(5, 6) __dead2;
/NextBSD/contrib/openbsm/bin/auditdistd/
HDpjdlog.c585 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()
HDpjdlog.h93 const char *failedexpr, const char *fmt, ...) __printflike(5, 6) __dead2;
/NextBSD/lib/libpjdlog/
HDpjdlog.c745 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()
HDpjdlog.h79 const char *failedexpr, const char *fmt, ...) __printflike(6, 7) __dead2;
/NextBSD/sys/net/altq/
HDaltq_subr.c282 altq_assert(file, line, failedexpr) in altq_assert() argument
283 const char *file, *failedexpr; in altq_assert()
287 failedexpr, file, line);