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

1 2 3 4 5 6 7 8

  /external/strace/xlat/
fdflags.h 4 #if defined(FD_CLOEXEC) || (defined(HAVE_DECL_FD_CLOEXEC) && HAVE_DECL_FD_CLOEXEC)
5 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)
  /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);
  /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
  /development/ndk/platforms/android-L/include/asm-generic/
fcntl.h 141 #define FD_CLOEXEC 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.11-4.8/sysroot/usr/include/asm-generic/
fcntl.h 100 #define FD_CLOEXEC 1 /* actually anything with low bit set goes */
  /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
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1

Completed in 159 milliseconds

1 2 3 4 5 6 7 8