Searched refs:ATF_REQUIRE_ERRNO (Results 1 - 6 of 6) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | macros_h_test.c | 75 /* 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 D | macros.h | 205 #define ATF_REQUIRE_ERRNO(exp_errno, bool_expr) \ macro
|
H A D | macros_test.c | 208 H_DEF(require_errno_ ## id, ATF_REQUIRE_ERRNO(exp_errno, bool_expr)) 282 atf_tc_set_md_var(tc, "descr", "Tests the ATF_REQUIRE_ERRNO macro");
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/ |
H A D | macros_hpp_test.cpp | 94 // 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 D | macros_test.cpp | 271 ATF_REQUIRE_ERRNO(-1, errno_ok_stub() == -1); 273 ATF_REQUIRE_ERRNO(2, errno_fail_stub(2) == -1); 275 ATF_REQUIRE_ERRNO(3, errno_fail_stub(4) == -1); 711 set_md_var("descr", "Tests the ATF_REQUIRE_ERRNO macro");
|
H A D | macros.hpp | 192 #define ATF_REQUIRE_ERRNO(exp_errno, bool_expr) \ macro
|
Completed in 22 milliseconds