/external/ltp/testcases/kernel/syscalls/pipe/ |
D | pipe06.c | 76 if (TEST_ERRNO != EMFILE) { in main() 104 if (errno != EMFILE) { in setup()
|
/external/ltp/testcases/kernel/syscalls/dup/ |
D | dup03.c | 142 if (TEST_ERRNO == EMFILE) in main() 189 if (errno == EMFILE) in setup()
|
/external/ltp/testcases/kernel/syscalls/open/ |
D | open04.c | 67 if (TEST_ERRNO != EMFILE) in main() 109 if (errno != EMFILE) { in setup()
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 58 EMFILE, "EMFILE", EMFILE}, {
|
D | 4-1.c | 53 EMFILE, "EMFILE"}, {
|
D | 3-1-buildonly.c | 44 int dummy33 = EMFILE;
|
/external/libcxx/include/ |
D | errno.h | 388 #ifndef EMFILE 389 #define EMFILE 9978 macro
|
D | __errc | 95 too_many_files_open, // EMFILE 208 too_many_files_open = EMFILE,
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 143 #ifndef EMFILE 144 #error EMFILE not defined
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
D | 38-1.c | 31 if (errno == EMFILE) { in main()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno-base.h | 28 #define EMFILE 24 /* Too many open files */ macro
|
/external/libusb/msvc/ |
D | errno.h | 48 #define EMFILE 24 /* Too many open files */ macro
|
/external/ltp/testcases/kernel/syscalls/creat/ |
D | creat05.c | 48 if (TST_ERR == EMFILE) in verify_creat()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 454 # ifndef EMFILE 455 # define EMFILE 24 macro 612 too_many_files_open = EMFILE,
|
/external/strace/tests-mx32/ |
D | errno2name.c | 231 #ifdef EMFILE in errno2name() 232 CASE(EMFILE); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 231 #ifdef EMFILE in errno2name() 232 CASE(EMFILE); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 231 #ifdef EMFILE in errno2name() 232 CASE(EMFILE); in errno2name()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/speculative/ |
D | 26-1.c | 68 if (errno != EMFILE) { in main()
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl12.c | 89 } else if (errno != EMFILE) { in main()
|
/external/ltp/testcases/kernel/syscalls/dup2/ |
D | dup205.c | 99 if (serrno != EBADF && serrno != EMFILE && in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_open/ |
D | coverage.txt | 6 -- EMFILE: Too many semaphore descriptors or file descriptors are
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 32 EMFILE = 24 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 27 #define EMFILE 24 /* Too many open files */ macro
|
/external/ltp/testcases/network/nfs/nfs_stress/ |
D | nfs01_open_files.c | 44 if (errno != EMFILE) in main()
|
/external/ltp/testcases/kernel/syscalls/fork/ |
D | fork09.c | 102 if (errno == EMFILE) in main()
|