Home
last modified time | relevance | path

Searched defs:exp_errno (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/atf/dist/atf-c++/
H A Dmacros.hpp188 #define ATF_CHECK_ERRNO(exp_errno, bool_expr) \ argument
192 #define ATF_REQUIRE_ERRNO(exp_errno, bool_expr) \ argument
H A Dtests.cpp337 impl::tc::check_errno(const char* file, const int line, const int exp_errno, in check_errno()
344 impl::tc::require_errno(const char* file, const int line, const int exp_errno, in require_errno()
/netbsd-src/external/bsd/atf/dist/atf-c/
H A Dmacros.h202 #define ATF_CHECK_ERRNO(exp_errno, bool_expr) \ argument
205 #define ATF_REQUIRE_ERRNO(exp_errno, bool_expr) \ argument
H A Dtc.c409 const int exp_errno, const char *expr_str, in errno_test()
908 const int exp_errno, const char *expr_str, in _atf_tc_check_errno()
916 const int exp_errno, const char *expr_str, in _atf_tc_require_errno()
1148 atf_tc_check_errno(const char *file, const size_t line, const int exp_errno, in atf_tc_check_errno()
1158 atf_tc_require_errno(const char *file, const size_t line, const int exp_errno, in atf_tc_require_errno()
H A Dmacros_test.c156 #define H_CHECK_ERRNO(id, exp_errno, bool_expr) \ argument
207 #define H_REQUIRE_ERRNO(id, exp_errno, bool_expr) \ argument