/external/e2fsprogs/lib/blkid/ |
D | llseek.c | 105 errno = EOVERFLOW; in blkid_llseek() 116 errno = EOVERFLOW; in blkid_llseek() 123 #ifndef EOVERFLOW 125 #define EOVERFLOW EXT2_ET_INVALID_ARGUMENT macro 127 #define EOVERFLOW 112 macro 138 errno = EOVERFLOW; in blkid_llseek()
|
/external/e2fsprogs/lib/ext2fs/ |
D | i_block.c | 48 return EOVERFLOW; in ext2fs_iblk_add_blocks() 67 return EOVERFLOW; in ext2fs_iblk_sub_blocks() 88 return EOVERFLOW; in ext2fs_iblk_set()
|
D | read_bb_file.c | 63 return EOVERFLOW; in ext2fs_read_bb_FILE2()
|
/external/icu/icu4c/source/tools/tzcode/ |
D | asctime.c | 115 #ifdef EOVERFLOW in asctime_r() 116 errno = EOVERFLOW; in asctime_r()
|
/external/ltp/lib/ |
D | tst_checkpoint.c | 90 errno = EOVERFLOW; in tst_checkpoint_wait() 107 errno = EOVERFLOW; in tst_checkpoint_wake()
|
/external/selinux/libselinux/src/ |
D | label_support.c | 155 errno = EOVERFLOW; in digest_add_specfile() 187 errno = EOVERFLOW; in digest_add_specfile()
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 100 EOVERFLOW, "EOVERFLOW", EOVERFLOW}, {
|
D | 4-1.c | 95 EOVERFLOW, "EOVERFLOW"}, {
|
D | 3-1-buildonly.c | 81 int dummy64 = EOVERFLOW;
|
/external/libcxx/include/ |
D | errno.h | 234 #ifndef EOVERFLOW 235 #define EOVERFLOW 9940 macro
|
D | __errc | 98 value_too_large, // EOVERFLOW 211 value_too_large = EOVERFLOW,
|
/external/perfetto/src/profiling/memory/ |
D | proc_utils.cc | 64 errno = EOVERFLOW; in NormalizeCmdLine() 136 errno = EOVERFLOW; in GetCmdlineForPID()
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 273 #ifndef EOVERFLOW 274 #error EOVERFLOW not defined
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 463 # ifndef EOVERFLOW 464 # define EOVERFLOW 132 macro 615 value_too_large = EOVERFLOW,
|
/external/strace/tests-mx32/ |
D | errno2name.c | 366 #ifdef EOVERFLOW in errno2name() 367 CASE(EOVERFLOW); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 366 #ifdef EOVERFLOW in errno2name() 367 CASE(EOVERFLOW); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 366 #ifdef EOVERFLOW in errno2name() 367 CASE(EOVERFLOW); in errno2name()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
D | 31-1.c | 93 if (pa == MAP_FAILED && errno == EOVERFLOW) { in main()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 58 #define EOVERFLOW 75 /* Value too large for defined data type */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 54 #define EOVERFLOW 79 /* Value too large for defined data type */ macro
|
/external/elfutils/libelf/ |
D | elf_readall.c | 104 errno = EOVERFLOW; in __libelf_readall()
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 78 EOVERFLOW = 79 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 83 #define EOVERFLOW 75 /* Value too large for defined data type */ macro
|
/external/strace/ |
D | file_handle.c | 77 if ((!syserror(tcp) || EOVERFLOW == tcp->u_error) in SYS_FUNC()
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | error.cc | 103 case EOVERFLOW: // Value too large to be stored in data type in ErrnoToCode()
|