Home
last modified time | relevance | path

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

123456

/freebsd-14-stable/lib/libc/stdio/
HDfseek.c129 errno = EOVERFLOW; in _fseeko()
138 errno = EOVERFLOW; in _fseeko()
193 errno = EOVERFLOW; in _fseeko()
202 errno = EOVERFLOW; in _fseeko()
288 errno = EOVERFLOW; in _fseeko()
HDsnprintf.c64 errno = EOVERFLOW; in snprintf()
93 errno = EOVERFLOW; in snprintf_l()
HDvswprintf.c62 errno = EOVERFLOW; in vswprintf_l()
99 errno = EOVERFLOW; in vswprintf_l()
HDftell.c57 errno = EOVERFLOW; in ftell()
133 errno = EOVERFLOW; in _ftello()
HDvsnprintf.c64 errno = EOVERFLOW; in vsnprintf_l()
/freebsd-14-stable/sys/sys/
HDqmath.h389 0 : EOVERFLOW)
394 Q_ABS(i) <= Q_TC(i, Q_IMAXVAL(q))) ? 0 : EOVERFLOW)
505 _aserr = EOVERFLOW; /* [+/-a + +b] > max(a) */ \
511 _aserr = EOVERFLOW; /* [+/-a - +b] < min(a) */ \
545 _mulerr = EOVERFLOW; \
564 _aserr = EOVERFLOW; /* i cannot fit in q's type. */ \
568 _aserr = EOVERFLOW; /* [+/-q + +i] > max(q) */ \
574 _aserr = EOVERFLOW; /* [+/-q - +i] < min(q) */ \
604 _mulerr = EOVERFLOW; \
619 _err = EOVERFLOW; /* _tmp overflow. */ \
[all …]
HDerrno.h164 #define EOVERFLOW 84 /* Value too large to be stored in data type */ macro
/freebsd-14-stable/stand/efi/libefi/
HDerrno.c40 case EOVERFLOW: in errno_to_efi_status()
104 errno = EOVERFLOW; in efi_status_to_errno()
/freebsd-14-stable/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-14-stable/contrib/llvm-project/libcxx/include/
HDerrno.h235 # ifndef EOVERFLOW
236 # define EOVERFLOW 9940 macro
/freebsd-14-stable/contrib/diff/lib/
HDc-stack.c54 #ifndef EOVERFLOW
55 # define EOVERFLOW EINVAL macro
/freebsd-14-stable/lib/libc/gen/
HDsysconf.c94 errno = EOVERFLOW; in sysconf()
110 errno = EOVERFLOW; in sysconf()
120 errno = EOVERFLOW; in sysconf()
HDstatvfs.c111 errno = EOVERFLOW; \ in sfs2svfs()
/freebsd-14-stable/contrib/lib9p/pytest/
HDlerrno.py81 EOVERFLOW = 75 variable
214 EOVERFLOW: 'Value too large for defined data type',
/freebsd-14-stable/sys/dev/efidev/
HDefidev.c127 } else if (error == EOVERFLOW) { in efidev_ioctl()
156 } else if (error == EOVERFLOW) { in efidev_ioctl()
/freebsd-14-stable/sys/xen/
HDerror.h66 [XEN_EOVERFLOW] = EOVERFLOW,
/freebsd-14-stable/contrib/mandoc/
HDdba_write.c64 errno = EOVERFLOW; in dba_tell()
/freebsd-14-stable/contrib/wireguard-tools/
HDgenkey.c39 errno = EOVERFLOW; in get_random_bytes()
/freebsd-14-stable/contrib/tzcode/
HDasctime.c122 errno = EOVERFLOW; in asctime_r()
/freebsd-14-stable/sys/contrib/xen/
HDerrno.h100 XEN_ERRNO(EOVERFLOW, 75) /* Value too large for defined data type */
/freebsd-14-stable/lib/libc/nls/
HDbe_BY.UTF-8.msg173 $ EOVERFLOW
HDru_RU.UTF-8.msg173 $ EOVERFLOW
HDmn_MN.UTF-8.msg173 $ EOVERFLOW
HDru_RU.KOI8-R.msg173 $ EOVERFLOW
HDuk_UA.UTF-8.msg173 $ EOVERFLOW

123456