Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/pty/
Dptem01.c73 if (unlockpt(masterfd) != 0) { in test1()
152 if (unlockpt(masterfd) != 0) { in test2()
230 if (unlockpt(masterfd) != 0) { in test3()
278 if (unlockpt(masterfd) != 0) { in test4()
352 if (unlockpt(masterfd[i]) != 0) { in test5()
399 if (unlockpt(masterfd) != 0) { in test6()
Dpty01.c112 if (unlockpt(masterfd) != 0) { in test1()
211 if (unlockpt(masterfd) != 0) { in test2()
288 if (unlockpt(masterfd) != 0) { in test4()
Dpty02.c43 if (unlockpt(ptmx) != 0) in do_test()
Dhangup01.c226 if (unlockpt(masterfd) != 0) in main()
/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
216 if unsafe { libc::unlockpt(fd.as_raw_fd()) } < 0 { in unlockpt()
/external/llvm-project/lldb/tools/debugserver/source/
DPseudoTerminal.cpp71 if (::unlockpt(m_primary_fd) < 0) { in OpenFirstAvailablePrimary()
/external/openssh/openbsd-compat/
Dbsd-openpty.c113 if (unlockpt(ptm) < 0) in openpty()
/external/rust/crates/libc/src/unix/solarish/
Dcompat.rs69 if ::grantpt(fdm) < 0 || ::unlockpt(fdm) < 0 { in openpty()
/external/llvm-project/lldb/source/Host/common/
DPseudoTerminal.cpp79 if (::unlockpt(m_primary_fd) < 0) { in OpenFirstAvailablePrimary()
/external/linux-kselftest/tools/testing/selftests/filesystems/
Ddevpts_pts.c116 ret = unlockpt(master); in do_tiocgptpeer()
/external/sl4a/ScriptingLayerForAndroid/jni/
Dcom_googlecode_android_scripting_Exec.cpp44 if (grantpt(ptm) || unlockpt(ptm) || in CreateSubprocess()
/external/rust/crates/nix/test/
Dtest_pty.rs108 unlockpt(&master).expect("unlockpt failed"); in open_ptty_pair()
Dtest_unistd.rs11 use nix::pty::{posix_openpt, grantpt, unlockpt, ptsname};
1046 unlockpt(&fd).expect("unlockpt failed"); in test_ttyname()
/external/autotest/client/deps/fakemodem/src/
Dfakemodem.c294 || unlockpt (masterfd) == -1 in main()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_mac.cpp269 int res = grantpt(master_fd) || unlockpt(master_fd); in internal_spawn_impl()
/external/ppp/pppd/
Dsys-solaris.c2767 if (unlockpt(mfd) < 0)
/external/rust/crates/libc/src/unix/
Dmod.rs1358 pub fn unlockpt(fd: ::c_int) -> ::c_int; in unlockpt() function
/external/rust/crates/nix/
DCHANGELOG.md712 - Added `nix::pty::{grantpt, posix_openpt, ptsname/ptsname_r, unlockpt}`
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3838 pub fn unlockpt(fd: ::c_int) -> ::c_int; in unlockpt() function
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3184 fun:unlockpt=uninstrumented
/external/llvm-project/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3184 fun:unlockpt=uninstrumented
/external/python/cpython2/Modules/
Dposixmodule.c3983 if (unlockpt(master_fd) < 0) { in posix_openpty()
/external/python/cpython3/Modules/
Dposixmodule.c7146 if (unlockpt(master_fd) < 0) { in os_openpty_impl()
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
Dlibc-2.13.so.sym1662 PUBLIC 10ebb0 0 unlockpt