Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dassert.c37 __assert(const char *func, const char *file, int line, const char *failedexpr) in __assert() argument
41 "Assertion failed: (%s), file %s, line %d.\n", failedexpr, in __assert()
46 failedexpr, func, file, line); in __assert()
/freebsd/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/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/sbin/hastd/
H A Dpjdlog.c579 const char *failedexpr, const char *fmt, ...) in pjdlog_abort() argument
595 if (failedexpr == NULL) { in pjdlog_abort()
606 failedexpr, file, line); in pjdlog_abort()
609 failedexpr, func, file, line); in pjdlog_abort()
H A Dpjdlog.h93 const char *failedexpr, const char *fmt, ...) __printflike(5, 6) __dead2;
/freebsd/lib/libpjdlog/
H A Dpjdlog.c744 int error, const char *failedexpr, const char *fmt, ...) in _pjdlog_abort() argument
767 if (failedexpr == NULL) { in _pjdlog_abort()
771 "Assertion failed: (%s).", failedexpr); in _pjdlog_abort()
H A Dpjdlog.h79 const char *failedexpr, const char *fmt, ...) __printflike(6, 7) __dead2;
/freebsd/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()