Searched refs:O_CLOEXEC (Results 1 – 5 of 5) sorted by relevance
39 #ifndef O_CLOEXEC40 #define O_CLOEXEC 0 macro116 flags |= O_CLOEXEC; in open()150 if (O_CLOEXEC == 0 in open()
15251 (FD_CLOEXEC, O_CLOEXEC): Define if not defined.15252 (Descriptors::open): Always use O_CLOEXEC when opening a new15253 descriptor. If we have a plugin, and O_CLOEXEC was not defined,
99 #ifdef O_CLOEXEC144 #ifdef O_CLOEXEC227 #ifdef O_CLOEXEC228 (cloexec ? O_CLOEXEC : 0) |
83 - Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen()
477 if (dup3 (save_fd, old_fd, O_CLOEXEC) < 0) in restore_fd()