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

1 2 3

  /toolchain/binutils/binutils-2.25/gold/
descriptors.cc 43 // Very old systems may not define FD_CLOEXEC.
44 #ifndef FD_CLOEXEC
45 #define FD_CLOEXEC 1
53 fcntl(fd, F_SETFD, FD_CLOEXEC);
  /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)
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /external/bison/darwin-lib/
fcntl.h 476 #ifndef FD_CLOEXEC
477 # define FD_CLOEXEC 1
  /external/bison/linux-lib/
fcntl.h 476 #ifndef FD_CLOEXEC
477 # define FD_CLOEXEC 1
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1

Completed in 1065 milliseconds

1 2 3