Searched refs:EFBIG (Results 26 - 50 of 227) sorted by relevance

12345678910

/netbsd-current/lib/libc/gen/
H A Dnlist_aout.c119 errno = EFBIG;
H A Dnlist_coff.c108 errno = EFBIG;
H A Dnlist_ecoff.c94 errno = EFBIG;
/netbsd-current/external/bsd/mdocml/dist/
H A Ddbm_map.c75 errno = EFBIG;
/netbsd-current/external/cddl/osnet/lib/libdtrace/
H A Derrno.d91 inline int EFBIG = 27;
92 #pragma D binding "1.0" EFBIG
/netbsd-current/sys/ufs/ext2fs/
H A Dext2fs_readwrite.c123 return EFBIG;
178 return EFBIG;
296 return EFBIG;
384 return EFBIG;
H A Dext2fs_inode.c120 return EFBIG;
130 return EFBIG;
166 return EFBIG;
182 return EFBIG;
328 return EFBIG;
/netbsd-current/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_out.c145 if (errno == EFBIG) {
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
H A Derror_constants.h66 file_too_large = EFBIG,
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
H A Derror_constants.h66 file_too_large = EFBIG,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
H A Derror_constants.h66 file_too_large = EFBIG,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
H A Derror_constants.h66 file_too_large = EFBIG,
/netbsd-current/sys/arch/sparc/stand/boot/
H A Dboot.c202 error = EFBIG;
218 error = EFBIG;
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dpwhash_scryptsalsa208sha256.c160 errno = EFBIG; /* LCOV_EXCL_LINE */
189 errno = EFBIG; /* LCOV_EXCL_LINE */
/netbsd-current/external/mit/libuv/dist/include/uv/
H A Derrno.h377 #if defined(EFBIG) && !defined(_WIN32)
378 # define UV__EFBIG UV__ERR(EFBIG)
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dfileio.cc62 case EFBIG:
116 return EFBIG;
/netbsd-current/sys/rump/dev/lib/libpci/
H A Drumpdev_bus_dma.c242 return (EFBIG); /* XXX better return value here? */
328 error = EFBIG;
561 return EFBIG;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dsystem_error.cc223 X (NO_SYSTEM_RESOURCES, EFBIG);
330 #ifdef EFBIG
331 case EFBIG:
/netbsd-current/usr.bin/tail/
H A Dreverse.c118 errno = EFBIG;
/netbsd-current/usr.bin/look/
H A Dlook.c146 errno = EFBIG;
/netbsd-current/sys/ufs/lfs/
H A Dulfs_readwrite.c90 return (EFBIG);
148 return EFBIG;
263 return (EFBIG);
442 return EFBIG;
/netbsd-current/sys/lib/libsa/
H A Dbootcfg.c132 return EFBIG;
/netbsd-current/sys/ufs/ufs/
H A Dufs_readwrite.c89 return (EFBIG);
148 return EFBIG;
273 return (EFBIG);
488 return EFBIG;
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dfileio.cc62 case EFBIG:
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dhistfile.c269 #if defined (EFBIG)
270 int overflow_errno = EFBIG;
536 #if defined (EFBIG)
537 rv = errno = EFBIG;

Completed in 327 milliseconds

12345678910