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

12

/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/bison/lib/
H A Dsprintf.c47 /* vasnprintf fails with EOVERFLOW when the buffer size argument is larger
69 errno = EOVERFLOW;
75 errno = EOVERFLOW;
H A Dvsprintf.c46 /* vasnprintf fails with EOVERFLOW when the buffer size argument is larger
66 errno = EOVERFLOW;
72 errno = EOVERFLOW;
H A Derrno.in.h62 # ifndef EOVERFLOW
63 # define EOVERFLOW 132 macro
152 EMULTIHOP, ENOLINK, EOVERFLOW are not defined. */
162 # define EOVERFLOW @EOVERFLOW_VALUE@ macro
168 EPROTO, EMULTIHOP, EBADMSG, EOVERFLOW, ENOTSUP, ECANCELED are not defined.
207 # ifndef EOVERFLOW
208 # define EOVERFLOW 2006 macro
H A Dfprintf.c71 errno = EOVERFLOW;
H A Dsnprintf.c66 errno = EOVERFLOW;
H A Dvfprintf.c68 errno = EOVERFLOW;
H A Dvsnprintf.c65 errno = EOVERFLOW;
H A Dstrerror-override.c250 case EOVERFLOW:
H A Dgetdelim.c107 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/chromium_org/third_party/icu/source/tools/tzcode/
H A Dasctime.c120 #ifdef EOVERFLOW
121 errno = EOVERFLOW;
122 #else /* !defined EOVERFLOW */
124 #endif /* !defined 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/chromium_org/net/third_party/nss/ssl/
H A Dunix_err.c54 #ifdef EOVERFLOW
55 case EOVERFLOW: prError = PR_IO_ERROR; break;
495 #ifdef EOVERFLOW
496 case EOVERFLOW: prError = PR_BUFFER_OVERFLOW_ERROR; break;
/external/llvm/include/llvm/Support/
H A Dsystem_error.h202 value_too_large, // EOVERFLOW
465 # ifndef EOVERFLOW
466 # define EOVERFLOW 132 macro
606 value_too_large = EOVERFLOW,
/external/chromium/base/
H A Dstringprintf.cc70 if (errno != 0 && errno != EOVERFLOW)
/external/chromium_org/base/strings/
H A Dstringprintf.cc73 if (errno != 0 && errno != EOVERFLOW)
/external/mksh/src/
H A Dsyn.c1066 #ifndef EOVERFLOW
1068 #define EOVERFLOW ERANGE macro
1070 #define EOVERFLOW EINVAL macro
1085 errno = EOVERFLOW;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_snprintf.c377 #ifndef EOVERFLOW
378 #define EOVERFLOW ERANGE macro
379 #endif /* !defined(EOVERFLOW) */
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_snprintf.c377 #ifndef EOVERFLOW
378 #define EOVERFLOW ERANGE macro
379 #endif /* !defined(EOVERFLOW) */
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_syscall.c544 { "EOVERFLOW", EOVERFLOW },
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dlinux_usbfs.c2178 case -EOVERFLOW:
2285 case -EOVERFLOW:
2394 case -EOVERFLOW:

Completed in 2686 milliseconds

12