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

/freebsd-10-stable/contrib/atf/atf-c++/
H A Dtests.cpp353 check_errno(const char* file, const int line, const int exp_errno, const char* expr_str, const bool result) argument
360 require_errno(const char* file, const int line, const int exp_errno, const char* expr_str, const bool result) argument
/freebsd-10-stable/contrib/atf/atf-c/
H A Dtc.c400 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
1132 atf_tc_check_errno(const char *file, const size_t line, const int exp_errno, const char *expr_str, const bool expr_result) argument
1142 atf_tc_require_errno(const char *file, const size_t line, const int exp_errno, const char *expr_str, const bool expr_result) argument
[all...]

Completed in 91 milliseconds