HomeSort by relevance Sort by last modified time
    Searched refs:F_DUPFD_CLOEXEC (Results 1 - 12 of 12) sorted by null

  /external/bison/lib/
dup-safer-flag.c 31 fcntl(F_DUPFD_CLOEXEC) rather than fcntl(F_DUPFD). */
36 return fcntl (fd, (flag & O_CLOEXEC) ? F_DUPFD_CLOEXEC : F_DUPFD,
cloexec.c 82 return fcntl (fd, F_DUPFD_CLOEXEC, 0);
fcntl.in.h 171 #ifndef F_DUPFD_CLOEXEC
172 # define F_DUPFD_CLOEXEC 0x40000000
173 /* Witness variable: 1 if gnulib defined F_DUPFD_CLOEXEC, 0 otherwise. */
fcntl.c 159 F_DUPFD_CLOEXEC - duplicate FD, with int ARG being the minimum
217 case F_DUPFD_CLOEXEC:
267 } /* F_DUPFD_CLOEXEC */
  /bionic/libc/kernel/uapi/linux/
fcntl.h 26 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /development/ndk/platforms/android-L/include/linux/
fcntl.h 26 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /external/kernel-headers/original/uapi/linux/
fcntl.h 16 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions.cc 38 #if !defined(F_DUPFD_CLOEXEC)
39 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
186 F_DUPFD_CLOEXEC),
  /external/bison/darwin-lib/
fcntl.h 483 #ifndef F_DUPFD_CLOEXEC
484 # define F_DUPFD_CLOEXEC 0x40000000
485 /* Witness variable: 1 if gnulib defined F_DUPFD_CLOEXEC, 0 otherwise. */
  /external/bison/linux-lib/
fcntl.h 483 #ifndef F_DUPFD_CLOEXEC
484 # define F_DUPFD_CLOEXEC 0x40000000
485 /* Witness variable: 1 if gnulib defined F_DUPFD_CLOEXEC, 0 otherwise. */
  /external/chromium_org/components/nacl/loader/nonsfi/
nonsfi_sandbox_unittest.cc 309 fcntl(0, F_DUPFD_CLOEXEC);
  /external/bison/
configure     [all...]

Completed in 345 milliseconds