Home
last modified time | relevance | path

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

123

/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()
Dgetcwd.c195 errno = ERANGE; in getcwd()
/external/stlport/test/unit/
Dtest_errno.cpp34 errno = ERANGE; in check()
36 CPPUNIT_ASSERT( errno == ERANGE ); in check()
/external/libsepol/include/sepol/
Derrcodes.h21 #define SEPOL_ERANGE -ERANGE
/external/llvm/include/llvm/Support/
DFEnv.h44 if (errno_val == ERANGE || errno_val == EDOM) in llvm_fenv_testexcept()
Dsystem_error.h436 # ifndef ERANGE
437 # define ERANGE 34 macro
587 result_out_of_range = ERANGE,
/external/kernel-headers/original/asm-generic/
Derrno-base.h37 #define ERANGE 34 /* Math result not representable */ macro
/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/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/srec/portable/src/UNIX/
DPFileWrapUNIX_OS_Specific.c78 case ERANGE: in pf_get_cwd()
DPANSIFileSystemUNIXImpl.c134 case ERANGE: in PANSIFileSystemGetcwdImpl()
/external/dbus/tools/
Dstrtoull.c130 errno = ERANGE; in strtoull()
Dstrtoll.c151 errno = ERANGE; in strtoll()
/external/llvm/lib/TableGen/
DTGLexer.cpp388 if (errno == ERANGE) { in LexNumber()
393 if (errno == ERANGE) in LexNumber()
/external/iptables/extensions/
Dlibip6t_dst.c43 if ( id == ULONG_MAX && errno == ERANGE ) { in parse_opts_num()
/external/chromium/third_party/libjingle/source/talk/base/
Dnethelpers.cc137 aux_len, &result, herrno)) == ERANGE) { in SafeGetHostByName()

123