/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/rust/crates/nix/src/ |
D | errno.rs | 314 EOVERFLOW => "Value too large for defined data type", in desc() 466 EOVERFLOW => "Value too large to be stored in data type", in desc() 712 EOVERFLOW = libc::EOVERFLOW, enumerator 855 libc::EOVERFLOW => EOVERFLOW, in from_i32() 1010 EOVERFLOW = libc::EOVERFLOW, enumerator 1128 libc::EOVERFLOW => EOVERFLOW, in from_i32() 1245 EOVERFLOW = libc::EOVERFLOW, enumerator 1353 libc::EOVERFLOW => EOVERFLOW, in from_i32() 1461 EOVERFLOW = libc::EOVERFLOW, enumerator 1568 libc::EOVERFLOW => EOVERFLOW, in from_i32() [all …]
|
/external/ltp/lib/ |
D | tst_checkpoint.c | 91 errno = EOVERFLOW; in tst_checkpoint_wait() 112 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/llvm-project/libcxx/include/ |
D | errno.h | 233 #ifndef EOVERFLOW 234 #define EOVERFLOW 9940 macro
|
D | __errc | 97 value_too_large, // EOVERFLOW 210 value_too_large = EOVERFLOW,
|
/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"}, {
|
/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/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 273 #ifndef EOVERFLOW 274 #error EOVERFLOW not defined
|
/external/llvm-project/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 274 #ifndef EOVERFLOW 275 #error EOVERFLOW not defined
|
/external/perfetto/include/perfetto/profiling/ |
D | normalize.h | 41 errno = EOVERFLOW; in NormalizeCmdLine()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
D | 31-1.c | 93 if (pa == MAP_FAILED && errno == EOVERFLOW) { in main()
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | errno.h | 150 #define EOVERFLOW 84 /* Value too large to be stored in data type */ macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 58 #define EOVERFLOW 75 /* Value too large for defined data type */ macro
|
/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/strace/tests-mx32/ |
D | errno2name.c | 366 #ifdef EOVERFLOW in errno2name() 367 CASE(EOVERFLOW); in errno2name()
|
/external/elfutils/libelf/ |
D | elf_readall.c | 104 errno = EOVERFLOW; in __libelf_readall()
|
/external/strace/ |
D | file_handle.c | 77 if ((!syserror(tcp) || EOVERFLOW == tcp->u_error) in SYS_FUNC()
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 78 EOVERFLOW = 79 variable
|