Home
last modified time | relevance | path

Searched refs:F_DUPFD_CLOEXEC (Results 1 – 17 of 17) sorted by relevance

/external/bison/m4/
Dfcntl.m49 # - supports or emulates F_DUPFD_CLOEXEC
18 dnl Persuade glibc to expose F_DUPFD_CLOEXEC.
52 dnl Many systems lack F_DUPFD_CLOEXEC
53 AC_CACHE_CHECK([whether fcntl understands F_DUPFD_CLOEXEC],
57 #ifndef F_DUPFD_CLOEXEC
63 /* The Linux kernel only added F_DUPFD_CLOEXEC in 2.6.24, so we always replace
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_parameters_restrictions.cc38 #if !defined(F_DUPFD_CLOEXEC)
39 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6) macro
186 F_DUPFD_CLOEXEC), in RestrictFcntlCommands()
/external/strace/xlat/
Dfcntlcmds.h121 #if defined(F_DUPFD_CLOEXEC) || (defined(HAVE_DECL_F_DUPFD_CLOEXEC) && HAVE_DECL_F_DUPFD_CLOEXEC)
122 XLAT(F_DUPFD_CLOEXEC),
Dfcntlcmds.in40 F_DUPFD_CLOEXEC
/external/bison/lib/
Ddup-safer-flag.c36 return fcntl (fd, (flag & O_CLOEXEC) ? F_DUPFD_CLOEXEC : F_DUPFD, in dup_safer_flag()
Dfcntl.in.h171 #ifndef F_DUPFD_CLOEXEC
172 # define F_DUPFD_CLOEXEC 0x40000000
Dcloexec.c82 return fcntl (fd, F_DUPFD_CLOEXEC, 0); in dup_cloexec()
Dfcntl.c217 case F_DUPFD_CLOEXEC: in rpl_fcntl()
/external/kernel-headers/original/uapi/linux/
Dfcntl.h16 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6) macro
/external/strace/
Ddesc.c161 #ifdef F_DUPFD_CLOEXEC in sys_fcntl()
162 case F_DUPFD_CLOEXEC: in sys_fcntl()
197 #ifdef F_DUPFD_CLOEXEC in sys_fcntl()
198 case F_DUPFD_CLOEXEC: in sys_fcntl()
DChangeLog-CVS88 Decode fcntl's F_{GET,SET}LEASE, F_NOTIFY, and F_DUPFD_CLOEXEC.
91 F_DUPFD_CLOEXEC to fcntlcmds[]. Create notifyflags[] array.
/external/qemu/util/
Dosdep.c105 #ifdef F_DUPFD_CLOEXEC in qemu_dup_flags()
106 ret = fcntl(fd, F_DUPFD_CLOEXEC, 0); in qemu_dup_flags()
/external/bison/darwin-lib/
Dfcntl.h483 #ifndef F_DUPFD_CLOEXEC
484 # define F_DUPFD_CLOEXEC 0x40000000 macro
/external/bison/linux-lib/
Dfcntl.h483 #ifndef F_DUPFD_CLOEXEC
484 # define F_DUPFD_CLOEXEC 0x40000000 macro
/external/chromium_org/components/nacl/loader/nonsfi/
Dnonsfi_sandbox_unittest.cc309 fcntl(0, F_DUPFD_CLOEXEC); in BPF_DEATH_TEST_C()
/external/valgrind/main/
DNEWS1496 238696 fcntl command F_DUPFD_CLOEXEC not supported
/external/bison/
Dconfigure20641 /* The Linux kernel only added F_DUPFD_CLOEXEC in 2.6.24, so we always replace