Home
last modified time | relevance | path

Searched refs:expr (Results 1 – 2 of 2) sorted by relevance

/lib/libc/
Dassert.c6 __assert(const char *func, const char *file, int line, const char *expr) in __assert() argument
8 fprintf(stderr, "Assert (%s): %s %s:%d\n", expr, func, file, line); in __assert()
/include/
Dassert.h18 void __assert(const char *func, const char *file, int line, const char *expr);