Searched refs:atf_libc_error_msg (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c/
H A Derror.h63 const char *atf_libc_error_msg(const atf_error_t);
H A Derror_test.c174 ATF_REQUIRE(strcmp(atf_libc_error_msg(err), "Test message 1") == 0);
180 ATF_REQUIRE(strcmp(atf_libc_error_msg(err), "Test message 2") == 0);
H A Derror.c227 atf_libc_error_msg(const atf_error_t err) function
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dexceptions.cpp96 const std::string msg = atf_libc_error_msg(err);

Completed in 62 milliseconds