Searched refs:EOVERFLOW (Results 1 - 25 of 91) sorted by relevance

1234

/freebsd-12-stable/contrib/tzcode/stdtime/
H A Dasctime.c127 #ifdef EOVERFLOW
128 errno = EOVERFLOW;
129 #else /* !defined EOVERFLOW */
131 #endif /* !defined EOVERFLOW */
/freebsd-12-stable/stand/efi/libefi/
H A Derrno.c43 case EOVERFLOW:
107 errno = EOVERFLOW;
/freebsd-12-stable/sys/compat/cloudabi/
H A Dcloudabi_clock.c71 return (EOVERFLOW);
79 return (EOVERFLOW);
H A Dcloudabi_errno.c101 [EOVERFLOW] = CLOUDABI_EOVERFLOW,
/freebsd-12-stable/lib/libc/stdio/
H A Dftell.c60 errno = EOVERFLOW;
136 errno = EOVERFLOW;
H A Dsnprintf.c66 errno = EOVERFLOW;
94 errno = EOVERFLOW;
H A Dvswprintf.c68 errno = EOVERFLOW;
105 errno = EOVERFLOW;
H A Dfseek.c132 errno = EOVERFLOW;
141 errno = EOVERFLOW;
196 errno = EOVERFLOW;
205 errno = EOVERFLOW;
291 errno = EOVERFLOW;
H A Dvsnprintf.c66 errno = EOVERFLOW;
H A Dgetdelim.c73 errno = EOVERFLOW;
H A Dopen_memstream.c152 errno = EOVERFLOW;
/freebsd-12-stable/sys/xen/
H A Derror.h68 [XEN_EOVERFLOW] = EOVERFLOW,
/freebsd-12-stable/sys/xen/interface/
H A Derrno.h66 XEN_ERRNO(EOVERFLOW, 75) /* Value too large for defined data type */
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
H A Derrno.h263 #ifndef EOVERFLOW
264 #define EOVERFLOW 9940 macro
/freebsd-12-stable/contrib/diff/lib/
H A Dc-stack.c54 #ifndef EOVERFLOW
55 # define EOVERFLOW EINVAL macro
/freebsd-12-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_hash.c38 return (EOVERFLOW);
106 return (EOVERFLOW);
/freebsd-12-stable/contrib/mandoc/
H A Ddba_write.c64 errno = EOVERFLOW;
/freebsd-12-stable/sys/sys/
H A Derrno.h165 #define EOVERFLOW 84 /* Value too large to be stored in data type */ macro
/freebsd-12-stable/cddl/lib/libdtrace/
H A Derrno.d202 inline int EOVERFLOW = 84;
203 #pragma D binding "1.0" EOVERFLOW
332 errno == EOVERFLOW ? "Value too large to be stored in data type" :
/freebsd-12-stable/lib/libc/gen/
H A Dsysconf.c96 errno = EOVERFLOW;
112 errno = EOVERFLOW;
122 errno = EOVERFLOW;
H A Dstatvfs.c114 errno = EOVERFLOW; \
/freebsd-12-stable/sys/dev/efidev/
H A Defidev.c99 } else if (error == EOVERFLOW) {
128 } else if (error == EOVERFLOW) {
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dutil.c171 return (EOVERFLOW);
/freebsd-12-stable/lib/libc/tests/stdio/
H A Dopen_memstream2_test.c189 SEEK_FAIL(2, SEEK_CUR, EOVERFLOW);
/freebsd-12-stable/lib/libsysdecode/
H A Derrno.c106 [CLOUDABI_EOVERFLOW] = EOVERFLOW,

Completed in 299 milliseconds

1234