Home
last modified time | relevance | path

Searched refs:EOVERFLOW (Results 1 – 25 of 98) sorted by relevance

1234

/external/e2fsprogs/lib/blkid/
Dllseek.c105 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/
Di_block.c48 return EOVERFLOW; in ext2fs_iblk_add_blocks()
67 return EOVERFLOW; in ext2fs_iblk_sub_blocks()
88 return EOVERFLOW; in ext2fs_iblk_set()
Dread_bb_file.c63 return EOVERFLOW; in ext2fs_read_bb_FILE2()
/external/icu/icu4c/source/tools/tzcode/
Dasctime.c115 #ifdef EOVERFLOW in asctime_r()
116 errno = EOVERFLOW; in asctime_r()
/external/ltp/lib/
Dtst_checkpoint.c90 errno = EOVERFLOW; in tst_checkpoint_wait()
107 errno = EOVERFLOW; in tst_checkpoint_wake()
/external/selinux/libselinux/src/
Dlabel_support.c155 errno = EOVERFLOW; in digest_add_specfile()
187 errno = EOVERFLOW; in digest_add_specfile()
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c100 EOVERFLOW, "EOVERFLOW", EOVERFLOW}, {
D4-1.c95 EOVERFLOW, "EOVERFLOW"}, {
D3-1-buildonly.c81 int dummy64 = EOVERFLOW;
/external/libcxx/include/
Derrno.h234 #ifndef EOVERFLOW
235 #define EOVERFLOW 9940 macro
D__errc98 value_too_large, // EOVERFLOW
211 value_too_large = EOVERFLOW,
/external/perfetto/src/profiling/memory/
Dproc_utils.cc64 errno = EOVERFLOW; in NormalizeCmdLine()
136 errno = EOVERFLOW; in GetCmdlineForPID()
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp273 #ifndef EOVERFLOW
274 #error EOVERFLOW not defined
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h463 # ifndef EOVERFLOW
464 # define EOVERFLOW 132 macro
615 value_too_large = EOVERFLOW,
/external/strace/tests-mx32/
Derrno2name.c366 #ifdef EOVERFLOW in errno2name()
367 CASE(EOVERFLOW); in errno2name()
/external/strace/tests-m32/
Derrno2name.c366 #ifdef EOVERFLOW in errno2name()
367 CASE(EOVERFLOW); in errno2name()
/external/strace/tests/
Derrno2name.c366 #ifdef EOVERFLOW in errno2name()
367 CASE(EOVERFLOW); in errno2name()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
D31-1.c93 if (pa == MAP_FAILED && errno == EOVERFLOW) { in main()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h58 #define EOVERFLOW 75 /* Value too large for defined data type */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h54 #define EOVERFLOW 79 /* Value too large for defined data type */ macro
/external/elfutils/libelf/
Delf_readall.c104 errno = EOVERFLOW; in __libelf_readall()
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py78 EOVERFLOW = 79 variable
/external/u-boot/include/linux/
Derrno.h83 #define EOVERFLOW 75 /* Value too large for defined data type */ macro
/external/strace/
Dfile_handle.c77 if ((!syserror(tcp) || EOVERFLOW == tcp->u_error) in SYS_FUNC()
/external/tensorflow/tensorflow/core/platform/posix/
Derror.cc103 case EOVERFLOW: // Value too large to be stored in data type in ErrnoToCode()

1234