Lines Matching refs:errno_value
539 test_single_errno (const char *test_name, int errno_value, in test_single_errno() argument
542 if (errno_value == expected_value) in test_single_errno()
545 printf ("Pass: %s: errno set to %d (%s)\n", test_name, errno_value, in test_single_errno()
553 test_name, errno_value, expected_value, expected_name); in test_single_errno()
560 test_errno (const char *test_name, int errno_value, int exceptions) in test_errno() argument
566 test_single_errno (test_name, errno_value, 0, "unchanged"); in test_errno()
568 test_single_errno (test_name, errno_value, EDOM, "EDOM"); in test_errno()
570 test_single_errno (test_name, errno_value, ERANGE, "ERANGE"); in test_errno()
621 int errno_value = errno; in check_float_internal() local
624 test_errno (test_name, errno_value, exceptions); in check_float_internal()
778 int errno_value = errno; in check_int() local
781 test_errno (test_name, errno_value, exceptions); in check_int()
812 int errno_value = errno; in check_long() local
815 test_errno (test_name, errno_value, exceptions); in check_long()
846 int errno_value = errno; in check_bool() local
849 test_errno (test_name, errno_value, exceptions); in check_bool()
881 int errno_value = errno; in check_longlong() local
884 test_errno (test_name, errno_value, exceptions); in check_longlong()
915 int errno_value = errno; in check_intmax_t() local
918 test_errno (test_name, errno_value, exceptions); in check_intmax_t()
949 int errno_value = errno; in check_uintmax_t() local
952 test_errno (test_name, errno_value, exceptions); in check_uintmax_t()