Searched refs:errno_fail_stub (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dmacros_test.cpp228 errno_fail_stub(const int raised_errno) function
252 ATF_CHECK_ERRNO(2, errno_fail_stub(2) == -1);
254 ATF_CHECK_ERRNO(3, errno_fail_stub(4) == -1);
273 ATF_REQUIRE_ERRNO(2, errno_fail_stub(2) == -1);
275 ATF_REQUIRE_ERRNO(3, errno_fail_stub(4) == -1);
676 "Expected errno 3, got 4, in errno_fail_stub\\(4\\) == -1" },
724 "Expected errno 3, got 4, in errno_fail_stub\\(4\\) == -1" },
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dmacros_test.c215 errno_fail_stub(const int raised_errno) function
228 H_CHECK_ERRNO(errno_ok, 2, errno_fail_stub(2) == -1);
229 H_CHECK_ERRNO(errno_fail, 3, errno_fail_stub(4) == -1);
232 H_REQUIRE_ERRNO(errno_ok, 2, errno_fail_stub(2) == -1);
233 H_REQUIRE_ERRNO(errno_fail, 3, errno_fail_stub(4) == -1);
256 false, "Expected errno 3, got 4, in errno_fail_stub\\(4\\) == -1" },
300 false, "Expected errno 3, got 4, in errno_fail_stub\\(4\\) == -1" },

Completed in 13 milliseconds