HomeSort by relevance Sort by last modified time
    Searched refs:ERANGE (Results 76 - 100 of 270) sorted by null

1 2 34 5 6 7 8 91011

  /external/libselinux/src/
getpeercon.c 27 if (ret < 0 && errno == ERANGE) {
lgetfilecon.c 23 if (ret < 0 && errno == ERANGE) {
  /system/extras/tests/bionic/libc/common/
test_libgen.c 188 test_basename_r( "", ".", -1, buff, 0, ERANGE );
189 test_basename_r( "", ".", -1, buff, 1, ERANGE );
209 test_dirname_r( "", ".", -1, buff, 0, ERANGE );
210 test_dirname_r( "", ".", -1, buff, 1, ERANGE );
  /bionic/libc/stdlib/
strtoimax.c 150 errno = ERANGE;
160 errno = ERANGE;
strtoul.c 90 errno = ERANGE;
strtoumax.c 103 errno = ERANGE;
  /external/bison/lib/
strerror_r.c 112 Return 0 if MSG fit in BUFLEN, otherwise return ERANGE. */
130 ret = ERANGE;
146 return ERANGE;
206 /* AIX returns 0 rather than ERANGE when truncating strings; try
218 ret = ERANGE;
221 /* Solaris 10 does not populate buf on ERANGE. OpenBSD 4.7
222 truncates early on ERANGE rather than return a partial integer.
227 if (ret == ERANGE && strlen (buf) < buflen - 1)
232 if (strerror_r (errnum, stackbuf, sizeof stackbuf) == ERANGE)
  /external/openssh/openbsd-compat/
fmt_scaled.c 131 errno = ERANGE;
184 errno = ERANGE;
205 errno = ERANGE;
strtoul.c 95 errno = ERANGE;
  /bionic/libc/bionic/
libgen.cpp 96 errno = ERANGE;
155 errno = ERANGE;
pthread_setname_np.cpp 55 return ERANGE;
strerror_r.cpp 57 errno_restorer.override(ERANGE);
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
need_errno.h 114 #define ERANGE 34
  /external/srec/portable/src/UNIX/
PFileWrapUNIX_OS_Specific.c 78 case ERANGE:
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
string_conversions.h 56 else if (errno == ERANGE
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
string_conversions.h 62 else if (errno == ERANGE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
string_conversions.h 62 else if (errno == ERANGE
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
string_conversions.h 56 else if (errno == ERANGE
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
string_conversions.h 56 else if (errno == ERANGE
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
string_conversions.h 56 else if (errno == ERANGE
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
string_conversions.h 56 else if (errno == ERANGE
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
string_conversions.h 62 else if (errno == ERANGE
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
string_conversions.h 62 else if (errno == ERANGE
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
string_conversions.h 62 else if (errno == ERANGE
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
string_conversions.h 62 else if (errno == ERANGE

Completed in 658 milliseconds

1 2 34 5 6 7 8 91011