Searched refs:check_errno (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/atf/atf-c++/
H A Dtests.hpp110 static void check_errno(const char*, const int, const int, const char*,
H A Dmacros_test.cpp658 ATF_TEST_CASE(check_errno); variable
659 ATF_TEST_CASE_HEAD(check_errno)
663 ATF_TEST_CASE_BODY(check_errno)
798 ATF_ADD_TEST_CASE(tcs, check_errno);
H A Dmacros.hpp192 atf::tests::tc::check_errno(__FILE__, __LINE__, expected_errno, \
H A Dtests.cpp353 impl::tc::check_errno(const char* file, const int line, const int exp_errno, function in class:impl::tc
/freebsd-11-stable/contrib/atf/atf-c/
H A Dmacros_test.c233 ATF_TC(check_errno); variable
234 ATF_TC_HEAD(check_errno, tc)
238 ATF_TC_BODY(check_errno, tc)
877 ATF_TP_ADD_TC(tp, check_errno);

Completed in 108 milliseconds