Searched refs:fcntl_dupfd_cloexec (Results 1 – 5 of 5) sorted by relevance
104 pub fn fcntl_dupfd_cloexec<Fd: AsFd>(fd: Fd, min: RawFd) -> io::Result<OwnedFd> { in fcntl_dupfd_cloexec() function105 backend::io::syscalls::fcntl_dupfd_cloexec(fd.as_fd(), min) in fcntl_dupfd_cloexec()
103 let fd = crate::io::fcntl_dupfd_cloexec(self, 0)?; in try_clone()135 let fd = crate::io::fcntl_dupfd_cloexec(self, 3)?; in try_clone_to_owned()
23 pub use crate::io::fcntl_dupfd_cloexec;
360 pub(crate) fn fcntl_dupfd_cloexec(fd: BorrowedFd<'_>, min: RawFd) -> io::Result<OwnedFd> { in fcntl_dupfd_cloexec() function
284 pub(crate) fn fcntl_dupfd_cloexec(fd: BorrowedFd<'_>, min: RawFd) -> io::Result<OwnedFd> { in fcntl_dupfd_cloexec() function