Searched refs:F_DUPFD_CLOEXEC (Results 1 – 17 of 17) sorted by relevance
/external/bison/m4/ |
D | fcntl.m4 | 9 # - 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/ |
D | syscall_parameters_restrictions.cc | 38 #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/ |
D | fcntlcmds.h | 121 #if defined(F_DUPFD_CLOEXEC) || (defined(HAVE_DECL_F_DUPFD_CLOEXEC) && HAVE_DECL_F_DUPFD_CLOEXEC) 122 XLAT(F_DUPFD_CLOEXEC),
|
D | fcntlcmds.in | 40 F_DUPFD_CLOEXEC
|
/external/bison/lib/ |
D | dup-safer-flag.c | 36 return fcntl (fd, (flag & O_CLOEXEC) ? F_DUPFD_CLOEXEC : F_DUPFD, in dup_safer_flag()
|
D | fcntl.in.h | 171 #ifndef F_DUPFD_CLOEXEC 172 # define F_DUPFD_CLOEXEC 0x40000000
|
D | cloexec.c | 82 return fcntl (fd, F_DUPFD_CLOEXEC, 0); in dup_cloexec()
|
D | fcntl.c | 217 case F_DUPFD_CLOEXEC: in rpl_fcntl()
|
/external/kernel-headers/original/uapi/linux/ |
D | fcntl.h | 16 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6) macro
|
/external/strace/ |
D | desc.c | 161 #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()
|
D | ChangeLog-CVS | 88 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/ |
D | osdep.c | 105 #ifdef F_DUPFD_CLOEXEC in qemu_dup_flags() 106 ret = fcntl(fd, F_DUPFD_CLOEXEC, 0); in qemu_dup_flags()
|
/external/bison/darwin-lib/ |
D | fcntl.h | 483 #ifndef F_DUPFD_CLOEXEC 484 # define F_DUPFD_CLOEXEC 0x40000000 macro
|
/external/bison/linux-lib/ |
D | fcntl.h | 483 #ifndef F_DUPFD_CLOEXEC 484 # define F_DUPFD_CLOEXEC 0x40000000 macro
|
/external/chromium_org/components/nacl/loader/nonsfi/ |
D | nonsfi_sandbox_unittest.cc | 309 fcntl(0, F_DUPFD_CLOEXEC); in BPF_DEATH_TEST_C()
|
/external/valgrind/main/ |
D | NEWS | 1496 238696 fcntl command F_DUPFD_CLOEXEC not supported
|
/external/bison/ |
D | configure | 20641 /* The Linux kernel only added F_DUPFD_CLOEXEC in 2.6.24, so we always replace
|