Home
last modified time | relevance | path

Searched defs:pty (Results 1 – 15 of 15) sorted by relevance

/external/rust/crates/nix/test/sys/
Dtest_termios.rs24 let pty = openpty(None, None).expect("openpty failed"); in test_tcgetattr_pty() localVariable
53 let pty = openpty(None, None).expect("openpty failed"); in test_output_flags() localVariable
70 let pty = openpty(None, &termios).unwrap(); in test_output_flags() localVariable
95 let pty = openpty(None, None).unwrap(); in test_local_flags() localVariable
111 let pty = openpty(None, &termios).unwrap(); in test_local_flags() localVariable
/external/rust/crates/nix/test/
Dtest_pty.rs168 let pty = openpty(None, None).unwrap(); in test_openpty() localVariable
205 let pty = openpty(None, None).unwrap(); in test_openpty_with_termios() localVariable
216 let pty = openpty(None, &termios).unwrap(); in test_openpty_with_termios() localVariable
258 let pty = forkpty(None, None).unwrap(); in test_forkpty() localVariable
/external/python/cpython3/Lib/test/
Dtest_ioctl.py26 pty = None variable
Dtest_builtin.py37 pty = signal = None variable
/external/python/cpython2/Lib/test/
Dtest_ioctl.py26 pty = None variable
/external/rust/crates/nix/src/
Dlib.rs61 pub mod pty; module
/external/libwebsockets/test-apps/
Dtest-sshd.c410 ssh_ops_pty_req(void *_priv, struct lws_ssh_pty *pty) in ssh_ops_pty_req()
/external/python/cpython3/Doc/whatsnew/
D3.4.rst1270 pty section in Improved Modules
/external/libwebsockets/plugins/ssh-base/include/
Dlws-ssh.h482 struct lws_ssh_pty pty; member
/external/clang/lib/Sema/
DSemaExpr.cpp11234 if (const BuiltinType *pty = LHSExpr->getType()->getAsPlaceholderType()) { in BuildBinOp() local
11262 if (const BuiltinType *pty = RHSExpr->getType()->getAsPlaceholderType()) { in BuildBinOp() local
11528 if (const BuiltinType *pty = Input->getType()->getAsPlaceholderType()) { in BuildUnaryOp() local
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp800 PseudoTerminal pty; in DoLaunch() local
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c85 #define DEFINE_ITERATORS(camlname, cname, pty, cty, pfun) \ argument
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c86 #define DEFINE_ITERATORS(camlname, cname, pty, cty, pfun) \ argument
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp14385 if (const BuiltinType *pty = LHSExpr->getType()->getAsPlaceholderType()) { in BuildBinOp() local
14435 if (const BuiltinType *pty = RHSExpr->getType()->getAsPlaceholderType()) { in BuildBinOp() local
14792 if (const BuiltinType *pty = Input->getType()->getAsPlaceholderType()) { in BuildUnaryOp() local
/external/libxml2/
Dxmlschemas.c20227 xmlSchemaTypePtr tx, ty, ptx, pty; in xmlSchemaAreValuesEqual() local