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

1 2 3 4 5 6 7 8

  /external/bison/lib/
cloexec.c 41 #ifdef F_SETFD
50 || fcntl (desc, F_SETFD, newflags) != -1)
56 #else /* !F_SETFD */
71 #endif /* !F_SETFD */
pipe2.c 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 29 #if !defined F_SETFD
35 # define CLOSE_ON_EXEC(_d) (void) fcntl ((_d), F_SETFD, FD_CLOEXEC)
  /system/core/libcutils/
klog.c 45 fcntl(klog_fd, F_SETFD, FD_CLOEXEC);
  /system/core/init/
signal_handler.c 145 fcntl(s[0], F_SETFD, FD_CLOEXEC);
147 fcntl(s[1], F_SETFD, FD_CLOEXEC);
  /bionic/libc/kernel/common/asm-generic/
fcntl.h 95 #define F_SETFD 2
  /bionic/libc/upstream-freebsd/lib/libc/stdio/
fdopen.c 82 if ((oflags & O_CLOEXEC) && _fcntl(fd, F_SETFD, FD_CLOEXEC) == -1) {
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 66 #define F_SETFD 2
  /external/kernel-headers/original/asm-generic/
fcntl.h 93 #define F_SETFD 2 /* set/clear close_on_exec */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
fcntl.h 60 #define F_SETFD 2 /* set/clear close_on_exec */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
fcntl.h 60 #define F_SETFD 2 /* set/clear close_on_exec */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
fcntl.h 60 #define F_SETFD 2 /* set/clear close_on_exec */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 66 #define F_SETFD 2
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm-generic/
fcntl.h 66 #define F_SETFD 2
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm-generic/
fcntl.h 66 #define F_SETFD 2
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm-generic/
fcntl.h 66 #define F_SETFD 2
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm-generic/
fcntl.h 66 #define F_SETFD 2
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm-generic/
fcntl.h 66 #define F_SETFD 2
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 66 #define F_SETFD 2
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 66 #define F_SETFD 2
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/asm-generic/
fcntl.h 66 #define F_SETFD 2
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm-generic/
fcntl.h 66 #define F_SETFD 2
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm-generic/
fcntl.h 66 #define F_SETFD 2
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 66 #define F_SETFD 2
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/asm-generic/
fcntl.h 66 #define F_SETFD 2

Completed in 911 milliseconds

1 2 3 4 5 6 7 8