Searched defs:checkfail (Results 1 – 3 of 3) sorted by relevance
139 checkfail() { runtest "$@" && { echo fail; exit 1; } || { echo pass; }; } function
37 static void checkfail(const char *fmt) in checkfail() function