Home
last modified time | relevance | path

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

123456

/freebsd/lib/libc/stdio/
H A Dfseek.c126 errno = EOVERFLOW; in _fseeko()
135 errno = EOVERFLOW; in _fseeko()
190 errno = EOVERFLOW; in _fseeko()
199 errno = EOVERFLOW; in _fseeko()
285 errno = EOVERFLOW; in _fseeko()
H A Dsnprintf.c62 errno = EOVERFLOW; in snprintf()
90 errno = EOVERFLOW; in snprintf_l()
H A Dvswprintf.c62 errno = EOVERFLOW; in vswprintf_l()
99 errno = EOVERFLOW; in vswprintf_l()
H A Dftell.c54 errno = EOVERFLOW; in ftell()
130 errno = EOVERFLOW; in _ftello()
H A Dvsnprintf.c62 errno = EOVERFLOW; in vsnprintf_l()
/freebsd/sys/sys/
H A Dqmath.h392 ) ? 0 : EOVERFLOW)
397 Q_ABS(i) <= Q_TC(i, Q_IMAXVAL(q))) ? 0 : EOVERFLOW)
508 _aserr = EOVERFLOW; /* [+/-a + +b] > max(a) */ \
514 _aserr = EOVERFLOW; /* [+/-a - +b] < min(a) */ \
548 _mulerr = EOVERFLOW; \
567 _aserr = EOVERFLOW; /* i cannot fit in q's type. */ \
571 _aserr = EOVERFLOW; /* [+/-q + +i] > max(q) */ \
577 _aserr = EOVERFLOW; /* [+/-q - +i] < min(q) */ \
607 _mulerr = EOVERFLOW; \
622 _err = EOVERFLOW; /* _tmp overflow. */ \
[all …]
H A Derrno.h162 #define EOVERFLOW 84 /* Value too large to be stored in data type */ macro
/freebsd/stand/efi/libefi/
H A Derrno.c40 case EOVERFLOW: in errno_to_efi_status()
104 errno = EOVERFLOW; in efi_status_to_errno()
/freebsd/tests/sys/sys/
H A Dqmath_test.c225 if (error == EOVERFLOW || error == ERANGE) in ATF_TC_BODY()
241 if (error == EOVERFLOW || error == ERANGE) in ATF_TC_BODY()
342 if (error == EOVERFLOW || error == ERANGE) in ATF_TC_BODY()
438 if (error == EOVERFLOW || error == ERANGE || error == EINVAL) in ATF_TC_BODY()
485 if (error == EOVERFLOW || error == ERANGE) in ATF_TC_BODY()
532 if (error == EOVERFLOW || error == ERANGE) in ATF_TC_BODY()
/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h235 # ifndef EOVERFLOW
236 # define EOVERFLOW 9940 macro
/freebsd/contrib/diff/lib/
H A Dc-stack.c54 #ifndef EOVERFLOW
55 # define EOVERFLOW EINVAL macro
/freebsd/lib/libc/gen/
H A Dsysconf.c92 errno = EOVERFLOW; in sysconf()
108 errno = EOVERFLOW; in sysconf()
118 errno = EOVERFLOW; in sysconf()
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py81 EOVERFLOW = 75 variable
214 EOVERFLOW: 'Value too large for defined data type',
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_hash.c38 return (EOVERFLOW); in ctf_hash_create()
106 return (EOVERFLOW); in ctf_hash_insert()
/freebsd/cddl/lib/libdtrace/
H A Derrno.d200 inline int EOVERFLOW = 84; variable
201 #pragma D binding "1.0" EOVERFLOW
330 errno == EOVERFLOW ? "Value too large to be stored in data type" :
/freebsd/sys/dev/efidev/
H A Defidev.c126 } else if (error == EOVERFLOW) { in efidev_ioctl()
155 } else if (error == EOVERFLOW) { in efidev_ioctl()
/freebsd/sys/xen/
H A Derror.h66 [XEN_EOVERFLOW] = EOVERFLOW,
/freebsd/contrib/mandoc/
H A Ddba_write.c64 errno = EOVERFLOW; in dba_tell()
/freebsd/contrib/tzcode/
H A Dasctime.c110 errno = EOVERFLOW; in asctime_r()
/freebsd/contrib/wireguard-tools/
H A Dgenkey.c39 errno = EOVERFLOW; in get_random_bytes()
/freebsd/sys/contrib/xen/
H A Derrno.h100 XEN_ERRNO(EOVERFLOW, 75) /* Value too large for defined data type */
/freebsd/lib/libc/nls/
H A Dbe_BY.UTF-8.msg173 $ EOVERFLOW
H A Dmn_MN.UTF-8.msg173 $ EOVERFLOW
H A Duk_UA.UTF-8.msg173 $ EOVERFLOW
H A Del_GR.ISO8859-7.msg173 $ EOVERFLOW

123456