Searched refs:EOVERFLOW (Results 1 – 18 of 18) sorted by relevance
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()
46 return EOVERFLOW; in ext2fs_iblk_add_blocks()62 return EOVERFLOW; in ext2fs_iblk_sub_blocks()86 return EOVERFLOW; in ext2fs_iblk_set()
332 return EOVERFLOW; in ext2fs_bmap()
120 #ifdef EOVERFLOW121 errno = EOVERFLOW;
48 #define EOVERFLOW 75 /* Value too large for defined data type */ macro
53 #define EOVERFLOW 79 /* Value too large for defined data type */ macro
463 # ifndef EOVERFLOW464 # define EOVERFLOW 132 macro604 value_too_large = EOVERFLOW,
70 if (errno != 0 && errno != EOVERFLOW) in StringAppendVT()
1048 #ifndef EOVERFLOW1050 #define EOVERFLOW ERANGE macro1052 #define EOVERFLOW EINVAL macro1067 errno = EOVERFLOW; in parse_usec()
767 return -EOVERFLOW; in sap_transfer_apdu_rsp()812 return -EOVERFLOW; in sap_transfer_atr_rsp()
687 #ifdef EOVERFLOW in g_io_channel_error_from_errno()688 case EOVERFLOW: in g_io_channel_error_from_errno()
82 return EOVERFLOW; in libusb_to_errno()
606 #define VKI_EOVERFLOW EOVERFLOW
1851 (urb->status == -EOVERFLOW && urb->actual_length > 0)) in handle_bulk_completion()1864 case -EOVERFLOW: in handle_bulk_completion()
177 case EOVERFLOW: return "EOVERFLOW: Value too large " in lame_strerror()
587 case EOVERFLOW: return "EOVERFLOW: Value too large " in lame_strerror()
26215 #ifdef EOVERFLOW26216 if( pFile->lastErrno==EOVERFLOW ) return SQLITE_NOLFS;
26204 #ifdef EOVERFLOW26205 if( pFile->lastErrno==EOVERFLOW ) return SQLITE_NOLFS;