Searched defs:ATF_CHECK_MSG (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dmacros.h140 #define ATF_CHECK_MSG(x, fmt, ...) \ macro
162 ATF_CHECK_MSG((x) == (y), "%s != %s", #x, #y)
168 ATF_CHECK_MSG((x) == (y), "%s != %s: " fmt, #x, #y, ##__VA_ARGS__)
174 ATF_CHECK_MSG(strcmp(x, y) == 0, "%s != %s (%s != %s)", #x, #y, x, y)
181 ATF_CHECK_MSG(strcmp(x, y) == 0, "%s != %s (%s != %s): " fmt, \
189 ATF_CHECK_MSG(atf_utils_grep_string("%s", string, regexp), \
198 ATF_CHECK_MSG(atf_utils_grep_string("%s", string, regexp), \

Completed in 8 milliseconds