Home
last modified time | relevance | path

Searched refs:set_close_on_exec (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Ddescriptors.cc50 set_close_on_exec(int fd ATTRIBUTE_UNUSED) in set_close_on_exec() function
154 set_close_on_exec(new_descriptor); in open()
H A DChangeLog-08154135 * descriptors.cc (set_close_on_exec): Add ATTRIBUTE_UNUSED to the
7655 * descriptors.cc (set_close_on_exec): New function.
7656 (Descriptors::open): Use set_close_on_exec.
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Ddescriptors.cc50 set_close_on_exec(int fd ATTRIBUTE_UNUSED) in set_close_on_exec() function
154 set_close_on_exec(new_descriptor); in open()
H A DChangeLog-08154135 * descriptors.cc (set_close_on_exec): Add ATTRIBUTE_UNUSED to the
7655 * descriptors.cc (set_close_on_exec): New function.
7656 (Descriptors::open): Use set_close_on_exec.
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Ddir-common.h199 set_close_on_exec([[maybe_unused]] int fd) in _GLIBCXX_VISIBILITY() function
249 if (set_close_on_exec(fd)) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-201368 * io/unix.c (set_close_on_exec): New function.
70 to calling set_close_on_exec.
72 (open_external): Call set_close_on_exec if O_CLOEXEC is not
H A DChangeLog-2014655 * io/unix.c (set_close_on_exec): Check for HAVE_FCNTL.
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dunix.c1184 set_close_on_exec (int fd __attribute__ ((unused))) in set_close_on_exec() function
1237 set_close_on_exec (fd); in tempfile_open()
1282 set_close_on_exec (fd); in tempfile_open()
1584 set_close_on_exec (fd); in open_external()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dunix.c1184 set_close_on_exec (int fd __attribute__ ((unused))) in set_close_on_exec() function
1237 set_close_on_exec (fd); in tempfile_open()
1282 set_close_on_exec (fd); in tempfile_open()
1584 set_close_on_exec (fd); in open_external()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog4489 (_Dir_base::fdcwd, _Dir_base::set_close_on_exec, _Dir_base::openat):