Home
last modified time | relevance | path

Searched refs:grantpt (Results 1 – 22 of 22) sorted by relevance

/external/ltp/testcases/kernel/pty/
Dptem01.c69 if (grantpt(masterfd) != 0) { in test1()
148 if (grantpt(masterfd) != 0) { in test2()
226 if (grantpt(masterfd) != 0) { in test3()
274 if (grantpt(masterfd) != 0) { in test4()
347 if (grantpt(masterfd[i]) != 0) { in test5()
395 if (grantpt(masterfd) != 0) { in test6()
Dpty01.c89 if (grantpt(masterfd) != 0) { in test1()
207 if (grantpt(masterfd) != 0) { in test2()
284 if (grantpt(masterfd) != 0) { in test4()
351 if (grantpt(masterfd) != 0) { in test5()
Dhangup01.c223 if (grantpt(masterfd) != 0) in main()
/external/llvm-project/lldb/include/lldb/Host/windows/
DPosixApi.h120 inline int grantpt(int fd) { LLVM_BUILTIN_UNREACHABLE; } in grantpt() function
/external/rust/crates/nix/src/
Dpty.rs100 pub fn grantpt(fd: &PtyMaster) -> Result<()> { in grantpt() function
101 if unsafe { libc::grantpt(fd.as_raw_fd()) } < 0 { in grantpt()
/external/llvm-project/lldb/tools/debugserver/source/
DPseudoTerminal.cpp65 if (::grantpt(m_primary_fd) < 0) { in OpenFirstAvailablePrimary()
/external/openssh/openbsd-compat/
Dbsd-openpty.c109 if (grantpt(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.cpp72 if (::grantpt(m_primary_fd) < 0) { in OpenFirstAvailablePrimary()
/external/sl4a/ScriptingLayerForAndroid/jni/
Dcom_googlecode_android_scripting_Exec.cpp44 if (grantpt(ptm) || unlockpt(ptm) || in CreateSubprocess()
/external/rust/crates/nix/test/
Dtest_pty.rs107 grantpt(&master).expect("grantpt failed"); in open_ptty_pair()
Dtest_unistd.rs11 use nix::pty::{posix_openpt, grantpt, unlockpt, ptsname};
1045 grantpt(&fd).expect("grantpt failed"); in test_ttyname()
/external/autotest/client/deps/fakemodem/src/
Dfakemodem.c293 || grantpt (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/rust/crates/libc/src/unix/
Dmod.rs1355 pub fn grantpt(fd: ::c_int) -> ::c_int; in grantpt() function
/external/rust/crates/nix/
DCHANGELOG.md712 - Added `nix::pty::{grantpt, posix_openpt, ptsname/ptsname_r, unlockpt}`
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3835 pub fn grantpt(fd: ::c_int) -> ::c_int; in grantpt() function
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1995 fun:grantpt=uninstrumented
/external/llvm-project/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1995 fun:grantpt=uninstrumented
/external/python/cpython2/Modules/
Dposixmodule.c3978 if (grantpt(master_fd) < 0) { in posix_openpty()
/external/python/cpython3/Modules/
Dposixmodule.c7140 if (grantpt(master_fd) < 0) { in os_openpty_impl()
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
Dlibc-2.13.so.sym1661 PUBLIC 10e6e0 0 grantpt