Searched defs:expr_str (Results 1 - 2 of 2) sorted by relevance
/bind-9.11.3/unit/atf-src/atf-c++/ |
H A D | tests.cpp | 354 const char* expr_str, const bool result) 356 atf_tc_check_errno(file, line, exp_errno, expr_str, result); 361 const char* expr_str, const bool result) 363 atf_tc_require_errno(file, line, exp_errno, expr_str, result); 353 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
|
/bind-9.11.3/unit/atf-src/atf-c/ |
H A D | tc.c | 401 const int exp_errno, const char *expr_str, 412 "in %s", exp_errno, actual_errno, expr_str); 419 expr_str); 895 const int exp_errno, const char *expr_str, 898 errno_test(ctx, file, line, exp_errno, expr_str, expr_result, fail_check); 903 const int exp_errno, const char *expr_str, 906 errno_test(ctx, file, line, exp_errno, expr_str, expr_result, 1135 const char *expr_str, const bool expr_result) 1139 _atf_tc_check_errno(&Current, file, line, exp_errno, expr_str, 1145 const char *expr_str, cons 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 894 _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 902 _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 1134 atf_tc_check_errno(const char *file, const size_t line, const int exp_errno, const char *expr_str, const bool expr_result) argument 1144 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 941 milliseconds