Searched refs:ATF_REQUIRE_ERRNO (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/
H A Dmacros_hpp_test.cpp94 // Check that ATF_REQUIRE_ERRNO does not contain a semicolon that would
96 ATF_REQUIRE_ERRNO(1, 1 == 1);
97 ATF_REQUIRE_ERRNO(2, 2 == 2);
H A Dmacros_test.cpp232 ATF_REQUIRE_ERRNO(-1, errno_ok_stub() == -1);
234 ATF_REQUIRE_ERRNO(2, errno_fail_stub(2) == -1);
236 ATF_REQUIRE_ERRNO(3, errno_fail_stub(4) == -1);
570 set_md_var("descr", "Tests the ATF_REQUIRE_ERRNO macro");
H A Dmacros.hpp169 #define ATF_REQUIRE_ERRNO(exp_errno, bool_expr) \ macro
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c/
H A Dmacros_h_test.c75 /* Check that ATF_REQUIRE_ERRNO does not contain a semicolon that would
77 ATF_REQUIRE_ERRNO(1, 1 == 1);
78 ATF_REQUIRE_ERRNO(2, 2 == 2);
H A Dmacros.h183 #define ATF_REQUIRE_ERRNO(exp_errno, bool_expr) \ macro
H A Dmacros_test.c184 H_DEF(require_errno_ ## id, ATF_REQUIRE_ERRNO(exp_errno, bool_expr))
258 atf_tc_set_md_var(tc, "descr", "Tests the ATF_REQUIRE_ERRNO macro");

Completed in 116 milliseconds