Home
last modified time | relevance | path

Searched refs:FD_CLOEXEC (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/libiberty/
Dpex-unix.c420 if ((flags & FD_CLOEXEC) == 0 && fcntl (old_fd, F_SETFD, FD_CLOEXEC) < 0) in save_and_install_fd()
436 if (fcntl (new_fd, F_SETFD, FD_CLOEXEC) < 0) in save_and_install_fd()
467 if (flags & FD_CLOEXEC) in restore_fd()
475 if (flags == FD_CLOEXEC) in restore_fd()
770 if (fcntl (fd, F_SETFD, FD_CLOEXEC) < 0) in pex_unix_fdopenw()
/toolchain/binutils/binutils-2.27/gold/
Ddescriptors.cc44 #ifndef FD_CLOEXEC
45 #define FD_CLOEXEC 1 macro
53 fcntl(fd, F_SETFD, FD_CLOEXEC); in set_close_on_exec()
DChangeLog-081515251 (FD_CLOEXEC, O_CLOEXEC): Define if not defined.
15254 then set FD_CLOEXEC.
/toolchain/binutils/binutils-2.27/bfd/
Dbfdio.c39 #ifndef FD_CLOEXEC
40 #define FD_CLOEXEC 1 macro
78 fcntl (fd, F_SETFD, old | FD_CLOEXEC); in close_on_exec()
DChangeLog-2008614 (FD_CLOEXEC): New define.