Searched refs:EOVERFLOW (Results 1 – 25 of 48) sorted by relevance
12
100 errno = EOVERFLOW; in blkid_llseek()111 errno = EOVERFLOW; in blkid_llseek()118 #ifndef EOVERFLOW120 #define EOVERFLOW EXT2_ET_INVALID_ARGUMENT macro122 #define EOVERFLOW 112 macro133 errno = EOVERFLOW; in blkid_llseek()
62 # ifndef EOVERFLOW63 # define EOVERFLOW 132 macro162 # define EOVERFLOW @EOVERFLOW_VALUE@ macro207 # ifndef EOVERFLOW208 # define EOVERFLOW 2006 macro
66 errno = EOVERFLOW; in vsprintf()72 errno = EOVERFLOW; in vsprintf()
69 errno = EOVERFLOW; in sprintf()75 errno = EOVERFLOW; in sprintf()
65 errno = EOVERFLOW; in vsnprintf()
66 errno = EOVERFLOW; in snprintf()
68 errno = EOVERFLOW; in vfprintf()
71 errno = EOVERFLOW; in fprintf()
250 case EOVERFLOW: in strerror_override()
107 errno = EOVERFLOW; in getdelim()
34 #if !defined EOVERFLOW78 gl_REPLACE_ERRNO_VALUE([EOVERFLOW])81 # Assuming $1 = EOVERFLOW.82 # The EOVERFLOW errno value ought to be defined in <errno.h>, according to85 # Check for the value of EOVERFLOW.
48 return EOVERFLOW; in ext2fs_iblk_add_blocks()68 return EOVERFLOW; in ext2fs_iblk_sub_blocks()90 return EOVERFLOW; in ext2fs_iblk_set()
62 return EOVERFLOW; in ext2fs_read_bb_FILE2()
120 #ifdef EOVERFLOW121 errno = EOVERFLOW;
54 #ifdef EOVERFLOW in nss_MD_unix_readdir_error()55 case EOVERFLOW: prError = PR_IO_ERROR; break; in nss_MD_unix_readdir_error()495 #ifdef EOVERFLOW in nss_MD_unix_map_default_error()496 case EOVERFLOW: prError = PR_BUFFER_OVERFLOW_ERROR; break; in nss_MD_unix_map_default_error()
277 #ifndef EOVERFLOW278 #error EOVERFLOW not defined
48 #define EOVERFLOW 75 /* Value too large for defined data type */ macro
71 # where fstat() fails and sets errno to ENOMEM and EOVERFLOW are both72 # tested. EOVERFLOW is interpreted as meaning that a file on disk is77 2 EOVERFLOW {{disk I/O error} {large file support is disabled}}
53 #define EOVERFLOW 79 /* Value too large for defined data type */ macro
80 #define EOVERFLOW 75 /* Value too large for defined data type */ macro
77 EOVERFLOW
125 errno = EOVERFLOW;
231 #ifndef EOVERFLOW232 #define EOVERFLOW 9940
75 if (errno != 0 && errno != EOVERFLOW) in StringAppendVT()