/third_party/musl/libc-test/src/functional/ |
H A D | strtol.c | 38 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in main() 41 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in main() 44 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in main() 59 TEST2(i, errno, ERANGE, "spurious errno %d != %d"); in main() 63 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in main() 66 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in main() 69 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in main() 84 TEST2(i, errno, ERANGE, "spurious errno %d != %d"); in main() 92 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in main() 95 TEST2(i, errno, ERANGE, "missin in main() [all...] |
H A D | wcstol.c | 30 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in main() 33 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in main() 36 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in main() 52 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in main() 55 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in main() 58 TEST2(i, errno, ERANGE, "missing errno %d != %d"); in main()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | strerror_test.cc | 34 errno = ERANGE; in TEST() 36 EXPECT_THAT(errno, Eq(ERANGE)); in TEST() 40 errno = ERANGE; in TEST() 43 EXPECT_THAT(errno, Eq(ERANGE)); in TEST() 63 errno = ERANGE; in TEST() 67 EXPECT_THAT(check_err, Eq(ERANGE)); in TEST()
|
H A D | errno_saver_test.cc | 39 errno = ERANGE; in TEST() 40 EXPECT_THAT(ErrnoPrinter{errno}, Eq(ErrnoPrinter{ERANGE})); in TEST()
|
/third_party/optimized-routines/math/ |
H A D | math_errf.c | 29 return with_errnof (y, ERANGE); in xflowf() 58 return with_errnof (y, ERANGE); in __math_divzerof() 73 return y == 0.0f ? with_errnof (y, ERANGE) : y; in __math_check_uflowf() 79 return isinf (y) ? with_errnof (y, ERANGE) : y; in __math_check_oflowf()
|
H A D | math_err.c | 29 return with_errno (y, ERANGE); in xflow() 58 return with_errno (y, ERANGE); in __math_divzero() 73 return y == 0.0 ? with_errno (y, ERANGE) : y; in __math_check_uflow() 79 return isinf (y) ? with_errno (y, ERANGE) : y; in __math_check_oflow()
|
/third_party/python/Modules/clinic/ |
H A D | cmathmodule.c.h | 35 else if (errno == ERANGE) { in cmath_acos() 77 else if (errno == ERANGE) { in cmath_acosh() 119 else if (errno == ERANGE) { in cmath_asin() 161 else if (errno == ERANGE) { in cmath_asinh() 203 else if (errno == ERANGE) { in cmath_atan() 245 else if (errno == ERANGE) { in cmath_atanh() 287 else if (errno == ERANGE) { in cmath_cos() 329 else if (errno == ERANGE) { in cmath_cosh() 371 else if (errno == ERANGE) { in cmath_exp() 413 else if (errno == ERANGE) { in cmath_log10() [all...] |
/third_party/python/Include/internal/ |
H A D | pycore_pymath.h | 18 * errno=ERANGE due to underflow, clear errno. (B) If it looks like the 19 * platform libm overflowed but didn't set errno, force errno to ERANGE. In 28 * system sets errno to ERANGE, so we check for that too. We're 37 errno = ERANGE; in _Py_ADJUST_ERANGE1() 40 else if (errno == ERANGE && x == 0.0) { in _Py_ADJUST_ERANGE1() 51 errno = ERANGE; in _Py_ADJUST_ERANGE2() 54 else if (errno == ERANGE) { in _Py_ADJUST_ERANGE2()
|
/third_party/bounds_checking_function/src/ |
H A D | wmemmove_s.c | 42 * ERANGE destMax > SECUREC_WCHAR_MEM_MAX_LEN or destMax is 0 or 58 return ERANGE; in wmemmove_s() 66 return ERANGE; in wmemmove_s()
|
H A D | wmemcpy_s.c | 42 * ERANGE destMax > SECUREC_WCHAR_MEM_MAX_LEN or destMax is 0 or 59 return ERANGE; in wmemcpy_s() 67 return ERANGE; in wmemcpy_s()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | errno.h | 44 #ifdef ERANGE 45 #undef ERANGE macro
|
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | io.h | 51 errno = ERANGE; in mpd_strtossize() 53 if (errno == ERANGE) { in mpd_strtossize()
|
/third_party/ltp/testcases/kernel/syscalls/getcwd/ |
H A D | getcwd01.c | 19 * 4) getcwd(2) should return NULL and set errno to ERANGE. 20 * 5) getcwd(2) should return NULL and set errno to ERANGE. 39 {buffer, 1, ERANGE}, 40 {NULL, 1, ERANGE}
|
/third_party/musl/libc-test/src/functionalext/supplement/string/ |
H A D | strerror_r.c | 44 EXPECT_EQ("strerror_r_0200", ret, ERANGE); in strerror_r_0200() 56 EXPECT_EQ("strerror_r_0300", ret, ERANGE); in strerror_r_0300()
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
H A D | intscan.c | 84 errno = ERANGE; in __intscan() 92 errno = ERANGE; in __intscan() 95 errno = ERANGE; in __intscan()
|
H A D | floatscan.c | 146 errno = ERANGE;
in decfloat() 150 errno = ERANGE;
in decfloat() 308 errno = ERANGE;
in decfloat() 389 errno = ERANGE;
in hexfloat() 393 errno = ERANGE;
in hexfloat() 421 if (!y) errno = ERANGE;
in hexfloat()
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
H A D | intscan.c | 84 errno = ERANGE; in __intscan() 92 errno = ERANGE; in __intscan() 95 errno = ERANGE; in __intscan()
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
H A D | intscan.c | 84 errno = ERANGE; in __intscan() 92 errno = ERANGE; in __intscan() 95 errno = ERANGE; in __intscan()
|
H A D | floatscan.c | 146 errno = ERANGE; in decfloat() 150 errno = ERANGE; in decfloat() 308 errno = ERANGE; in decfloat() 389 errno = ERANGE; in hexfloat() 393 errno = ERANGE; in hexfloat() 421 if (!y) errno = ERANGE; in hexfloat()
|
/third_party/musl/src/internal/ |
H A D | intscan.c | 84 errno = ERANGE; in __intscan() 92 errno = ERANGE; in __intscan() 95 errno = ERANGE; in __intscan()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | usergroup.c | 143 while ((err = getgrgid_r(gid, (struct group *)buf, getgr_buf, getgr_buflen, &result)) == ERANGE) { in pa_getgrgid_malloc() 202 while ((err = getgrnam_r(name, (struct group *)buf, getgr_buf, getgr_buflen, &result)) == ERANGE) { in pa_getgrnam_malloc() 265 while ((err = getpwnam_r(name, (struct passwd *)buf, getpw_buf, getpw_buflen, &result)) == ERANGE) { in pa_getpwnam_malloc() 324 while ((err = getpwuid_r(uid, (struct passwd *)buf, getpw_buf, getpw_buflen, &result)) == ERANGE) { in pa_getpwuid_malloc()
|
/third_party/ltp/testcases/kernel/containers/timens/ |
H A D | timens01.c | 33 {"Overflow kernel 64bit ns timer", "1 9223372036 0", ERANGE}, 34 {"Overflow kernel 64bit ns timer", "1 -9223372036 0", ERANGE},
|
/third_party/rust/crates/nix/src/ |
H A D | errno.rs | 182 ERANGE => "Math result not representable", 1158 ERANGE = libc::ERANGE, 1303 libc::ERANGE => ERANGE, 1448 ERANGE = libc::ERANGE, 1566 libc::ERANGE => ERANGE, 1684 ERANGE [all...] |
/third_party/libbpf/src/ |
H A D | libbpf_errno.c | 66 return libbpf_err(-ERANGE); in libbpf_strerror() 73 return libbpf_err(-ERANGE); in libbpf_strerror()
|
/third_party/alsa-lib/src/topology/ |
H A D | parser.c | 51 return -ERANGE; in tplg_get_integer() 75 return -ERANGE; in tplg_get_unsigned() 85 return -ERANGE; in tplg_get_unsigned() 94 if (errno == ERANGE && uval == ULONG_MAX) in tplg_get_unsigned() 95 return -ERANGE; in tplg_get_unsigned() 99 return -ERANGE; in tplg_get_unsigned()
|