Searched refs:PtyMaster (Results 1 – 3 of 3) sorted by relevance
50 pub struct PtyMaster(RawFd); struct52 impl AsRawFd for PtyMaster { implementation58 impl IntoRawFd for PtyMaster { implementation66 impl Drop for PtyMaster { implementation82 impl io::Read for PtyMaster { implementation88 impl io::Write for PtyMaster { implementation97 impl io::Read for &PtyMaster { implementation103 impl io::Write for &PtyMaster { implementation118 pub fn grantpt(fd: &PtyMaster) -> Result<()> { in grantpt()160 pub fn posix_openpt(flags: fcntl::OFlag) -> Result<PtyMaster> { in posix_openpt() argument[all …]
100 fn open_ptty_pair() -> (PtyMaster, File) { in open_ptty_pair()
219 - Implemented `Read` and `Write` for `&PtyMaster`560 - `Dir`, `SignalFd`, and `PtyMaster` are no longer `Clone`.