Home
last modified time | relevance | path

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

1234

/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;
Dw_scalb.c52 if(!ieee_finite(fn)) 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.c131 errno = ERANGE; in scan_scaled()
184 errno = ERANGE; in scan_scaled()
205 errno = ERANGE; in fmt_scaled()
Dstrtoll.c126 errno = ERANGE; in strtoll()
136 errno = ERANGE; in strtoll()
Dstrtoul.c95 errno = ERANGE; in strtoul()
Dstrtoull.c97 errno = ERANGE; in strtoull()
/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/libcxx/test/std/depr/depr.c.headers/
Derrno_h.pass.cpp23 #ifndef ERANGE
24 #error ERANGE not defined
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal_decls.h13 # undef ERANGE
14 # define ERANGE ERROR_INVALID_DATA macro
/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.h24 #define SEPOL_ERANGE -ERANGE
/external/libcxx/include/
Dcerrno21 ERANGE
247 #ifndef ERANGE
248 #define ERANGE 9944
/external/kernel-headers/original/uapi/asm-generic/
Derrno-base.h37 #define ERANGE 34 /* Math result not representable */ macro
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp305 #ifndef ERANGE
306 #error ERANGE not defined
/external/libselinux/src/
Dgetpeercon.c27 if (ret < 0 && errno == ERANGE) { in getpeercon()
Dlgetfilecon.c23 if (ret < 0 && errno == ERANGE) { in lgetfilecon()
Dgetfilecon.c23 if (ret < 0 && errno == ERANGE) { in getfilecon()
Dfgetfilecon.c23 if (ret < 0 && errno == ERANGE) { in fgetfilecon()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc568 if (errno == ERANGE && result == LONG_MIN) { in strto32_adaptor()
570 } else if (errno == ERANGE && result == LONG_MAX) { in strto32_adaptor()
573 errno = ERANGE; in strto32_adaptor()
576 errno = ERANGE; in strto32_adaptor()
588 if (errno == ERANGE && result == ULONG_MAX) { in strtou32_adaptor()
591 errno = ERANGE; in strtou32_adaptor()
/external/selinux/libselinux/src/
Dgetpeercon.c27 if (ret < 0 && errno == ERANGE) { in getpeercon_raw()
Dlgetfilecon.c23 if (ret < 0 && errno == ERANGE) { in lgetfilecon_raw()
Dfgetfilecon.c23 if (ret < 0 && errno == ERANGE) { in fgetfilecon_raw()

1234