HomeSort by relevance Sort by last modified time
    Searched refs:EMFILE (Results 1 - 25 of 197) sorted by null

1 2 3 4 5 6 7 8

  /external/ltp/testcases/kernel/syscalls/pipe/
pipe06.c 29 * Check that we get EMFILE.
76 if (TEST_ERRNO != EMFILE) {
79 tst_resm(TPASS, "failed with EMFILE");
104 if (errno != EMFILE) {
106 "didn't get EMFILE");
  /bionic/libc/kernel/uapi/asm-generic/
errno-base.h 44 #define EMFILE 24
  /external/kernel-headers/original/uapi/asm-generic/
errno-base.h 28 #define EMFILE 24 /* Too many open files */
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
38-1.c 10 * Test that the shm_open() function sets errno = EMFILE if too many file
31 if (errno == EMFILE) {
  /external/syslinux/dos/
errno.h 27 #define EMFILE 24 /* Too many open files */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno-base.h 27 #define EMFILE 24 /* Too many open files */
  /external/ltp/testcases/kernel/syscalls/dup/
dup03.c 142 if (TEST_ERRNO == EMFILE)
145 "EMFILE");
189 if (errno == EMFILE)
  /external/libusb/msvc/
errno.h 48 #define EMFILE 24 /* Too many open files */
  /external/ltp/testcases/kernel/syscalls/open/
open04.c 22 * Testcase to check that open(2) sets EMFILE if a process opens files
29 * file. This attempt should fail with EMFILE.
67 if (TEST_ERRNO != EMFILE)
68 tst_resm(TFAIL, "Expected EMFILE, got %d", TEST_ERRNO);
70 tst_resm(TPASS, "call returned expected EMFILE error");
109 if (errno != EMFILE) {
110 tst_brkm(TBROK, cleanup, "Expected EMFILE got "
  /external/libcxx/include/
errno.h 388 #ifndef EMFILE
389 #define EMFILE 9978
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
3-2.c 58 EMFILE, "EMFILE", EMFILE}, {
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixConstants.java 138 static final int EMFILE = OsConstants.EMFILE;
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
errno.h 388 #ifndef EMFILE
389 #define EMFILE 9978
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
errno.h 388 #ifndef EMFILE
389 #define EMFILE 9978
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
errno.h 388 #ifndef EMFILE
389 #define EMFILE 9978
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
errno.h 388 #ifndef EMFILE
389 #define EMFILE 9978
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
errno.h 388 #ifndef EMFILE
389 #define EMFILE 9978
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
errno.h 388 #ifndef EMFILE
389 #define EMFILE 9978
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
errno.h 388 #ifndef EMFILE
389 #define EMFILE 9978
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
errno.h 388 #ifndef EMFILE
389 #define EMFILE 9978
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
errno.h 388 #ifndef EMFILE
389 #define EMFILE 9978
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
errno.h 388 #ifndef EMFILE
389 #define EMFILE 9978
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
errno.h 388 #ifndef EMFILE
389 #define EMFILE 9978
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
errno.h 388 #ifndef EMFILE
389 #define EMFILE 9978
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
errno.h 388 #ifndef EMFILE
389 #define EMFILE 9978

Completed in 1493 milliseconds

1 2 3 4 5 6 7 8