/external/e2fsprogs/lib/blkid/ |
D | llseek.c | 100 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/ |
D | errno.in.h | 62 # ifndef EOVERFLOW 63 # define EOVERFLOW 132 macro 162 # define EOVERFLOW @EOVERFLOW_VALUE@ macro 207 # ifndef EOVERFLOW 208 # define EOVERFLOW 2006 macro
|
D | vsprintf.c | 66 errno = EOVERFLOW; in vsprintf() 72 errno = EOVERFLOW; in vsprintf()
|
D | sprintf.c | 69 errno = EOVERFLOW; in sprintf() 75 errno = EOVERFLOW; in sprintf()
|
D | vsnprintf.c | 65 errno = EOVERFLOW; in vsnprintf()
|
D | vfprintf.c | 68 errno = EOVERFLOW; in vfprintf()
|
D | snprintf.c | 66 errno = EOVERFLOW; in snprintf()
|
D | fprintf.c | 71 errno = EOVERFLOW; in fprintf()
|
D | strerror-override.c | 250 case EOVERFLOW: in strerror_override()
|
D | getdelim.c | 107 errno = EOVERFLOW; in getdelim()
|
/external/bison/m4/ |
D | errno_h.m4 | 34 #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/ |
D | i_block.c | 48 return EOVERFLOW; in ext2fs_iblk_add_blocks() 68 return EOVERFLOW; in ext2fs_iblk_sub_blocks() 90 return EOVERFLOW; in ext2fs_iblk_set()
|
D | read_bb_file.c | 62 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/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 277 #ifndef EOVERFLOW 278 #error EOVERFLOW not defined
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 48 #define EOVERFLOW 75 /* Value too large for defined data type */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 53 #define EOVERFLOW 79 /* Value too large for defined data type */ macro
|
/external/tcpdump/win32/Include/ |
D | errno.h | 80 #define EOVERFLOW 75 /* Value too large for defined data type */ macro
|
/external/elfutils/src/libelf/ |
D | elf_readall.c | 104 errno = EOVERFLOW;
|
/external/libcxx/include/ |
D | cerrno | 231 #ifndef EOVERFLOW 232 #define EOVERFLOW 9940
|
D | system_error | 195 value_too_large, // EOVERFLOW 343 value_too_large = EOVERFLOW,
|
/external/toybox/toys/posix/ |
D | touch.c | 93 if (!s || *s || errno == EOVERFLOW) perror_exit("bad '%s'", date);
|
/external/mksh/src/ |
D | syn.c | 1060 #ifndef EOVERFLOW 1062 #define EOVERFLOW ERANGE macro 1064 #define EOVERFLOW EINVAL macro 1079 errno = EOVERFLOW; in parse_usec()
|
/external/libcxx/test/std/diagnostics/syserr/ |
D | errc.pass.cpp | 102 static_assert(static_cast<int>(std::errc::value_too_large) == EOVERFLOW, ""); in main()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_snprintf.c | 377 #ifndef EOVERFLOW 378 #define EOVERFLOW ERANGE macro
|