Home
last modified time | relevance | path

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

/freebsd/contrib/atf/atf-c/
H A Dtc.c440 const int exp_errno, const char *expr_str, in errno_test()
932 const int exp_errno, const char *expr_str, in _atf_tc_check_errno()
940 const int exp_errno, const char *expr_str, in _atf_tc_require_errno()
1178 atf_tc_check_errno(const char *file, const size_t line, const int exp_errno, in atf_tc_check_errno()
1188 atf_tc_require_errno(const char *file, const size_t line, const int exp_errno, in atf_tc_require_errno()
H A Dmacros_test.c154 #define H_CHECK_ERRNO(id, exp_errno, bool_expr) \ argument
205 #define H_REQUIRE_ERRNO(id, exp_errno, bool_expr) \ argument
/freebsd/contrib/atf/atf-c++/
H A Dtests.cpp353 impl::tc::check_errno(const char* file, const int line, const int exp_errno, in check_errno()
360 impl::tc::require_errno(const char* file, const int line, const int exp_errno, in require_errno()