Home
last modified time | relevance | path

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

/sysdeps/mach/hurd/
A Ddup3.c120 d2->flags = d_flags | FD_CLOEXEC; in __dup3()
123 d2->flags = d_flags & ~FD_CLOEXEC; in __dup3()
A Dclose_range.c49 fd->flags |= FD_CLOEXEC; in __close_range()
A Dopendir.c55 d->flags |= FD_CLOEXEC; in _hurd_fd_opendir()
A Dfcntl.c74 flags |= FD_CLOEXEC; in __libc_fcntl()
77 flags &= ~FD_CLOEXEC; in __libc_fcntl()
A Dspawni.c477 dtable_cloexec[i] = (d->flags & FD_CLOEXEC) != 0; in __spawni()
/sysdeps/unix/sysv/linux/
A Dtst-memfd_create.c37 return flags & FD_CLOEXEC; in is_cloexec()
A Dopendir.c97 && __glibc_unlikely (__fcntl64_nocancel (fd, F_SETFD, FD_CLOEXEC) < 0)) in weak_alias()
A Dspawni.c245 if (__fcntl (fd, F_SETFD, flags & ~FD_CLOEXEC) == -1) in __spawni_child()
/sysdeps/mach/hurd/bits/
A Dfcntl.h185 #define FD_CLOEXEC 1 /* Close on exec. */ macro
/sysdeps/unix/sysv/linux/bits/
A Dfcntl-linux.h219 #define FD_CLOEXEC 1 /* Actually anything with low bit set goes */ macro

Completed in 34 milliseconds