Home
last modified time | relevance | path

Searched defs:failmsg (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/bind/dist/unit/atf-src/atf-c++/detail/
H A Dtest_helpers.cpp44 build_check_cxx_o_aux(const atf::fs::path& sfile, const char* failmsg, in build_check_cxx_o_aux()
60 const char* failmsg, const bool expect_pass) in build_check_cxx_o()
75 const std::string failmsg = std::string("Header check failed; ") + in header_check() local
H A Dtest_helpers.hpp59 #define BUILD_TC(name, sfile, descr, failmsg) \ argument
70 #define BUILD_TC_FAIL(name, sfile, descr, failmsg) \ argument
/minix3/external/bsd/bind/dist/unit/atf-src/atf-c/detail/
H A Dtest_helpers.h60 #define BUILD_TC(name, sfile, descr, failmsg) \ argument
71 #define BUILD_TC_FAIL(name, sfile, descr, failmsg) \ argument
H A Dtest_helpers.c50 build_check_c_o_aux(const char *path, const char *failmsg, in build_check_c_o_aux()
73 build_check_c_o(const atf_tc_t *tc, const char *sfile, const char *failmsg, in build_check_c_o()
88 char failmsg[128]; in header_check() local
/minix3/external/bsd/atf/dist/atf-c/detail/
H A Dtest_helpers.h58 #define BUILD_TC(name, sfile, descr, failmsg) \ argument
H A Dtest_helpers.c83 char failmsg[128]; in header_check() local
/minix3/external/bsd/atf/dist/atf-c++/detail/
H A Dtest_helpers.cpp83 const std::string failmsg = std::string("Header check failed; ") + in header_check() local
H A Dtest_helpers.hpp57 #define BUILD_TC(name, sfile, descr, failmsg) \ argument