devela::_dep::rustix::pty

Function ptsname

pub fn ptsname<Fd, B>(fd: Fd, reuse: B) -> Result<CString, Errno> 
where Fd: AsFd, B: Into<Vec<u8>>,
Available on crate feature dep_rustix only.
Expand description

ptsname(fd)—Return the name of a pseudoterminal.

§References