Home
last modified time | relevance | path

Searched refs:EOVERFLOW (Results 1 – 11 of 11) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Derrno.in.h96 # define EOVERFLOW @EOVERFLOW_VALUE@ macro
140 # ifndef EOVERFLOW
141 # define EOVERFLOW 2006 macro
Dgetdelim.c107 errno = EOVERFLOW; in getdelim()
Dstrerror.c305 case EOVERFLOW: in rpl_strerror()
/ndk/sources/host-tools/sed-4.2.1/m4/
Derrno_h.m431 #if !defined EOVERFLOW
56 gl_REPLACE_ERRNO_VALUE([EOVERFLOW])
59 # Assuming $1 = EOVERFLOW.
60 # The EOVERFLOW errno value ought to be defined in <errno.h>, according to
63 # Check for the value of EOVERFLOW.
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/errno/
Dcerrno.pass.cpp277 #ifndef EOVERFLOW
278 #error EOVERFLOW not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcerrno231 #ifndef EOVERFLOW
232 #define EOVERFLOW 9940
Dsystem_error195 value_too_large, // EOVERFLOW
343 value_too_large = EOVERFLOW,
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/
Derrc.pass.cpp102 static_assert(static_cast<int>(std::errc::value_too_large) == EOVERFLOW, ""); in main()
/ndk/sources/android/support/src/stdio/
Dvfprintf.c489 errno = EOVERFLOW; in printf_core()
727 errno = EOVERFLOW; in vsnprintf()
Dvfwprintf.c218 if (!ferror(f)) errno = EOVERFLOW; in wprintf_core()
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure7226 static int test_array [1 - 2 * !((EOVERFLOW) >= 0)];
7269 static int test_array [1 - 2 * !((EOVERFLOW) <= $ac_mid)];
7329 static int test_array [1 - 2 * !((EOVERFLOW) < 0)];
7372 static int test_array [1 - 2 * !((EOVERFLOW) >= $ac_mid)];
7442 static int test_array [1 - 2 * !((EOVERFLOW) <= $ac_mid)];
7495 static long int longval () { return EOVERFLOW; }
7496 static unsigned long int ulongval () { return EOVERFLOW; }
7506 if ((EOVERFLOW) < 0)
7509 if (i != (EOVERFLOW))
7516 if (i != (EOVERFLOW))