Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/windows/
DPosixApi.h119 inline int unlockpt(int fd) { LLVM_BUILTIN_UNREACHABLE; } in unlockpt() function
/external/rust/crates/nix/src/
Dpty.rs215 pub fn unlockpt(fd: &PtyMaster) -> Result<()> { in unlockpt() function
/external/rust/crates/libc/src/unix/
Dmod.rs1358 pub fn unlockpt(fd: ::c_int) -> ::c_int; in unlockpt() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3838 pub fn unlockpt(fd: ::c_int) -> ::c_int; in unlockpt() function