Home
last modified time | relevance | path

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

12

/external/e2fsprogs/lib/blkid/
Dllseek.c100 errno = EOVERFLOW; in blkid_llseek()
111 errno = EOVERFLOW; in blkid_llseek()
118 #ifndef EOVERFLOW
120 #define EOVERFLOW EXT2_ET_INVALID_ARGUMENT macro
122 #define EOVERFLOW 112 macro
133 errno = EOVERFLOW; in blkid_llseek()
/external/bison/lib/
Derrno.in.h62 # ifndef EOVERFLOW
63 # define EOVERFLOW 132 macro
162 # define EOVERFLOW @EOVERFLOW_VALUE@ macro
207 # ifndef EOVERFLOW
208 # define EOVERFLOW 2006 macro
Dvsprintf.c66 errno = EOVERFLOW; in vsprintf()
72 errno = EOVERFLOW; in vsprintf()
Dsprintf.c69 errno = EOVERFLOW; in sprintf()
75 errno = EOVERFLOW; in sprintf()
Dvsnprintf.c65 errno = EOVERFLOW; in vsnprintf()
Dvfprintf.c68 errno = EOVERFLOW; in vfprintf()
Dsnprintf.c66 errno = EOVERFLOW; in snprintf()
Dfprintf.c71 errno = EOVERFLOW; in fprintf()
Dstrerror-override.c250 case EOVERFLOW: in strerror_override()
Dgetdelim.c107 errno = EOVERFLOW; in getdelim()
/external/bison/m4/
Derrno_h.m434 #if !defined EOVERFLOW
78 gl_REPLACE_ERRNO_VALUE([EOVERFLOW])
81 # Assuming $1 = EOVERFLOW.
82 # The EOVERFLOW errno value ought to be defined in <errno.h>, according to
85 # Check for the value of EOVERFLOW.
/external/e2fsprogs/lib/ext2fs/
Di_block.c48 return EOVERFLOW; in ext2fs_iblk_add_blocks()
68 return EOVERFLOW; in ext2fs_iblk_sub_blocks()
90 return EOVERFLOW; in ext2fs_iblk_set()
Dread_bb_file.c62 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/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp277 #ifndef EOVERFLOW
278 #error EOVERFLOW not defined
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h48 #define EOVERFLOW 75 /* Value too large for defined data type */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h53 #define EOVERFLOW 79 /* Value too large for defined data type */ macro
/external/tcpdump/win32/Include/
Derrno.h80 #define EOVERFLOW 75 /* Value too large for defined data type */ macro
/external/elfutils/src/libelf/
Delf_readall.c104 errno = EOVERFLOW;
/external/libcxx/include/
Dcerrno231 #ifndef EOVERFLOW
232 #define EOVERFLOW 9940
Dsystem_error195 value_too_large, // EOVERFLOW
343 value_too_large = EOVERFLOW,
/external/toybox/toys/posix/
Dtouch.c93 if (!s || *s || errno == EOVERFLOW) perror_exit("bad '%s'", date);
/external/mksh/src/
Dsyn.c1060 #ifndef EOVERFLOW
1062 #define EOVERFLOW ERANGE macro
1064 #define EOVERFLOW EINVAL macro
1079 errno = EOVERFLOW; in parse_usec()
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp102 static_assert(static_cast<int>(std::errc::value_too_large) == EOVERFLOW, ""); in main()
/external/mesa3d/src/gallium/auxiliary/util/
Du_snprintf.c377 #ifndef EOVERFLOW
378 #define EOVERFLOW ERANGE macro

12