Searched defs:atf_tc_fail (Results 1 – 2 of 2) sorted by relevance
35 #define atf_tc_fail(fmt, ...) errx(EXIT_FAILURE, fmt, ## __VA_ARGS__) macro
1071 atf_tc_fail(const char *fmt, ...) in atf_tc_fail() function