Searched refs:EFBIG (Results 1 - 25 of 226) sorted by relevance

12345678910

/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/cris/c/
H A Dpipe5.c54 || errno != EFBIG)
H A Dpipe6.c36 if (ret != -1 || errno != EFBIG)
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/cris/c/
H A Dpipe5.c54 || errno != EFBIG)
H A Dpipe6.c36 if (ret != -1 || errno != EFBIG)
/netbsd-current/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_final.c57 if (errno == EFBIG) {
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
H A Dpwhash_argon2id.c143 errno = EFBIG;
153 errno = EFBIG;
189 errno = EFBIG;
216 errno = EFBIG;
H A Dpwhash_argon2i.c147 errno = EFBIG;
157 errno = EFBIG;
193 errno = EFBIG;
220 errno = EFBIG;
/netbsd-current/lib/librumpuser/
H A Drumpuser_errtrans.c105 #ifdef EFBIG
106 case EFBIG : return 27;
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dmbox_open.c58 /* .IP "EDQUOT, EFBIG"
85 #define EDQUOT EFBIG
252 (e == EDQUOT || e == EFBIG)
/netbsd-current/sys/rump/include/rump/
H A Drumperrno2host.h124 #ifdef EFBIG
126 return EFBIG;
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Derrno.h299 #ifndef EFBIG
300 #define EFBIG 9956 macro
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dtarget-newlib-errno.c95 #ifdef EFBIG
96 { "EFBIG", EFBIG, 27 },
/netbsd-current/sys/sys/
H A Derrno.h69 #define EFBIG 27 /* File too large */ macro
/netbsd-current/external/mpl/dhcp/dist/omapip/
H A Dtoisc.c87 case EFBIG:
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32/
H A Derror_constants.h64 file_too_large = EFBIG,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/
H A Derror_constants.h64 file_too_large = EFBIG,
/netbsd-current/sys/kern/
H A Dkern_module_vfs.c195 error = EFBIG;
204 error = EFBIG;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dsystem_error.cc143 #ifdef EFBIG
144 case EFBIG:
/netbsd-current/tests/lib/libc/stdio/
H A Dt_popen.c107 errno = EFBIG;
/netbsd-current/sys/arch/arm/arm/
H A Dfiq.c97 return (EFBIG);
/netbsd-current/usr.sbin/makefs/ffs/
H A Dufs_bmap.c103 return (EFBIG);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/djgpp/
H A Derror_constants.h66 file_too_large = EFBIG,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/
H A Derror_constants.h66 file_too_large = EFBIG,
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/
H A Dpwhash_scryptsalsa208sha256_nosse.c306 errno = EFBIG;
311 errno = EFBIG;
315 errno = EFBIG;
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/
H A Dpwhash_scryptsalsa208sha256_sse.c323 errno = EFBIG;
329 errno = EFBIG;
333 errno = EFBIG;

Completed in 137 milliseconds

12345678910