Searched defs:pty (Results 1 – 9 of 9) sorted by relevance
/third_party/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
|
/third_party/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
|
/third_party/musl/src/misc/ |
D | pty.c | 28 int pty, err; in __ptsname_r() local
|
/third_party/musl/porting/liteos_a/user/src/misc/ |
D | pty.c | 31 int pty, err; in __ptsname_r() local
|
/third_party/python/Lib/test/ |
D | test_ioctl.py | 27 pty = None variable
|
D | test_builtin.py | 38 pty = signal = None variable
|
/third_party/python/Doc/whatsnew/ |
D | 3.4.rst | 1270 pty section in Improved Modules
|
/third_party/libwebsockets/test-apps/ |
D | test-sshd.c | 415 ssh_ops_pty_req(void *_priv, struct lws_ssh_pty *pty) in ssh_ops_pty_req()
|
/third_party/libwebsockets/plugins/ssh-base/include/ |
D | lws-ssh.h | 491 struct lws_ssh_pty pty; member
|