Home
last modified time | relevance | path

Searched refs:ENFILE (Results 1 – 25 of 59) sorted by relevance

123

/third_party/glib/glib/
Dgspawn-private.h87 #ifdef ENFILE in _g_spawn_exec_err_to_g_error()
88 case ENFILE: in _g_spawn_exec_err_to_g_error()
/third_party/boost/boost/
Dcerrno.hpp319 #ifndef ENFILE
320 #define ENFILE 9977 macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c66 ENFILE, "ENFILE", ENFILE}, {
D4-1.c61 ENFILE, "ENFILE"}, {
D3-1-buildonly.c52 static int dummy41 = ENFILE;
/third_party/ltp/testcases/kernel/syscalls/getdtablesize/
Dgetdtablesize01.c101 else if (fd < 0 && errno == ENFILE) in main()
/third_party/libuv/include/uv/
Derrno.h227 #if defined(ENFILE) && !defined(_WIN32)
228 # define UV__ENFILE UV__ERR(ENFILE)
/third_party/nghttp2/src/
Dshrpx_accept_handler.cc87 case ENFILE: in accept_connection()
/third_party/musl/arch/generic/bits/
Derrno.h23 #define ENFILE 23 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h23 #define ENFILE 23 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h24 #define ENFILE 23 macro
/third_party/lwip/src/include/lwip/
Derrno.h70 #define ENFILE 23 /* File table overflow */ macro
/third_party/musl/arch/mips64/bits/
Derrno.h23 #define ENFILE 23 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h24 #define ENFILE 23 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h23 #define ENFILE 23 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h23 #define ENFILE 23 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h24 #define ENFILE 23 macro
/third_party/musl/arch/mips/bits/
Derrno.h23 #define ENFILE 23 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h23 #define ENFILE 23 macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_open/
Dcoverage.txt8 -- ENFILE: Too many semaphores are currently open in the system.
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h24 #define ENFILE 23 macro
/third_party/musl/porting/liteos_a/kernel/src/errno/
D__strerror.h53 E(ENFILE, "Too many open files in system")
/third_party/musl/libc-test/src/api/
Derrno.c48 C(ENFILE) in f()
/third_party/musl/porting/liteos_m/kernel/src/errno/
D__strerror.h53 E(ENFILE, "Too many open files in system")
/third_party/musl/porting/uniproton/kernel/src/errno/
D__strerror.h53 E(ENFILE, "Too many open files in system")

123