Searched refs:__test_fail (Results 1 – 2 of 2) sorted by relevance
35 extern void __test_fail(const char *buf);109 __test_print(__test_fail, fmt ": %m\n", ##__VA_ARGS__); \111 __test_print(__test_fail, fmt "\n", ##__VA_ARGS__); \
29 void __test_fail(const char *buf) in __test_fail() function