/third_party/glib/glib/ |
D | gspawn-private.h | 87 #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/ |
D | cerrno.hpp | 319 #ifndef ENFILE 320 #define ENFILE 9977 macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 66 ENFILE, "ENFILE", ENFILE}, {
|
D | 4-1.c | 61 ENFILE, "ENFILE"}, {
|
D | 3-1-buildonly.c | 52 static int dummy41 = ENFILE;
|
/third_party/ltp/testcases/kernel/syscalls/getdtablesize/ |
D | getdtablesize01.c | 101 else if (fd < 0 && errno == ENFILE) in main()
|
/third_party/libuv/include/uv/ |
D | errno.h | 227 #if defined(ENFILE) && !defined(_WIN32) 228 # define UV__ENFILE UV__ERR(ENFILE)
|
/third_party/nghttp2/src/ |
D | shrpx_accept_handler.cc | 87 case ENFILE: in accept_connection()
|
/third_party/musl/arch/generic/bits/ |
D | errno.h | 23 #define ENFILE 23 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | errno.h | 23 #define ENFILE 23 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 24 #define ENFILE 23 macro
|
/third_party/lwip/src/include/lwip/ |
D | errno.h | 70 #define ENFILE 23 /* File table overflow */ macro
|
/third_party/musl/arch/mips64/bits/ |
D | errno.h | 23 #define ENFILE 23 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | errno.h | 24 #define ENFILE 23 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | errno.h | 23 #define ENFILE 23 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | errno.h | 23 #define ENFILE 23 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | errno.h | 24 #define ENFILE 23 macro
|
/third_party/musl/arch/mips/bits/ |
D | errno.h | 23 #define ENFILE 23 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | errno.h | 23 #define ENFILE 23 macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_open/ |
D | coverage.txt | 8 -- ENFILE: Too many semaphores are currently open in the system.
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | errno.h | 24 #define ENFILE 23 macro
|
/third_party/musl/porting/liteos_a/kernel/src/errno/ |
D | __strerror.h | 53 E(ENFILE, "Too many open files in system")
|
/third_party/musl/libc-test/src/api/ |
D | errno.c | 48 C(ENFILE) in f()
|
/third_party/musl/porting/liteos_m/kernel/src/errno/ |
D | __strerror.h | 53 E(ENFILE, "Too many open files in system")
|
/third_party/musl/porting/uniproton/kernel/src/errno/ |
D | __strerror.h | 53 E(ENFILE, "Too many open files in system")
|