Searched refs:failedexpr (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/lib/libc/gen/
H A Dassert.c53 const char *function, const char *failedexpr)
57 failedexpr, file, line,
65 const char *failedexpr)
68 int l = fmtassert(buf, sizeof(buf), file, line, function, failedexpr);
77 __assert(const char *file, int line, const char *failedexpr) argument
80 __assert13(file, line, NULL, failedexpr);
95 const char *failedexpr)
128 fmtassert(buf, sizeof(buf), file, line, function, failedexpr);
146 __diagassert(const char *file, int line, const char *failedexpr) argument
149 __diagassert13(file, line, NULL, failedexpr);
52 fmtassert(char *buf, size_t len, const char *file, int line, const char *function, const char *failedexpr) argument
64 __assert13(const char *file, int line, const char *function, const char *failedexpr) argument
94 __diagassert13(const char *file, int line, const char *function, const char *failedexpr) argument
[all...]
/netbsd-current/libexec/ld.elf_so/
H A Dxprintf.c316 xassert(const char *file, int line, const char *failedexpr) argument
320 failedexpr, file, line);
/netbsd-current/sys/altq/
H A Daltq_subr.c229 altq_assert(const char *file, int line, const char *failedexpr) argument
232 failedexpr, file, line);

Completed in 194 milliseconds