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

1 2 3 4 5

  /external/e2fsprogs/lib/blkid/
llseek.c 105 errno = EOVERFLOW;
116 errno = EOVERFLOW;
123 #ifndef EOVERFLOW
125 #define EOVERFLOW EXT2_ET_INVALID_ARGUMENT
127 #define EOVERFLOW 112
138 errno = EOVERFLOW;
  /frameworks/av/media/libnbaio/
PipeReader.cpp 54 if (avail == -EOVERFLOW || lost > 0) {
67 if (actual == -EOVERFLOW || lost > 0) {
86 if (flushed == -EOVERFLOW || lost > 0) {
  /external/e2fsprogs/lib/ext2fs/
i_block.c 48 return EOVERFLOW;
67 return EOVERFLOW;
88 return EOVERFLOW;
read_bb_file.c 63 return EOVERFLOW;
  /external/icu/icu4c/source/tools/tzcode/
asctime.c 115 #ifdef EOVERFLOW
116 errno = EOVERFLOW;
117 #else /* !defined EOVERFLOW */
119 #endif /* !defined EOVERFLOW */
  /bionic/libc/upstream-netbsd/lib/libc/stdlib/
reallocarr.c 82 return EOVERFLOW;
  /external/ltp/lib/
tst_checkpoint.c 90 errno = EOVERFLOW;
107 errno = EOVERFLOW;
  /external/libcxx/include/
errno.h 234 #ifndef EOVERFLOW
235 #define EOVERFLOW 9940
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
3-2.c 100 EOVERFLOW, "EOVERFLOW", EOVERFLOW}, {
4-1.c 95 EOVERFLOW, "EOVERFLOW"}, {
3-1-buildonly.c 81 int dummy64 = EOVERFLOW;
  /external/selinux/libselinux/src/
label_support.c 155 errno = EOVERFLOW;
187 errno = EOVERFLOW;
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 62 #define EOVERFLOW 75
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 58 #define EOVERFLOW 79
  /bionic/libc/tzcode/
asctime.c 115 errno = EOVERFLOW;
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vswprintf.c 91 errno = EOVERFLOW;
getdelim.c 84 errno = EOVERFLOW;
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 163 #define EOVERFLOW 84 /* Value too large to be stored in data type */
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vswprintf.c 89 errno = EOVERFLOW;
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 58 #define EOVERFLOW 75 /* Value too large for defined data type */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 54 #define EOVERFLOW 79 /* Value too large for defined data type */
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
31-1.c 10 * [EOVERFLOW] The file is a regular file and the value of off
93 if (pa == MAP_FAILED && errno == EOVERFLOW) {
94 printf("Got EOVERFLOW\n");
100 perror("Test FAILED: expect EOVERFLOW but get other error");
102 printf("Test FAILED: Expect EOVERFLOW but got no error\n");
  /external/perfetto/src/profiling/memory/
proc_utils.cc 64 errno = EOVERFLOW;
136 errno = EOVERFLOW;
  /bionic/tests/headers/posix/
errno_h.c 99 MACRO(EOVERFLOW);
  /external/elfutils/libelf/
elf_readall.c 104 errno = EOVERFLOW;

Completed in 753 milliseconds

1 2 3 4 5