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

1 2 3 4 5 6 7 8 91011>>

  /external/strace/xlat/
fdflags.h 11 #if defined(FD_CLOEXEC) || (defined(HAVE_DECL_FD_CLOEXEC) && HAVE_DECL_FD_CLOEXEC)
12 XLAT(FD_CLOEXEC),
  /external/bison/lib/
cloexec.c 28 /* Set the 'FD_CLOEXEC' flag of DESC if VALUE is true,
47 int newflags = (value ? flags | FD_CLOEXEC : flags & ~FD_CLOEXEC);
pipe2.c 111 says that initially, the O_NONBLOCK and FD_CLOEXEC flags are cleared on
132 || fcntl (fd[1], F_SETFD, fcntl_flags | FD_CLOEXEC) == -1
134 || fcntl (fd[0], F_SETFD, fcntl_flags | FD_CLOEXEC) == -1)
  /external/ltp/testcases/kernel/syscalls/epoll_create1/
epoll_create1_01.c 46 if (coe & FD_CLOEXEC)
56 if ((coe & FD_CLOEXEC) == 0)
  /external/ltp/testcases/kernel/syscalls/eventfd2/
eventfd2_01.c 140 if (coe & FD_CLOEXEC) {
153 if ((coe & FD_CLOEXEC) == 0) {
  /external/ltp/testcases/kernel/syscalls/socket/
socket02.c 154 if (coe & FD_CLOEXEC) {
170 if ((coe & FD_CLOEXEC) == 0) {
187 if (coe & FD_CLOEXEC) {
207 if ((coe & FD_CLOEXEC) == 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
11-1.c 10 * Test that the FD_CLOEXEC file descriptor flag associated with the new file
43 if (flags & FD_CLOEXEC) {
47 printf("shm_open() does not set the FD_CLOEXEC flags.\n");
  /external/strace/tests/
vfork-f.c 61 if (fcntl(child_wait_fds[1], F_SETFD, FD_CLOEXEC))
67 if (fcntl(parent_wait_fds[0], F_SETFD, FD_CLOEXEC))
69 if (fcntl(parent_wait_fds[1], F_SETFD, FD_CLOEXEC))
  /external/strace/tests-m32/
vfork-f.c 61 if (fcntl(child_wait_fds[1], F_SETFD, FD_CLOEXEC))
67 if (fcntl(parent_wait_fds[0], F_SETFD, FD_CLOEXEC))
69 if (fcntl(parent_wait_fds[1], F_SETFD, FD_CLOEXEC))
  /external/strace/tests-mx32/
vfork-f.c 61 if (fcntl(child_wait_fds[1], F_SETFD, FD_CLOEXEC))
67 if (fcntl(parent_wait_fds[0], F_SETFD, FD_CLOEXEC))
69 if (fcntl(parent_wait_fds[1], F_SETFD, FD_CLOEXEC))
  /external/ltp/testcases/kernel/syscalls/dup3/
dup3_01.c 134 if (coe & FD_CLOEXEC) {
147 if ((coe & FD_CLOEXEC) == 0) {
  /external/ltp/testcases/kernel/syscalls/inotify_init/
inotify_init1_01.c 149 if (coe & FD_CLOEXEC) {
163 } else if ((coe & FD_CLOEXEC) == 0) {
  /external/ltp/testcases/kernel/syscalls/pipe2/
pipe2_01.c 154 if (coe & FD_CLOEXEC) {
173 if ((coe & FD_CLOEXEC) == 0) {
  /external/ltp/testcases/kernel/syscalls/signalfd4/
signalfd4_01.c 155 if (coe & FD_CLOEXEC) {
173 if ((coe & FD_CLOEXEC) == 0) {
  /external/ltp/testcases/kernel/syscalls/timerfd/
timerfd02.c 151 if (coe & FD_CLOEXEC) {
169 if ((coe & FD_CLOEXEC) == 0) {
  /external/ltp/testcases/kernel/syscalls/accept4/
accept4_01.c 141 fdf_pass = ((fdf & FD_CLOEXEC) != 0) ==
145 (fdf & FD_CLOEXEC) ? "" : "not ", fdf_pass ? "OK" : "failed");
150 fdf & FD_CLOEXEC, closeonexec_flag & SOCK_CLOEXEC);
  /development/ndk/platforms/android-9/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
fcntl.h 107 #define FD_CLOEXEC 1 ///< close-on-exec flag
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl29.c 71 if (TEST_RETURN & FD_CLOEXEC) {
  /external/toybox/toys/other/
oneit.c 76 fcntl(4, F_SETFD, FD_CLOEXEC);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
fcntl.h 100 #define FD_CLOEXEC 1 /* actually anything with low bit set goes */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 133 #define FD_CLOEXEC 1 /* actually anything with low bit set goes */
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1

Completed in 937 milliseconds

1 2 3 4 5 6 7 8 91011>>