Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/gen/
H A Dassert.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-14.2/libexec/rtld-elf/rtld-libc/
H A Drtld_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-14.2/sbin/hastd/
H A Dpjdlog.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()
H A Dpjdlog.h93 const char *failedexpr, const char *fmt, ...) __printflike(5, 6) __dead2;
/freebsd-14.2/contrib/openbsm/bin/auditdistd/
H A Dpjdlog.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()
H A Dpjdlog.h93 const char *failedexpr, const char *fmt, ...) __printflike(5, 6) __dead2;
/freebsd-14.2/lib/libpjdlog/
H A Dpjdlog.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()
H A Dpjdlog.h79 const char *failedexpr, const char *fmt, ...) __printflike(6, 7) __dead2;
/freebsd-14.2/sys/net/altq/
H A Daltq_subr.c264 altq_assert(const char *file, int line, const char *failedexpr) in altq_assert() argument
267 failedexpr, file, line); in altq_assert()