HomeSort by relevance Sort by last modified time
    Searched refs:EOVERFLOW (Results 1 - 25 of 267) sorted by null

1 2 3 4 5 6 7 8 91011

  /system/core/libpixelflinger/codeflinger/tinyutils/
Errors.h 38 BAD_INDEX = -EOVERFLOW,
  /external/e2fsprogs/lib/blkid/
llseek.c 100 errno = EOVERFLOW;
111 errno = EOVERFLOW;
118 #ifndef EOVERFLOW
120 #define EOVERFLOW EXT2_ET_INVALID_ARGUMENT
122 #define EOVERFLOW 112
133 errno = EOVERFLOW;
  /external/bison/lib/
sprintf.c 47 /* vasnprintf fails with EOVERFLOW when the buffer size argument is larger
69 errno = EOVERFLOW;
75 errno = EOVERFLOW;
vsprintf.c 46 /* vasnprintf fails with EOVERFLOW when the buffer size argument is larger
66 errno = EOVERFLOW;
72 errno = EOVERFLOW;
errno.in.h 62 # ifndef EOVERFLOW
63 # define EOVERFLOW 132
152 EMULTIHOP, ENOLINK, EOVERFLOW are not defined. */
162 # define EOVERFLOW @EOVERFLOW_VALUE@
168 EPROTO, EMULTIHOP, EBADMSG, EOVERFLOW, ENOTSUP, ECANCELED are not defined.
207 # ifndef EOVERFLOW
208 # define EOVERFLOW 2006
fprintf.c 71 errno = EOVERFLOW;
snprintf.c 66 errno = EOVERFLOW;
vfprintf.c 68 errno = EOVERFLOW;
vsnprintf.c 65 errno = EOVERFLOW;
  /ndk/sources/host-tools/sed-4.2.1/lib/
errno.in.h 86 EMULTIHOP, ENOLINK, EOVERFLOW are not defined. */
96 # define EOVERFLOW @EOVERFLOW_VALUE@
102 EPROTO, EMULTIHOP, EBADMSG, EOVERFLOW, ENOTSUP, ECANCELED are not defined.
140 # ifndef EOVERFLOW
141 # define EOVERFLOW 2006
  /external/e2fsprogs/lib/ext2fs/
i_block.c 48 return EOVERFLOW;
68 return EOVERFLOW;
90 return EOVERFLOW;
  /bionic/libc/tzcode/
asctime.c 115 #ifdef EOVERFLOW
116 errno = EOVERFLOW;
117 #else /* !defined EOVERFLOW */
119 #endif /* !defined EOVERFLOW */
  /external/chromium_org/third_party/icu/source/tools/tzcode/
asctime.c 120 #ifdef EOVERFLOW
121 errno = EOVERFLOW;
122 #else /* !defined EOVERFLOW */
124 #endif /* !defined EOVERFLOW */
  /external/icu/icu4c/source/tools/tzcode/
asctime.c 120 #ifdef EOVERFLOW
121 errno = EOVERFLOW;
122 #else /* !defined EOVERFLOW */
124 #endif /* !defined EOVERFLOW */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
errno.h 194 #ifndef EOVERFLOW
195 #define EOVERFLOW 132
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
ftell.c 92 errno = EOVERFLOW;
fwrite.c 60 errno = EOVERFLOW;
fread.c 55 errno = EOVERFLOW;
vswprintf.c 91 errno = EOVERFLOW;
  /system/core/include/utils/
Errors.h 63 BAD_INDEX = -EOVERFLOW,
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 72 #define EOVERFLOW 75
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 67 #define EOVERFLOW 79
  /development/ndk/platforms/android-3/include/asm-generic/
errno.h 59 #define EOVERFLOW 75
  /development/ndk/platforms/android-9/arch-mips/include/asm/
errno.h 67 #define EOVERFLOW 79
  /development/ndk/platforms/android-L/arch-mips/include/asm/
errno.h 67 #define EOVERFLOW 79

Completed in 760 milliseconds

1 2 3 4 5 6 7 8 91011