Searched refs:EOVERFLOW (Results 1 - 17 of 17) sorted by relevance

/external/e2fsprogs/lib/blkid/
H A Dllseek.c100 errno = EOVERFLOW;
111 errno = EOVERFLOW;
118 #ifndef EOVERFLOW
120 #define EOVERFLOW EXT2_ET_INVALID_ARGUMENT macro
122 #define EOVERFLOW 112 macro
133 errno = EOVERFLOW;
/external/e2fsprogs/lib/ext2fs/
H A Di_block.c46 return EOVERFLOW;
62 return EOVERFLOW;
86 return EOVERFLOW;
H A Dbmap.c332 return EOVERFLOW;
/external/icu4c/tools/tzcode/
H A Dasctime.c120 #ifdef EOVERFLOW
121 errno = EOVERFLOW;
122 #else /* !defined EOVERFLOW */
124 #endif /* !defined EOVERFLOW */
/external/kernel-headers/original/asm-generic/
H A Derrno.h48 #define EOVERFLOW 75 /* Value too large for defined data type */ macro
/external/kernel-headers/original/asm-mips/
H A Derrno.h53 #define EOVERFLOW 79 /* Value too large for defined data type */ macro
/external/llvm/include/llvm/Support/
H A Dsystem_error.h200 value_too_large, // EOVERFLOW
463 # ifndef EOVERFLOW
464 # define EOVERFLOW 132 macro
604 value_too_large = EOVERFLOW,
/external/chromium/base/
H A Dstringprintf.cc70 if (errno != 0 && errno != EOVERFLOW)
/external/mksh/src/
H A Dsyn.c1048 #ifndef EOVERFLOW
1050 #define EOVERFLOW ERANGE macro
1052 #define EOVERFLOW EINVAL macro
1067 errno = EOVERFLOW;
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java123 public static final int EOVERFLOW = placeholder(); field in class:OsConstants
665 if (errno == EOVERFLOW) {
666 return "EOVERFLOW";
/external/libusb/libusb/os/
H A Dlinux_usbfs.c1851 (urb->status == -EOVERFLOW && urb->actual_length > 0))
1864 case -EOVERFLOW:
/external/libusb-compat/libusb/
H A Dcore.c82 return EOVERFLOW;
/external/valgrind/main/include/vki/
H A Dvki-darwin.h606 #define VKI_EOVERFLOW EOVERFLOW
/external/valgrind/main/helgrind/
H A Dhg_intercepts.c177 case EOVERFLOW: return "EOVERFLOW: Value too large "
/external/valgrind/tsan/
H A Dts_valgrind_intercepts.c587 case EOVERFLOW: return "EOVERFLOW: Value too large "
/external/sqlite/dist/orig/
H A Dsqlite3.c26204 #ifdef EOVERFLOW
26205 if( pFile->lastErrno==EOVERFLOW ) return SQLITE_NOLFS;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c26215 #ifdef EOVERFLOW
26216 if( pFile->lastErrno==EOVERFLOW ) return SQLITE_NOLFS;
[all...]

Completed in 7089 milliseconds