/external/ltp/testcases/kernel/pty/ |
D | ptem01.c | 73 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()
|
D | pty01.c | 112 if (unlockpt(masterfd) != 0) { in test1() 211 if (unlockpt(masterfd) != 0) { in test2() 288 if (unlockpt(masterfd) != 0) { in test4()
|
D | pty02.c | 43 if (unlockpt(ptmx) != 0) in do_test()
|
D | hangup01.c | 226 if (unlockpt(masterfd) != 0) in main()
|
/external/llvm-project/lldb/include/lldb/Host/windows/ |
D | PosixApi.h | 119 inline int unlockpt(int fd) { LLVM_BUILTIN_UNREACHABLE; } in unlockpt() function
|
/external/rust/crates/nix/src/ |
D | pty.rs | 215 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/ |
D | PseudoTerminal.cpp | 71 if (::unlockpt(m_primary_fd) < 0) { in OpenFirstAvailablePrimary()
|
/external/openssh/openbsd-compat/ |
D | bsd-openpty.c | 113 if (unlockpt(ptm) < 0) in openpty()
|
/external/rust/crates/libc/src/unix/solarish/ |
D | compat.rs | 69 if ::grantpt(fdm) < 0 || ::unlockpt(fdm) < 0 { in openpty()
|
/external/llvm-project/lldb/source/Host/common/ |
D | PseudoTerminal.cpp | 79 if (::unlockpt(m_primary_fd) < 0) { in OpenFirstAvailablePrimary()
|
/external/linux-kselftest/tools/testing/selftests/filesystems/ |
D | devpts_pts.c | 116 ret = unlockpt(master); in do_tiocgptpeer()
|
/external/sl4a/ScriptingLayerForAndroid/jni/ |
D | com_googlecode_android_scripting_Exec.cpp | 44 if (grantpt(ptm) || unlockpt(ptm) || in CreateSubprocess()
|
/external/rust/crates/nix/test/ |
D | test_pty.rs | 108 unlockpt(&master).expect("unlockpt failed"); in open_ptty_pair()
|
D | test_unistd.rs | 11 use nix::pty::{posix_openpt, grantpt, unlockpt, ptsname}; 1046 unlockpt(&fd).expect("unlockpt failed"); in test_ttyname()
|
/external/autotest/client/deps/fakemodem/src/ |
D | fakemodem.c | 294 || unlockpt (masterfd) == -1 in main()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_mac.cpp | 269 int res = grantpt(master_fd) || unlockpt(master_fd); in internal_spawn_impl()
|
/external/ppp/pppd/ |
D | sys-solaris.c | 2767 if (unlockpt(mfd) < 0)
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 1358 pub fn unlockpt(fd: ::c_int) -> ::c_int; in unlockpt() function
|
/external/rust/crates/nix/ |
D | CHANGELOG.md | 712 - Added `nix::pty::{grantpt, posix_openpt, ptsname/ptsname_r, unlockpt}`
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3838 pub fn unlockpt(fd: ::c_int) -> ::c_int; in unlockpt() function
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3184 fun:unlockpt=uninstrumented
|
/external/llvm-project/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3184 fun:unlockpt=uninstrumented
|
/external/python/cpython2/Modules/ |
D | posixmodule.c | 3983 if (unlockpt(master_fd) < 0) { in posix_openpty()
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 7146 if (unlockpt(master_fd) < 0) { in os_openpty_impl()
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 1662 PUBLIC 10ebb0 0 unlockpt
|