Home
last modified time | relevance | path

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

12345

/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/rust/crates/nix/src/
Derrno.rs314 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/
Dtst_checkpoint.c91 errno = EOVERFLOW; in tst_checkpoint_wait()
112 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/llvm-project/libcxx/include/
Derrno.h233 #ifndef EOVERFLOW
234 #define EOVERFLOW 9940 macro
D__errc97 value_too_large, // EOVERFLOW
210 value_too_large = EOVERFLOW,
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c100 EOVERFLOW, "EOVERFLOW", EOVERFLOW}, {
D4-1.c95 EOVERFLOW, "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/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp273 #ifndef EOVERFLOW
274 #error EOVERFLOW not defined
/external/llvm-project/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp274 #ifndef EOVERFLOW
275 #error EOVERFLOW not defined
/external/perfetto/include/perfetto/profiling/
Dnormalize.h41 errno = EOVERFLOW; in NormalizeCmdLine()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
D31-1.c93 if (pa == MAP_FAILED && errno == EOVERFLOW) { in main()
/external/arm-trusted-firmware/include/lib/libc/
Derrno.h150 #define EOVERFLOW 84 /* Value too large to be stored in data type */ macro
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h58 #define EOVERFLOW 75 /* Value too large for defined data type */ macro
/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/strace/tests-mx32/
Derrno2name.c366 #ifdef EOVERFLOW in errno2name()
367 CASE(EOVERFLOW); in errno2name()
/external/elfutils/libelf/
Delf_readall.c104 errno = EOVERFLOW; in __libelf_readall()
/external/strace/
Dfile_handle.c77 if ((!syserror(tcp) || EOVERFLOW == tcp->u_error) in SYS_FUNC()
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py78 EOVERFLOW = 79 variable

12345