Searched refs:atf_tc_fail_check (Results 1 - 3 of 3) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | tc.h | 130 void atf_tc_fail_check(const char *, const size_t, const char *, ...)
|
H A D | macros.h | 143 atf_tc_fail_check(__FILE__, __LINE__, fmt, ##__VA_ARGS__); \ 155 atf_tc_fail_check(__FILE__, __LINE__, "%s", #x " not met"); \
|
H A D | tc.c | 1083 atf_tc_fail_check(const char *file, const size_t line, const char *fmt, ...) function
|
Completed in 14 milliseconds