Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gold/
Ddescriptors.cc39 #ifndef O_CLOEXEC
40 #define O_CLOEXEC 0 macro
116 flags |= O_CLOEXEC; in open()
150 if (O_CLOEXEC == 0 in open()
DChangeLog-081515251 (FD_CLOEXEC, O_CLOEXEC): Define if not defined.
15252 (Descriptors::open): Always use O_CLOEXEC when opening a new
15253 descriptor. If we have a plugin, and O_CLOEXEC was not defined,
/toolchain/binutils/binutils-2.27/zlib/
Dgzlib.c99 #ifdef O_CLOEXEC
144 #ifdef O_CLOEXEC
227 #ifdef O_CLOEXEC
228 (cloexec ? O_CLOEXEC : 0) |
DChangeLog83 - Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen()
/toolchain/binutils/binutils-2.27/libiberty/
Dpex-unix.c477 if (dup3 (save_fd, old_fd, O_CLOEXEC) < 0) in restore_fd()