Home
last modified time | relevance | path

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

/freebsd-13-stable/lib/libc/gen/
HDassert.c39 __assert(const char *func, const char *file, int line, const char *failedexpr) in __assert() argument
43 "Assertion failed: (%s), file %s, line %d.\n", failedexpr, in __assert()
48 failedexpr, func, file, line); in __assert()
/freebsd-13-stable/libexec/rtld-elf/rtld-libc/
HDrtld_libc.c80 __assert(const char *func, const char *file, int line, const char *failedexpr) in __assert() argument
85 "Assertion failed: (%s), file %s, line %d.\n", failedexpr, in __assert()
90 failedexpr, func, file, line); in __assert()
/freebsd-13-stable/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;
/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
HDpjdlog.c586 const char *failedexpr, const char *fmt, ...) in pjdlog_abort() argument
602 if (failedexpr == NULL) { in pjdlog_abort()
613 failedexpr, file, line); in pjdlog_abort()
616 failedexpr, func, file, line); in pjdlog_abort()
HDpjdlog.h93 const char *failedexpr, const char *fmt, ...) __printflike(5, 6) __dead2;
/freebsd-13-stable/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;
/freebsd-13-stable/sys/net/altq/
HDaltq_subr.c284 altq_assert(file, line, failedexpr) in altq_assert() argument
285 const char *file, *failedexpr; in altq_assert()
289 failedexpr, file, line);