Home
last modified time | relevance | path

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

12345

/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/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/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/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()
Dfgetfilecon.c23 if (ret < 0 && errno == ERANGE) { in fgetfilecon()
Dgetfilecon.c23 if (ret < 0 && errno == ERANGE) { in getfilecon()
Dlgetfilecon.c23 if (ret < 0 && errno == ERANGE) { in lgetfilecon()
/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/dhcpcd-6.8.2/
Ddhcp-common.c294 errno = ERANGE; in decode_rfc3397()
304 errno = ERANGE; in decode_rfc3397()
309 errno = ERANGE; in decode_rfc3397()
315 errno = ERANGE; in decode_rfc3397()
401 errno = ERANGE; in valid_domainname()
/external/selinux/libselinux/src/
Dgetpeercon.c27 if (ret < 0 && errno == ERANGE) { in getpeercon_raw()
Dfgetfilecon.c23 if (ret < 0 && errno == ERANGE) { in fgetfilecon_raw()
Dlgetfilecon.c23 if (ret < 0 && errno == ERANGE) { in lgetfilecon_raw()
Dgetfilecon.c23 if (ret < 0 && errno == ERANGE) { in getfilecon_raw()
/external/squashfs-tools/squashfs-tools/
Dsort.c285 if((res < 1 || errno) && errno != ERANGE) { in read_sort_file()
297 } else if((errno == ERANGE) || in read_sort_file()
/external/libnl/lib/
Derror.c104 case ERANGE: return NLE_RANGE; in nl_syserr2nlerr()

12345