Home
last modified time | relevance | path

Searched defs:unlockpt (Results 1 – 4 of 4) sorted by relevance

/external/musl/src/misc/
Dpty.c20 int unlockpt(int fd) in unlockpt() function
/external/rust/crates/nix/src/
Dpty.rs231 pub fn unlockpt(fd: &PtyMaster) -> Result<()> { in unlockpt() function
/external/rust/crates/libc/src/unix/
Dmod.rs1399 pub fn unlockpt(fd: ::c_int) -> ::c_int; in unlockpt() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3858 pub fn unlockpt(fd: ::c_int) -> ::c_int; in unlockpt() function