Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/gen/
H A Dassert.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()
/freebsd-13.1/libexec/rtld-elf/rtld-libc/
H A Drtld_libc.c82 __assert(const char *func, const char *file, int line, const char *failedexpr) in __assert() argument
87 "Assertion failed: (%s), file %s, line %d.\n", failedexpr, in __assert()
92 failedexpr, func, file, line); in __assert()
/freebsd-13.1/sbin/hastd/
H A Dpjdlog.c582 const char *failedexpr, const char *fmt, ...) in pjdlog_abort() argument
598 if (failedexpr == NULL) { in pjdlog_abort()
609 failedexpr, file, line); in pjdlog_abort()
612 failedexpr, func, file, line); in pjdlog_abort()
H A Dpjdlog.h95 const char *failedexpr, const char *fmt, ...) __printflike(5, 6) __dead2;
/freebsd-13.1/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-13.1/lib/libpjdlog/
H A Dpjdlog.c747 int error, const char *failedexpr, const char *fmt, ...) in _pjdlog_abort() argument
770 if (failedexpr == NULL) { in _pjdlog_abort()
774 "Assertion failed: (%s).", failedexpr); in _pjdlog_abort()
H A Dpjdlog.h81 const char *failedexpr, const char *fmt, ...) __printflike(6, 7) __dead2;
/freebsd-13.1/sys/net/altq/
H A Daltq_subr.c285 altq_assert(file, line, failedexpr) in altq_assert() argument
286 const char *file, *failedexpr; in altq_assert()
290 failedexpr, file, line);