HomeSort by relevance Sort by last modified time
    Searched refs:fcntl (Results 226 - 250 of 5496) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/bionic/
mkdir.cpp 29 #include <fcntl.h>
  /bionic/libc/kernel/uapi/linux/
timerfd.h 22 #include <linux/fcntl.h>
  /external/curl/src/
tool_binmode.c 31 # include <fcntl.h>
  /external/kernel-headers/original/uapi/linux/
timerfd.h 14 #include <linux/fcntl.h>
20 * CAREFUL: Check include/asm-generic/fcntl.h when defining
  /external/libchrome/sandbox/linux/syscall_broker/
broker_common.h 8 #include <fcntl.h>
23 // F_GETFD in fcntl(2)) and O_CLOEXEC (see F_GETFL in fcntl(2)). O_CLOEXEC
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl01.c 6 * Test F_DUPFD, F_SETFL cmds of fcntl
9 * fcntl
32 #include <fcntl.h>
63 sprintf(fname, "./fcntl%d.%d", i, mypid);
75 if ((fd[2] = fcntl(fd[1], F_DUPFD, 1)) == -1)
76 tst_resm(TFAIL | TERRNO, "fcntl(.., 1) failed");
82 if ((fd[4] = fcntl(fd[1], F_DUPFD, fd2[3])) < 0)
83 tst_resm(TFAIL | TERRNO, "fcntl(.., fd2[3]) failed");
89 if ((fd[8] = fcntl(fd[1], F_DUPFD, fd2[5])) < 0)
90 tst_resm(TFAIL | TERRNO, "fcntl(.., fd2[5]) failed")
    [all...]
  /external/nanopb-c/tests/common/
test_helpers.h 8 #include <fcntl.h>
  /external/strace/tests/
eventfd.c 29 #include <fcntl.h>
pipe.c 37 # include <fcntl.h>
  /external/strace/tests-m32/
eventfd.c 29 #include <fcntl.h>
pipe.c 37 # include <fcntl.h>
  /external/strace/tests-mx32/
eventfd.c 29 #include <fcntl.h>
pipe.c 37 # include <fcntl.h>
  /external/syslinux/com32/lib/
creat.c 7 #include <fcntl.h>
  /external/valgrind/none/tests/
fdleak_creat.c 3 #include <fcntl.h>
fdleak_dup.c 2 #include <fcntl.h>
  /development/ndk/platforms/android-9/include/
fcntl.h 33 #include <linux/fcntl.h>
49 extern int fcntl(int fd, int command, ...);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
11-1.c 18 #include <fcntl.h>
34 flags = fcntl(fd, F_GETFD);
36 perror("An error occurs when calling fcntl()");
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
fcntl.h 33 #include <linux/fcntl.h>
49 extern int fcntl(int fd, int command, ...);
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
fcntl.h 33 #include <linux/fcntl.h>
49 extern int fcntl(int fd, int command, ...);
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
fcntl.h 33 #include <linux/fcntl.h>
49 extern int fcntl(int fd, int command, ...);
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
fcntl.h 33 #include <linux/fcntl.h>
49 extern int fcntl(int fd, int command, ...);
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/
fcntl.h 33 #include <linux/fcntl.h>
49 extern int fcntl(int fd, int command, ...);
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/
fcntl.h 33 #include <linux/fcntl.h>
49 extern int fcntl(int fd, int command, ...);
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/
fcntl.h 33 #include <linux/fcntl.h>
49 extern int fcntl(int fd, int command, ...);

Completed in 1329 milliseconds

1 2 3 4 5 6 7 8 91011>>