HomeSort by relevance Sort by last modified time
    Searched refs:F_DUPFD_CLOEXEC (Results 1 - 15 of 15) 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 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fcntl.h 16 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fcntl.h 16 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/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 27 #if !defined(F_DUPFD_CLOEXEC)
28 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
183 ErrorCode::OP_EQUAL, F_DUPFD_CLOEXEC,
  /external/strace/
desc.c 160 #ifdef F_DUPFD_CLOEXEC
161 { F_DUPFD_CLOEXEC,"F_DUPFD_CLOEXEC"},
321 #ifdef F_DUPFD_CLOEXEC
322 case F_DUPFD_CLOEXEC:
370 #ifdef F_DUPFD_CLOEXEC
371 case F_DUPFD_CLOEXEC:
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fcntl.h 115 # define F_DUPFD_CLOEXEC 1030 /* Duplicate file descriptor with
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl.h 115 # define F_DUPFD_CLOEXEC 1030 /* Duplicate file descriptor with
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl.h 115 # define F_DUPFD_CLOEXEC 1030 /* Duplicate file descriptor with
  /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/bison/
configure     [all...]

Completed in 874 milliseconds