Home
last modified time | relevance | path

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

123

/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/selinux/libselinux/src/
Dlabel_support.c140 errno = EOVERFLOW; in digest_add_specfile()
172 errno = EOVERFLOW; in digest_add_specfile()
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp277 #ifndef EOVERFLOW
278 #error EOVERFLOW not defined
/external/strace/tests/
Dfile_handle.c62 || EOVERFLOW != errno) { in main()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h57 #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/libcxx/include/
Dcerrno231 #ifndef EOVERFLOW
232 #define EOVERFLOW 9940
/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/bsdiff/
Dfile.cc69 errno = EOVERFLOW; in Seek()
/external/libweave/third_party/chromium/base/strings/
Dstringprintf.cc72 if (errno != 0 && errno != EOVERFLOW) in StringAppendVT()
/external/toybox/toys/posix/
Dtouch.c97 if (!s || *s || errno == EOVERFLOW) perror_exit("bad '%s'", date);

123