Searched defs:F_DUPFD_CLOEXEC (Results 1 - 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dfcntl.h16 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6) macro
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
H A Dsyscall_parameters_restrictions.cc38 #if !defined(F_DUPFD_CLOEXEC)
39 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6) macro
186 F_DUPFD_CLOEXEC),
/external/bison/darwin-lib/
H A Dfcntl.h483 #ifndef F_DUPFD_CLOEXEC
484 # define F_DUPFD_CLOEXEC 0x40000000 macro
485 /* Witness variable: 1 if gnulib defined F_DUPFD_CLOEXEC, 0 otherwise. */
/external/bison/linux-lib/
H A Dfcntl.h483 #ifndef F_DUPFD_CLOEXEC
484 # define F_DUPFD_CLOEXEC 0x40000000 macro
485 /* Witness variable: 1 if gnulib defined F_DUPFD_CLOEXEC, 0 otherwise. */

Completed in 140 milliseconds