Function rustix::pty::ptsname

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

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

§References