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

12 3 4 5 6 7 8

  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
errno.h 388 #ifndef EMFILE
389 #define EMFILE 9978
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
errno.h 388 #ifndef EMFILE
389 #define EMFILE 9978
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 75 #define EMFILE 24 /* Too many open files */
  /external/ltp/testcases/kernel/syscalls/creat/
creat05.c 21 * Testcase to check that creat(2) system call returns EMFILE.
48 if (TEST_ERRNO == EMFILE)
49 tst_res(TPASS, "creat() failed with EMFILE");
51 tst_res(TFAIL | TTERRNO, "Expected EMFILE");
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl12.c 25 * Testcase to test that fcntl() sets EMFILE for F_DUPFD command.
30 * for fcntl(), which should fail with EMFILE.
71 tst_resm(TINFO, "Test for errno EMFILE");
89 } else if (errno != EMFILE) {
90 tst_resm(TFAIL, "Expected EMFILE got %d",
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
4-1.c 53 EMFILE, "EMFILE"}, {
3-1-buildonly.c 44 int dummy33 = EMFILE;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/speculative/
26-1.c 10 * Test that mq_open() fails with EMFILE if there are too many message
15 * descriptors or file descriptors open and check that errno == EMFILE.
68 if (errno != EMFILE) {
69 printf("errno != EMFILE on > ");
  /external/syslinux/com32/lib/sys/
opendev.c 60 errno = EMFILE;
  /external/valgrind/none/tests/
rlimit64_nofile.c 99 else if (errno != EMFILE)
rlimit_nofile.c 96 else if (errno != EMFILE)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
error_constants.h 129 too_many_files_open = EMFILE,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
error_constants.h 129 too_many_files_open = EMFILE,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
errno.h 46 #define EMFILE 24
  /bionic/tests/headers/posix/
errno_h.c 67 MACRO(EMFILE);
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
socket.c 138 errno = EMFILE;
  /external/ltp/testcases/kernel/syscalls/dup2/
dup205.c 99 if (serrno != EBADF && serrno != EMFILE &&
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 32 EMFILE = 24
  /external/syslinux/com32/include/
errno.h 29 #define EMFILE 24 /* Too many open files */
  /system/core/adb/sysdeps/
errno.cpp 42 ERRNO_VALUE(EMFILE, 24); \
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 76 #define EMFILE __EMFILE /* 24 Too many open file descriptors */
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
freopen.c 117 if (errno == ENFILE || errno == EMFILE) {
  /external/blktrace/btt/
misc.c 108 if (errno == ENFILE || errno == EMFILE)
  /external/ltp/testcases/kernel/syscalls/fork/
fork09.c 102 if (errno == EMFILE)
  /external/ltp/testcases/kernel/syscalls/pipe/
pipe07.c 27 * 2. open pipes until EMFILE is returned
74 if (errno != EMFILE) {

Completed in 537 milliseconds

12 3 4 5 6 7 8