Home
last modified time | relevance | path

Searched refs:ERANGE (Results 1 – 25 of 95) 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/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/depr/depr.c.headers/
Derrno_h.pass.cpp23 #ifndef ERANGE
24 #error ERANGE not defined
/external/stlport/test/unit/
Dtest_errno.cpp34 errno = ERANGE; in check()
36 CPPUNIT_ASSERT( errno == ERANGE ); in check()
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal_decls.h13 # undef ERANGE
14 # define ERANGE ERROR_INVALID_DATA macro
/external/libsepol/include/sepol/
Derrcodes.h21 #define SEPOL_ERANGE -ERANGE
/external/compiler-rt/test/msan/Linux/
Dxattr.cc72 assert(errno == ERANGE); in test_list()
99 assert(errno == ERANGE); in test_get_single_attr()
/external/kernel-headers/original/uapi/asm-generic/
Derrno-base.h37 #define ERANGE 34 /* Math result not representable */ macro
/external/libcxx/include/
Dcerrno21 ERANGE
247 #ifndef ERANGE
248 #define ERANGE 9944
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc530 if (errno == ERANGE && result == LONG_MIN) { in strto32_adaptor()
532 } else if (errno == ERANGE && result == LONG_MAX) { in strto32_adaptor()
535 errno = ERANGE; in strto32_adaptor()
538 errno = ERANGE; in strto32_adaptor()
550 if (errno == ERANGE && result == ULONG_MAX) { in strtou32_adaptor()
553 errno = ERANGE; in strtou32_adaptor()
/external/libcxx/test/diagnostics/errno/
Dcerrno.pass.cpp305 #ifndef ERANGE
306 #error ERANGE not defined
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dsem_post.c114 result = ERANGE; in sem_post()
/external/libselinux/src/
Dgetpeercon.c27 if (ret < 0 && errno == ERANGE) { in getpeercon()
Dlgetfilecon.c23 if (ret < 0 && errno == ERANGE) { in lgetfilecon()
Dfgetfilecon.c23 if (ret < 0 && errno == ERANGE) { in fgetfilecon()
Dgetfilecon.c23 if (ret < 0 && errno == ERANGE) { in getfilecon()
/external/qemu/distrib/libselinux/src/
Dgetpeercon.c27 if (ret < 0 && errno == ERANGE) { in getpeercon()
Dgetfilecon.c23 if (ret < 0 && errno == ERANGE) { in getfilecon()
Dfgetfilecon.c23 if (ret < 0 && errno == ERANGE) { in fgetfilecon()
Dlgetfilecon.c23 if (ret < 0 && errno == ERANGE) { in lgetfilecon()
/external/chromium_org/third_party/libusb/src/msvc/
Derrno.h58 #define ERANGE 34 /* Result too large (possibly too small) */ macro
/external/chromium_org/third_party/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()

1234