Lines Matching refs:expr_str
409 const int exp_errno, const char *expr_str, in errno_test() argument
420 "in %s", exp_errno, actual_errno, expr_str); in errno_test()
427 expr_str); in errno_test()
908 const int exp_errno, const char *expr_str, in _atf_tc_check_errno() argument
911 errno_test(ctx, file, line, exp_errno, expr_str, expr_result, fail_check); in _atf_tc_check_errno()
916 const int exp_errno, const char *expr_str, in _atf_tc_require_errno() argument
919 errno_test(ctx, file, line, exp_errno, expr_str, expr_result, in _atf_tc_require_errno()
1149 const char *expr_str, const bool expr_result) in atf_tc_check_errno() argument
1153 _atf_tc_check_errno(&Current, file, line, exp_errno, expr_str, in atf_tc_check_errno()
1159 const char *expr_str, const bool expr_result) in atf_tc_require_errno() argument
1163 _atf_tc_require_errno(&Current, file, line, exp_errno, expr_str, in atf_tc_require_errno()