Home
last modified time | relevance | path

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

123456

/freebsd-head/lib/libc/stdio/
HDfseek.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()
HDvswprintf.c62 errno = EOVERFLOW; in vswprintf_l()
99 errno = EOVERFLOW; in vswprintf_l()
HDsnprintf.c63 errno = EOVERFLOW; in snprintf()
92 errno = EOVERFLOW; in snprintf_l()
HDftell.c54 errno = EOVERFLOW; in ftell()
130 errno = EOVERFLOW; in _ftello()
HDvsnprintf.c63 errno = EOVERFLOW; in vsnprintf_l()
/freebsd-head/sys/sys/
HDqmath.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 …]
HDerrno.h162 #define EOVERFLOW 84 /* Value too large to be stored in data type */ macro
/freebsd-head/stand/efi/libefi/
HDerrno.c40 case EOVERFLOW: in errno_to_efi_status()
104 errno = EOVERFLOW; in efi_status_to_errno()
/freebsd-head/tests/sys/sys/
HDqmath_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-head/contrib/llvm-project/libcxx/include/
HDerrno.h235 # ifndef EOVERFLOW
236 # define EOVERFLOW 9940 macro
/freebsd-head/contrib/diff/lib/
HDc-stack.c54 #ifndef EOVERFLOW
55 # define EOVERFLOW EINVAL macro
/freebsd-head/lib/libc/gen/
HDsysconf.c92 errno = EOVERFLOW; in sysconf()
108 errno = EOVERFLOW; in sysconf()
118 errno = EOVERFLOW; in sysconf()
/freebsd-head/contrib/lib9p/pytest/
HDlerrno.py81 EOVERFLOW = 75 variable
214 EOVERFLOW: 'Value too large for defined data type',
/freebsd-head/cddl/contrib/opensolaris/common/ctf/
HDctf_hash.c38 return (EOVERFLOW); in ctf_hash_create()
106 return (EOVERFLOW); in ctf_hash_insert()
/freebsd-head/cddl/lib/libdtrace/
HDerrno.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-head/sys/dev/efidev/
HDefidev.c127 } else if (error == EOVERFLOW) { in efidev_ioctl()
156 } else if (error == EOVERFLOW) { in efidev_ioctl()
/freebsd-head/sys/xen/
HDerror.h66 [XEN_EOVERFLOW] = EOVERFLOW,
/freebsd-head/contrib/mandoc/
HDdba_write.c64 errno = EOVERFLOW; in dba_tell()
/freebsd-head/contrib/wireguard-tools/
HDgenkey.c39 errno = EOVERFLOW; in get_random_bytes()
/freebsd-head/contrib/tzcode/
HDasctime.c122 errno = EOVERFLOW; in asctime_r()
/freebsd-head/sys/contrib/xen/
HDerrno.h100 XEN_ERRNO(EOVERFLOW, 75) /* Value too large for defined data type */
/freebsd-head/lib/libc/nls/
HDbe_BY.UTF-8.msg173 $ EOVERFLOW
HDru_RU.UTF-8.msg173 $ EOVERFLOW
HDmn_MN.UTF-8.msg173 $ EOVERFLOW
HDuk_UA.UTF-8.msg173 $ EOVERFLOW

123456