Searched refs:FD_CLOEXEC (Results 1 – 10 of 10) sorted by relevance
120 d2->flags = d_flags | FD_CLOEXEC; in __dup3()123 d2->flags = d_flags & ~FD_CLOEXEC; in __dup3()
49 fd->flags |= FD_CLOEXEC; in __close_range()
55 d->flags |= FD_CLOEXEC; in _hurd_fd_opendir()
74 flags |= FD_CLOEXEC; in __libc_fcntl()77 flags &= ~FD_CLOEXEC; in __libc_fcntl()
477 dtable_cloexec[i] = (d->flags & FD_CLOEXEC) != 0; in __spawni()
37 return flags & FD_CLOEXEC; in is_cloexec()
97 && __glibc_unlikely (__fcntl64_nocancel (fd, F_SETFD, FD_CLOEXEC) < 0)) in weak_alias()
245 if (__fcntl (fd, F_SETFD, flags & ~FD_CLOEXEC) == -1) in __spawni_child()
185 #define FD_CLOEXEC 1 /* Close on exec. */ macro
219 #define FD_CLOEXEC 1 /* Actually anything with low bit set goes */ macro
Completed in 34 milliseconds