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/strace/xlat/
Dfcntlcmds.h68 #if !(defined(F_DUPFD_CLOEXEC) || (defined(HAVE_DECL_F_DUPFD_CLOEXEC) && HAVE_DECL_F_DUPFD_CLOEXEC))
69 # define F_DUPFD_CLOEXEC (1024 + 6) macro
117 XLAT(F_DUPFD_CLOEXEC),
Dfcntlcmds.in26 F_DUPFD_CLOEXEC (1024 + 6)
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_parameters_restrictions.cc41 #if !defined(F_DUPFD_CLOEXEC)
42 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6) macro
205 F_DUPFD_CLOEXEC), in RestrictFcntlCommands()
/external/bison/lib/
Dfcntl.in.h171 #ifndef F_DUPFD_CLOEXEC
172 # define F_DUPFD_CLOEXEC 0x40000000
Ddup-safer-flag.c36 return fcntl (fd, (flag & O_CLOEXEC) ? F_DUPFD_CLOEXEC : F_DUPFD, in dup_safer_flag()
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/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/strace/
Dfcntl.c100 case F_DUPFD_CLOEXEC: in print_fcntl()
DNEWS32 F_DUPFD_CLOEXEC fcntl commands, as file descriptors.
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/dbus/dbus/
Ddbus-sysdeps-unix.c2951 #ifdef F_DUPFD_CLOEXEC in _dbus_dup()
2954 new_fd = fcntl(fd, F_DUPFD_CLOEXEC, 3); in _dbus_dup()
2970 #ifdef F_DUPFD_CLOEXEC in _dbus_dup()
/external/valgrind/
DNEWS2222 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