Searched defs:atf_tc_fail_errno (Results 1 – 2 of 2) sorted by relevance
57 atf_tc_fail_errno(const char *fmt, ...) in atf_tc_fail_errno() function
34 #define atf_tc_fail_errno(fmt, ...) err(EXIT_FAILURE, fmt, ## __VA_ARGS__) macro