Lines Matching defs:exp_errno
405 const int exp_errno, const char *expr_str,
412 if (exp_errno != actual_errno) {
416 "in %s", exp_errno, actual_errno, expr_str);
897 const int exp_errno, const char *expr_str,
900 errno_test(ctx, file, line, exp_errno, expr_str, expr_result, fail_check);
905 const int exp_errno, const char *expr_str,
908 errno_test(ctx, file, line, exp_errno, expr_str, expr_result,
1136 atf_tc_check_errno(const char *file, const size_t line, const int exp_errno,
1141 _atf_tc_check_errno(&Current, file, line, exp_errno, expr_str,
1146 atf_tc_require_errno(const char *file, const size_t line, const int exp_errno,
1151 _atf_tc_require_errno(&Current, file, line, exp_errno, expr_str,