Home
last modified time | relevance | path

Searched defs:pty (Results 1 – 13 of 13) 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
54 let pty = openpty(None, None).expect("openpty failed"); in test_output_flags() localVariable
75 let pty = openpty(None, &termios).unwrap(); in test_output_flags() localVariable
100 let pty = openpty(None, None).unwrap(); in test_local_flags() localVariable
116 let pty = openpty(None, &termios).unwrap(); in test_local_flags() localVariable
/external/rust/crates/nix/test/
Dtest_pty.rs204 let pty = openpty(None, None).unwrap(); in test_openpty() localVariable
241 let pty = openpty(None, None).unwrap(); in test_openpty_with_termios() localVariable
252 let pty = openpty(None, &termios).unwrap(); in test_openpty_with_termios() localVariable
294 let pty = unsafe { forkpty(None, None).unwrap() }; in test_forkpty() localVariable
/external/python/pyserial/test/
Dtest_pty.py17 pty = None variable
/external/musl/src/misc/
Dpty.c28 int pty, err; in __ptsname_r() local
/external/python/cpython3/Lib/test/
Dtest_ioctl.py27 pty = None variable
Dtest_builtin.py38 pty = signal = None variable
/external/python/cpython2/Lib/test/
Dtest_ioctl.py26 pty = None variable
/external/libwebsockets/test-apps/
Dtest-sshd.c415 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.h491 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/bindings/ocaml/llvm/
Dllvm_ocaml.c85 #define DEFINE_ITERATORS(camlname, cname, pty, cty, pfun) \ argument
/external/libxml2/
Dxmlschemas.c20258 xmlSchemaTypePtr tx, ty, ptx, pty; in xmlSchemaAreValuesEqual() local