/external/ltp/testcases/kernel/pty/ |
D | ptem01.c | 69 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()
|
D | pty01.c | 89 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()
|
D | hangup01.c | 223 if (grantpt(masterfd) != 0) in main()
|
/external/llvm-project/lldb/include/lldb/Host/windows/ |
D | PosixApi.h | 120 inline int grantpt(int fd) { LLVM_BUILTIN_UNREACHABLE; } in grantpt() function
|
/external/rust/crates/nix/src/ |
D | pty.rs | 100 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/ |
D | PseudoTerminal.cpp | 65 if (::grantpt(m_primary_fd) < 0) { in OpenFirstAvailablePrimary()
|
/external/openssh/openbsd-compat/ |
D | bsd-openpty.c | 109 if (grantpt(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 | 72 if (::grantpt(m_primary_fd) < 0) { in OpenFirstAvailablePrimary()
|
/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 | 107 grantpt(&master).expect("grantpt failed"); in open_ptty_pair()
|
D | test_unistd.rs | 11 use nix::pty::{posix_openpt, grantpt, unlockpt, ptsname}; 1045 grantpt(&fd).expect("grantpt failed"); in test_ttyname()
|
/external/autotest/client/deps/fakemodem/src/ |
D | fakemodem.c | 293 || grantpt (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/rust/crates/libc/src/unix/ |
D | mod.rs | 1355 pub fn grantpt(fd: ::c_int) -> ::c_int; in grantpt() 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 | 3835 pub fn grantpt(fd: ::c_int) -> ::c_int; in grantpt() function
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1995 fun:grantpt=uninstrumented
|
/external/llvm-project/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1995 fun:grantpt=uninstrumented
|
/external/python/cpython2/Modules/ |
D | posixmodule.c | 3978 if (grantpt(master_fd) < 0) { in posix_openpty()
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 7140 if (grantpt(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 | 1661 PUBLIC 10e6e0 0 grantpt
|