Lines Matching refs:exp_errno
447 const int exp_errno, const char *expr_str, in errno_test() argument
454 if (exp_errno != actual_errno) { in errno_test()
458 "in %s", exp_errno, actual_errno, expr_str); in errno_test()
983 const int exp_errno, const char *expr_str, in _atf_tc_check_errno() argument
986 errno_test(ctx, file, line, exp_errno, expr_str, expr_result, fail_check); in _atf_tc_check_errno()
991 const int exp_errno, const char *expr_str, in _atf_tc_require_errno() argument
994 errno_test(ctx, file, line, exp_errno, expr_str, expr_result, in _atf_tc_require_errno()
1239 atf_tc_check_errno(const char *file, const size_t line, const int exp_errno, in atf_tc_check_errno() argument
1244 _atf_tc_check_errno(&Current, file, line, exp_errno, expr_str, in atf_tc_check_errno()
1249 atf_tc_require_errno(const char *file, const size_t line, const int exp_errno, in atf_tc_require_errno() argument
1254 _atf_tc_require_errno(&Current, file, line, exp_errno, expr_str, in atf_tc_require_errno()