Home
last modified time | relevance | path

Searched refs:ERANGE (Results 1 – 25 of 179) sorted by relevance

12345678

/external/fdlibm/
Dk_standard.c151 errno = ERANGE;
153 errno = ERANGE;
165 errno = ERANGE;
167 errno = ERANGE;
179 errno = ERANGE;
181 errno = ERANGE;
190 errno = ERANGE;
192 errno = ERANGE;
306 errno = ERANGE;
308 errno = ERANGE;
[all …]
Ds_ldexp.c26 if(!ieee_finite(value)||value==0.0) errno = ERANGE;
/external/openssh/openbsd-compat/
Dstrtonum.c46 { "too small", ERANGE }, in strtonum()
47 { "too large", ERANGE }, in strtonum()
58 else if ((ll == LLONG_MIN && errno == ERANGE) || ll < minval) in strtonum()
60 else if ((ll == LLONG_MAX && errno == ERANGE) || ll > maxval) in strtonum()
Dfmt_scaled.c129 errno = ERANGE; in scan_scaled()
136 errno = ERANGE; in scan_scaled()
140 errno = ERANGE; in scan_scaled()
174 errno = ERANGE; in scan_scaled()
221 errno = ERANGE; in fmt_scaled()
Dstrtoll.c126 errno = ERANGE; in strtoll()
136 errno = ERANGE; in strtoll()
/external/dhcpcd-6.8.2/compat/
Dstrtoi.c63 *rstatus = ERANGE; in strtoi()
68 *rstatus = ERANGE; in strtoi()
103 *rstatus = ERANGE; in strtou()
108 *rstatus = ERANGE; in strtou()
/external/bison/lib/
Dstrerror_r.c130 ret = ERANGE; in safe_copy()
146 return ERANGE; in strerror_r()
218 ret = ERANGE; in strerror_r()
227 if (ret == ERANGE && strlen (buf) < buflen - 1) in strerror_r()
232 if (strerror_r (errnum, stackbuf, sizeof stackbuf) == ERANGE) in strerror_r()
Dperror.c42 if (ret == ERANGE) in perror()
/external/minijail/
Dutil.c100 if (errno == ERANGE) { in parse_single_constant()
105 if (errno == ERANGE) { in parse_single_constant()
181 return -ERANGE; in parse_size()
195 return -ERANGE; in parse_size()
203 return -ERANGE; in parse_size()
Dlibminijail_unittest.cc311 ASSERT_EQ(-ERANGE, parse_size(&size, "16E")); in TEST()
312 ASSERT_EQ(-ERANGE, parse_size(&size, "19E")); in TEST()
315 ASSERT_EQ(-ERANGE, parse_size(&size, "5G")); in TEST()
316 ASSERT_EQ(-ERANGE, parse_size(&size, "9G")); in TEST()
317 ASSERT_EQ(-ERANGE, parse_size(&size, "9E")); in TEST()
318 ASSERT_EQ(-ERANGE, parse_size(&size, "7GTPE")); in TEST()
/external/syslinux/com32/lib/math/
Dstrtod.c99 errno = ERANGE; in strtod()
131 errno = ERANGE; in strtod()
151 errno = ERANGE; in strtod()
/external/libcxx/test/std/depr/depr.c.headers/
Derrno_h.pass.cpp23 #ifndef ERANGE
24 #error ERANGE not defined
/external/iproute2/lib/
Dutils.c62 if ((res == LONG_MAX || res == LONG_MIN) && errno == ERANGE) in get_integer()
123 if (res == ULONG_MAX && errno == ERANGE) in get_unsigned()
157 if ((t == HUGE_VALF || t == HUGE_VALL) && errno == ERANGE) in get_time_rtt()
167 if (res == ULONG_MAX && errno == ERANGE) in get_time_rtt()
214 if (res == ULLONG_MAX && errno == ERANGE) in get_u64()
239 if (res == ULONG_MAX && errno == ERANGE) in get_u32()
264 if (res == ULONG_MAX && errno == ERANGE) in get_u16()
288 if (res == ULONG_MAX && errno == ERANGE) in get_u8()
310 if ((res == LONG_MIN || res == LONG_MAX) && errno == ERANGE) in get_s32()
329 if ((res == LONG_MIN || res == LONG_MAX) && errno == ERANGE) in get_s16()
[all …]
/external/ltp/testcases/kernel/syscalls/getcwd/
Dgetcwd01.c51 {buffer, 1, ERANGE},
52 {NULL, 1, ERANGE}
/external/syslinux/gpxe/src/image/
Dsegment.c76 return -ERANGE; in prep_segment()
86 { ERANGE, "Requested memory not available" },
/external/python/cpython2/Python/
Dgetcwd.c38 errno = ERANGE; in getcwd()
74 errno = ERANGE; in getcwd()
Dmystrtoul.c247 errno = ERANGE; in PyOS_strtoul()
281 errno = ERANGE; in PyOS_strtol()
/external/python/cpython2/Include/
Dpyport.h479 errno = ERANGE; \
507 errno = ERANGE; \
509 else if (errno == ERANGE && (X) == 0.0) \
518 errno = ERANGE; \
520 else if (errno == ERANGE) \
/external/python/cpython2/Modules/
Dmathmodule.c264 errno = ERANGE; in m_tgamma()
276 errno = ERANGE; in m_tgamma()
321 errno = ERANGE; in m_tgamma()
374 errno = ERANGE; in m_lgamma()
623 else if (errno == ERANGE) { in is_error()
700 errno = can_overflow ? ERANGE : EDOM; in math_1()
780 errno = ERANGE; in math_2()
1214 errno = ERANGE; in math_ldexp()
1225 errno = ERANGE; in math_ldexp()
1415 errno = ERANGE; in math_hypot()
[all …]
/external/libcxx/include/
Derrno.h250 #ifndef ERANGE
251 #define ERANGE 9944 macro
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c106 ERANGE, "ERANGE", ERANGE}, {
/external/fmtlib/test/
Dformat-impl-test.cc86 EXPECT_EQ(ERANGE, result); in TEST()
89 EXPECT_EQ(ERANGE, result); in TEST()
/external/compiler-rt/test/msan/Linux/
Dxattr.cc72 assert(errno == ERANGE); in test_list()
99 assert(errno == ERANGE); in test_get_single_attr()
/external/selinux/libsepol/include/sepol/
Derrcodes.h25 #define SEPOL_ERANGE -ERANGE
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DFEnv.h44 if (errno_val == ERANGE || errno_val == EDOM) in llvm_fenv_testexcept()

12345678