Searched defs:pty (Results  1 – 13 of 13) sorted by relevance
| /external/rust/crates/nix/test/sys/ | 
| D | test_termios.rs | 24     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/ | 
| D | test_pty.rs | 204     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/ | 
| D | test_pty.py | 17     pty = None  variable
  | 
| /external/musl/src/misc/ | 
| D | pty.c | 28 	int pty, err;  in __ptsname_r()  local
  | 
| /external/python/cpython3/Lib/test/ | 
| D | test_ioctl.py | 27     pty = None  variable
  | 
| D | test_builtin.py | 38     pty = signal = None  variable
  | 
| /external/python/cpython2/Lib/test/ | 
| D | test_ioctl.py | 26     pty = None  variable
  | 
| /external/libwebsockets/test-apps/ | 
| D | test-sshd.c | 415 ssh_ops_pty_req(void *_priv, struct lws_ssh_pty *pty)  in ssh_ops_pty_req()
  | 
| /external/python/cpython3/Doc/whatsnew/ | 
| D | 3.4.rst | 1270 pty  section in Improved Modules
  | 
| /external/libwebsockets/plugins/ssh-base/include/ | 
| D | lws-ssh.h | 491 		struct lws_ssh_pty pty;  member
  | 
| /external/clang/lib/Sema/ | 
| D | SemaExpr.cpp | 11234   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/ | 
| D | llvm_ocaml.c | 85 #define DEFINE_ITERATORS(camlname, cname, pty, cty, pfun) \  argument
  | 
| /external/libxml2/ | 
| D | xmlschemas.c | 20258     xmlSchemaTypePtr tx, ty, ptx, pty;  in xmlSchemaAreValuesEqual()  local
  |