OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EOVERFLOW
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
vasprintf.c
30
/* Some systems, like OSF/1 4.0 and Woe32, don't have
EOVERFLOW
. */
31
#ifndef
EOVERFLOW
32
# define
EOVERFLOW
E2BIG
46
errno =
EOVERFLOW
;
/src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
xvasprintf.c
33
/* Some systems, like OSF/1 4.0 and Woe32, don't have
EOVERFLOW
. */
34
#ifndef
EOVERFLOW
35
# define
EOVERFLOW
E2BIG
62
errno =
EOVERFLOW
;
/src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
xvasprintf.c
33
/* Some systems, like OSF/1 4.0 and Woe32, don't have
EOVERFLOW
. */
34
#ifndef
EOVERFLOW
35
# define
EOVERFLOW
E2BIG
62
errno =
EOVERFLOW
;
/src/external/gpl2/gettext/dist/gettext-runtime/intl/
printf.c
55
/* Some systems, like OSF/1 4.0 and Woe32, don't have
EOVERFLOW
. */
56
#ifndef
EOVERFLOW
57
# define
EOVERFLOW
E2BIG
111
errno =
EOVERFLOW
;
170
errno =
EOVERFLOW
;
224
errno =
EOVERFLOW
;
260
errno =
EOVERFLOW
;
328
errno =
EOVERFLOW
;
399
errno =
EOVERFLOW
;
/src/external/gpl2/xcvs/dist/lib/
vasnprintf.c
62
/* Some systems, like OSF/1 4.0 and Woe32, don't have
EOVERFLOW
. */
63
#ifndef
EOVERFLOW
64
# define
EOVERFLOW
E2BIG
842
an 'int'. POSIX says that snprintf() fails with errno =
EOVERFLOW
in
846
errno =
EOVERFLOW
;
/src/external/apache2/llvm/dist/libcxx/include/
errno.h
233
#ifndef
EOVERFLOW
234
#define
EOVERFLOW
9940
/src/external/gpl3/gdb/dist/gnulib/import/
errno.in.h
62
# ifndef
EOVERFLOW
63
# define
EOVERFLOW
132
152
EMULTIHOP, ENOLINK,
EOVERFLOW
are not defined. */
162
# define
EOVERFLOW
@EOVERFLOW_VALUE@
168
EPROTO, EMULTIHOP, EBADMSG,
EOVERFLOW
, ENOTSUP, ECANCELED are not defined.
207
# ifndef
EOVERFLOW
208
# define
EOVERFLOW
2006
/src/external/gpl3/gdb.old/dist/gnulib/import/
errno.in.h
62
# ifndef
EOVERFLOW
63
# define
EOVERFLOW
132
152
EMULTIHOP, ENOLINK,
EOVERFLOW
are not defined. */
162
# define
EOVERFLOW
@EOVERFLOW_VALUE@
168
EPROTO, EMULTIHOP, EBADMSG,
EOVERFLOW
, ENOTSUP, ECANCELED are not defined.
207
# ifndef
EOVERFLOW
208
# define
EOVERFLOW
2006
/src/sys/sys/
errno.h
146
#define
EOVERFLOW
84 /* Value too large to be stored in data type */
/src/external/gpl3/binutils/dist/libctf/
ctf-create.c
24
#ifndef
EOVERFLOW
25
#define
EOVERFLOW
ERANGE
752
return (ctf_set_typed_errno (fp,
EOVERFLOW
));
/src/external/gpl3/binutils.old/dist/libctf/
ctf-create.c
24
#ifndef
EOVERFLOW
25
#define
EOVERFLOW
ERANGE
752
return (ctf_set_typed_errno (fp,
EOVERFLOW
));
/src/external/gpl3/gdb/dist/libctf/
ctf-create.c
25
#ifndef
EOVERFLOW
26
#define
EOVERFLOW
ERANGE
753
return (ctf_set_typed_errno (fp,
EOVERFLOW
));
/src/external/gpl3/gdb.old/dist/libctf/
ctf-create.c
25
#ifndef
EOVERFLOW
26
#define
EOVERFLOW
ERANGE
753
return (ctf_set_typed_errno (fp,
EOVERFLOW
));
/src/lib/libc/time/
private.h
271
#ifndef
EOVERFLOW
272
# define
EOVERFLOW
EINVAL
/src/external/bsd/ntp/dist/libntp/
snprintf.c
470
#ifndef
EOVERFLOW
471
#define
EOVERFLOW
ERANGE
472
#endif /* !defined(
EOVERFLOW
) */
952
errno = overflow ?
EOVERFLOW
: ERANGE;
Completed in 45 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026