Searched refs:FD_CLOEXEC (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | descriptors.cc | 44 #ifndef FD_CLOEXEC 45 #define FD_CLOEXEC 1 macro 53 fcntl(fd, F_SETFD, FD_CLOEXEC); in set_close_on_exec()
|
D | ChangeLog | 13834 (FD_CLOEXEC, O_CLOEXEC): Define if not defined. 13837 then set FD_CLOEXEC.
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | pex-unix.c | 421 if ((flags & FD_CLOEXEC) == 0 && fcntl (old_fd, F_SETFD, FD_CLOEXEC) < 0) in save_and_install_fd() 437 if (fcntl (new_fd, F_SETFD, FD_CLOEXEC) < 0) in save_and_install_fd() 468 if (flags & FD_CLOEXEC) in restore_fd() 476 if (flags == FD_CLOEXEC) in restore_fd() 771 if (fcntl (fd, F_SETFD, FD_CLOEXEC) < 0) in pex_unix_fdopenw()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | bfdio.c | 39 #ifndef FD_CLOEXEC 40 #define FD_CLOEXEC 1 macro 78 fcntl (fd, F_SETFD, old | FD_CLOEXEC); in close_on_exec()
|
D | ChangeLog-2008 | 614 (FD_CLOEXEC): New define.
|