Searched refs:ENFILE (Results 1 - 25 of 55) sorted by relevance

123

/macosx-10.10/BerkeleyDB-21/db/build_brew/
H A Derrno.h71 #define ENFILE 23 /* Too many open files in system */ macro
/macosx-10.10/BerkeleyDB-21/db/build_wince/
H A Derrno.h71 #define ENFILE 23 /* Too many open files in system */ macro
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Derrno.h71 #define ENFILE 23 /* Too many open files in system */ macro
/macosx-10.10/bind9-45.101/bind9/lib/isc/unix/
H A Derrno2result.c58 case ENFILE:
/macosx-10.10/bind9-45.101/bind9/lib/isc/win32/
H A Derrno2result.c60 case ENFILE:
/macosx-10.10/ntp-92/lib/isc/unix/
H A Derrno2result.c58 case ENFILE:
/macosx-10.10/ntp-92/lib/isc/win32/
H A Derrno2result.c60 case ENFILE:
/macosx-10.10/tcl-105/tcl/tcl/win/
H A DtclWinError.c57 ENFILE, /* ERROR_FCB_UNAVAILABLE 35 */
58 ENFILE, /* ERROR_SHARING_BUFFER_EXCEEDED 36 */
90 ENFILE, /* ERROR_TOO_MANY_NAMES 68 */
106 ENFILE, /* ERROR_OUT_OF_STRUCTURES 84 */
/macosx-10.10/tcl-105/tcl84/tcl/compat/
H A DtclErrno.h42 #define ENFILE 23 /* Too many open files in system */ macro
/macosx-10.10/tcl-105/tcl84/tcl/win/
H A DtclWinError.c58 ENFILE, /* ERROR_FCB_UNAVAILABLE 35 */
59 ENFILE, /* ERROR_SHARING_BUFFER_EXCEEDED 36 */
91 ENFILE, /* ERROR_TOO_MANY_NAMES 68 */
107 ENFILE, /* ERROR_OUT_OF_STRUCTURES 84 */
/macosx-10.10/tcpdump-61/tcpdump/win32/Include/
H A Derrno.h26 #define ENFILE 23 /* File table overflow */ macro
/macosx-10.10/procmail-14/procmail/src/
H A Drobust.c136 if(errno!=EINTR&&!(errno==ENFILE&&(r<0||r--)))
145 if(!(errno==ENFILE&&(r<0||r--)))
156 if(!(errno==ENFILE&&(r<0||r--)))
/macosx-10.10/BerkeleyDB-21/db/clib/
H A Dstrerror.c115 ERRSTR(ENFILE, "Too many open files in system");
/macosx-10.10/BerkeleyDB-21/db/os_windows/
H A Dos_handle.c65 case ENFILE:
H A Dos_open.c213 if ((ret != ENFILE && ret != EMFILE && ret != ENOSPC) ||
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Derrno.d67 inline int ENFILE = 23;
68 #pragma D binding "1.0" ENFILE
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Derrno.h115 #define ENFILE 23 /* Too many open files in system */ macro
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A Dsystem_error.h198 too_many_files_open_in_system, // ENFILE
453 # ifndef ENFILE
454 # define ENFILE 23 macro
602 too_many_files_open_in_system = ENFILE,
/macosx-10.10/BerkeleyDB-21/db/os/
H A Dos_handle.c132 case ENFILE:
/macosx-10.10/Libc-1044.1.2/stdio/FreeBSD/
H A Dfreopen.c163 if (errno == ENFILE || errno == EMFILE) {
/macosx-10.10/cups-408/cups/scheduler/
H A Dlisten.c76 else if (errno == ENFILE || errno == EMFILE)
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclPosixStr.c248 #ifdef ENFILE
249 case ENFILE: return "ENFILE";
697 #ifdef ENFILE
698 case ENFILE: return "file table overflow";
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclPosixStr.c250 #ifdef ENFILE
251 case ENFILE: return "ENFILE";
701 #ifdef ENFILE
702 case ENFILE: return "file table overflow";
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dstrerror.c145 #if defined (ENFILE)
146 ENTRY(ENFILE, "ENFILE", "File table overflow"),
/macosx-10.10/ruby-106/ruby/ext/socket/
H A Dinit.c282 if (errno == EMFILE || errno == ENFILE) {
578 case ENFILE:

Completed in 250 milliseconds

123