Home
last modified time | relevance | path

Searched refs:unlockpt (Results 1 – 6 of 6) sorted by relevance

/rust-libc-0.2.174/src/unix/solarish/
H A Dcompat.rs73 if crate::grantpt(fdm) < 0 || crate::unlockpt(fdm) < 0 { in openpty()
/rust-libc-0.2.174/libc-test/semver/
H A Dunix.txt886 unlockpt
H A Daix.txt2585 unlockpt
H A Dandroid.txt3960 unlockpt
/rust-libc-0.2.174/src/unix/
H A Dmod.rs1604 pub fn unlockpt(fd: c_int) -> c_int; in unlockpt() function
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs3929 pub fn unlockpt(fd: c_int) -> c_int; in unlockpt() function