Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dfcntl.m49 # - supports or emulates F_DUPFD_CLOEXEC
18 dnl Persuade glibc to expose F_DUPFD_CLOEXEC.
84 dnl Many systems lack F_DUPFD_CLOEXEC.
85 dnl NetBSD 9.0 declares F_DUPFD_CLOEXEC but it works only like F_DUPFD.
86 AC_CACHE_CHECK([whether fcntl understands F_DUPFD_CLOEXEC],
97 if (fcntl (1, F_DUPFD_CLOEXEC, 10) < 0)
109 /* The Linux kernel only added F_DUPFD_CLOEXEC in 2.6.24, so we always replace
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dfcntl.c220 case F_DUPFD_CLOEXEC: in fcntl()
352 #ifdef F_DUPFD_CLOEXEC /* POSIX */ in fcntl()
353 case F_DUPFD_CLOEXEC: in fcntl()
512 result = fcntl (fd, F_DUPFD_CLOEXEC, target); in rpl_fcntl_DUPFD_CLOEXEC()
H A Ddup-safer-flag.c36 return fcntl (fd, (flag & O_CLOEXEC) ? F_DUPFD_CLOEXEC : F_DUPFD, in dup_safer_flag()
H A Dfcntl.in.h246 #ifndef F_DUPFD_CLOEXEC
247 # define F_DUPFD_CLOEXEC 0x40000000
H A Dcloexec.c82 return fcntl (fd, F_DUPFD_CLOEXEC, 0); in dup_cloexec()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dfcntl.d517 enum F_DUPFD_CLOEXEC= 10;
585 enum F_DUPFD_CLOEXEC= 12;
679 enum F_DUPFD_CLOEXEC = 17;
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dprocess.c297 #ifdef F_DUPFD_CLOEXEC /* POSIX 2008 */ in uv__process_child_init()
298 pipes[fd][1] = fcntl(use_fd, F_DUPFD_CLOEXEC, stdio_count); in uv__process_child_init()
304 #ifndef F_DUPFD_CLOEXEC /* POSIX 2008 */ in uv__process_child_init()
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/sparc64/gnulib/import/
H A Dfcntl.h757 #ifndef F_DUPFD_CLOEXEC
758 # define F_DUPFD_CLOEXEC 0x40000000 macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/riscv32/gnulib/import/
H A Dfcntl.h757 #ifndef F_DUPFD_CLOEXEC
758 # define F_DUPFD_CLOEXEC 0x40000000 macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
H A Dfcntl.h757 #ifndef F_DUPFD_CLOEXEC
758 # define F_DUPFD_CLOEXEC 0x40000000 macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64el/gnulib/import/
H A Dfcntl.h757 #ifndef F_DUPFD_CLOEXEC
758 # define F_DUPFD_CLOEXEC 0x40000000 macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/
H A Dfcntl.h757 #ifndef F_DUPFD_CLOEXEC
758 # define F_DUPFD_CLOEXEC 0x40000000 macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/
H A Dfcntl.h757 #ifndef F_DUPFD_CLOEXEC
758 # define F_DUPFD_CLOEXEC 0x40000000 macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
H A Dfcntl.h757 #ifndef F_DUPFD_CLOEXEC
758 # define F_DUPFD_CLOEXEC 0x40000000 macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/sh3el/gnulib/import/
H A Dfcntl.h757 #ifndef F_DUPFD_CLOEXEC
758 # define F_DUPFD_CLOEXEC 0x40000000 macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/
H A Dfcntl.h757 #ifndef F_DUPFD_CLOEXEC
758 # define F_DUPFD_CLOEXEC 0x40000000 macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/
H A Dfcntl.h757 #ifndef F_DUPFD_CLOEXEC
758 # define F_DUPFD_CLOEXEC 0x40000000 macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/riscv64/gnulib/import/
H A Dfcntl.h757 #ifndef F_DUPFD_CLOEXEC
758 # define F_DUPFD_CLOEXEC 0x40000000 macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/
H A Dfcntl.h757 #ifndef F_DUPFD_CLOEXEC
758 # define F_DUPFD_CLOEXEC 0x40000000 macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/sparc/gnulib/import/
H A Dfcntl.h757 #ifndef F_DUPFD_CLOEXEC
758 # define F_DUPFD_CLOEXEC 0x40000000 macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/vax/gnulib/import/
H A Dfcntl.h757 #ifndef F_DUPFD_CLOEXEC
758 # define F_DUPFD_CLOEXEC 0x40000000 macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/
H A Dfcntl.h757 #ifndef F_DUPFD_CLOEXEC
758 # define F_DUPFD_CLOEXEC 0x40000000 macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/
H A Dfcntl.h757 #ifndef F_DUPFD_CLOEXEC
758 # define F_DUPFD_CLOEXEC 0x40000000 macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
H A Dfcntl.h757 #ifndef F_DUPFD_CLOEXEC
758 # define F_DUPFD_CLOEXEC 0x40000000 macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
H A Dfcntl.h757 #ifndef F_DUPFD_CLOEXEC
758 # define F_DUPFD_CLOEXEC 0x40000000 macro

12