HomeSort by relevance Sort by last modified time
    Searched full:fd_cloexec (Results 1 - 25 of 195) sorted by null

1 2 3 4 5 6 7 8

  /external/strace/xlat/
fdflags.in 0 FD_CLOEXEC
fdflags.h 4 #if defined(FD_CLOEXEC) || (defined(HAVE_DECL_FD_CLOEXEC) && HAVE_DECL_FD_CLOEXEC)
5 XLAT(FD_CLOEXEC),
  /external/bison/m4/
dup2.m4 26 #ifdef FD_CLOEXEC
27 if (fcntl (1, F_SETFD, FD_CLOEXEC) == -1)
32 #ifdef FD_CLOEXEC
33 if (fcntl (1, F_GETFD) != FD_CLOEXEC)
56 haiku*) # on Haiku alpha 2, dup2(1, 1) resets 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)
cloexec.h 22 /* Set the 'FD_CLOEXEC' flag of DESC if VALUE is true,
  /ndk/sources/host-tools/make-3.81/
job.h 32 # ifndef FD_CLOEXEC
33 # define FD_CLOEXEC 1
35 # define CLOSE_ON_EXEC(_d) (void) fcntl ((_d), F_SETFD, FD_CLOEXEC)
  /bionic/tests/
fcntl_test.cpp 30 ASSERT_EQ(0, flags & FD_CLOEXEC);
32 int rc = fcntl(fd, F_SETFD, FD_CLOEXEC);
37 ASSERT_EQ(FD_CLOEXEC, flags & FD_CLOEXEC);
  /external/kernel-headers/original/uapi/linux/
fcntl.h 15 /* Create a file descriptor with FD_CLOEXEC set. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
fcntl.h 15 /* Create a file descriptor with FD_CLOEXEC set. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fcntl.h 15 /* Create a file descriptor with FD_CLOEXEC set. */
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_object.h 69 // Get FD-specific flags (currently only FD_CLOEXEC is supported).
71 // Set FD-specific flags (currently only FD_CLOEXEC is supported).
  /development/ndk/platforms/android-3/header-patches/include/asm-generic/
fcntl.h 72 #define FD_CLOEXEC 1
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /external/mtpd/
mtpd.c 116 fcntl(control, F_SETFD, FD_CLOEXEC);
172 fcntl(signals[0], F_SETFD, FD_CLOEXEC);
173 fcntl(signals[1], F_SETFD, FD_CLOEXEC);
298 fcntl(the_socket, F_SETFD, FD_CLOEXEC);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1

Completed in 857 milliseconds

1 2 3 4 5 6 7 8