Searched defs:exp_errno (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/atf/atf-c++/
H A Dtests.cpp353 impl::tc::check_errno(const char* file, const int line, const int exp_errno, argument
360 impl::tc::require_errno(const char* file, const int line, const int exp_errno, argument
/freebsd-11-stable/contrib/atf/atf-c/
H A Dtc.c1132 atf_tc_check_errno(const char *file, const size_t line, const int exp_errno, argument
1142 atf_tc_require_errno(const char *file, const size_t line, const int exp_errno, argument
400 errno_test(struct context *ctx, const char *file, const size_t line, const int exp_errno, const char *expr_str, const bool expr_result, void (*fail_func)(struct context *, atf_dynstr_t *)) argument
892 _atf_tc_check_errno(struct context *ctx, const char *file, const size_t line, const int exp_errno, const char *expr_str, const bool expr_result) argument
900 _atf_tc_require_errno(struct context *ctx, const char *file, const size_t line, const int exp_errno, const char *expr_str, const bool expr_result) argument
[all...]

Completed in 269 milliseconds