HomeSort by: relevance | last modified time | path
    Searched refs:EOVERFLOW (Results 1 - 25 of 155) sorted by relevancy

1 2 3 4 5 6 7

  /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/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
mkdir.c 80 if (stat (tmp_dir, &st) == 0 || errno == EOVERFLOW)
  /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
mkdir.c 80 if (stat (tmp_dir, &st) == 0 || errno == EOVERFLOW)
  /src/external/ibm-public/postfix/dist/src/util/
warn_stat.c 56 * When *stat() fails with EOVERFLOW, and the interface uses 32-bit data
59 #ifdef EOVERFLOW
60 if (errno == EOVERFLOW && sizeof(st.st_size) == 4) {
  /src/lib/libc/stdlib/
reallocarray.c 57 if (e == EOVERFLOW)
reallocarr.c 82 return 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/lib/libc/stdio/
fgetstr.c 60 if (__sferror(fp) && errno == EOVERFLOW) /* fixup errno */
ftell.c 101 errno = EOVERFLOW;
fwrite.c 69 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/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/
error_constants.h 132 #ifdef EOVERFLOW
134 value_too_large = EOVERFLOW
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32/
error_constants.h 132 #ifdef EOVERFLOW
134 value_too_large = EOVERFLOW
  /src/external/mpl/bind/dist/lib/isc/
errno2result.c 67 #ifdef EOVERFLOW
68 case EOVERFLOW:
70 #endif /* ifdef EOVERFLOW */
  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/
errno2result.c 65 #ifdef EOVERFLOW
66 case EOVERFLOW:
68 #endif /* ifdef EOVERFLOW */
  /src/external/mpl/dhcp/dist/omapip/
toisc.c 210 #ifdef EOVERFLOW
211 case EOVERFLOW:
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/
error_constants.h 168 #ifdef EOVERFLOW
169 value_too_large = EOVERFLOW,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/djgpp/
error_constants.h 168 #ifdef EOVERFLOW
169 value_too_large = EOVERFLOW,
  /src/external/mpl/bind/dist/tests/isc/
errno_test.c 53 #ifdef EOVERFLOW
54 { EOVERFLOW, ISC_R_RANGE },
55 #endif /* ifdef EOVERFLOW */
  /src/lib/librumpuser/
rumpuser_errtrans.c 279 #ifdef EOVERFLOW
280 case EOVERFLOW : return 84;
  /src/sys/rump/include/rump/
rumperrno2host.h 352 #ifdef EOVERFLOW
354 return EOVERFLOW;
  /src/external/apache2/llvm/dist/libcxx/include/
errno.h 233 #ifndef EOVERFLOW
234 #define EOVERFLOW 9940

Completed in 37 milliseconds

1 2 3 4 5 6 7