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

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dmacros.h134 #define ATF_REQUIRE_MSG(x, fmt, ...) \ macro
159 ATF_REQUIRE_MSG((x) == (y), "%s != %s", #x, #y)
165 ATF_REQUIRE_MSG((x) == (y), "%s != %s: " fmt, #x, #y, ##__VA_ARGS__)
171 ATF_REQUIRE_MSG(strcmp(x, y) == 0, "%s != %s (%s != %s)", #x, #y, x, y)
177 ATF_REQUIRE_MSG(strcmp(x, y) == 0, "%s != %s (%s != %s): " fmt, \
185 ATF_REQUIRE_MSG(atf_utils_grep_string("%s", string, regexp), \
193 ATF_REQUIRE_MSG(atf_utils_grep_string("%s", string, regexp), \

Completed in 9 milliseconds