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

/freebsd-10.1-release/contrib/atf/atf-c/
H A Dtc.c1136 atf_tc_check_errno(const char *file, const size_t line, const int exp_errno, argument
1146 atf_tc_require_errno(const char *file, const size_t line, const int exp_errno, argument
404 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
896 _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
904 _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...]
/freebsd-10.1-release/contrib/atf/atf-c++/
H A Dtests.cpp337 impl::tc::check_errno(const char* file, const int line, const int exp_errno, argument
344 impl::tc::require_errno(const char* file, const int line, const int exp_errno, argument

Completed in 100 milliseconds