Home
last modified time | relevance | path

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

/third_party/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
/third_party/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
/third_party/musl/src/misc/
Dpty.c28 int pty, err; in __ptsname_r() local
/third_party/musl/porting/liteos_a/user/src/misc/
Dpty.c31 int pty, err; in __ptsname_r() local
/third_party/python/Lib/test/
Dtest_ioctl.py27 pty = None variable
Dtest_builtin.py38 pty = signal = None variable
/third_party/python/Doc/whatsnew/
D3.4.rst1270 pty section in Improved Modules
/third_party/libwebsockets/test-apps/
Dtest-sshd.c415 ssh_ops_pty_req(void *_priv, struct lws_ssh_pty *pty) in ssh_ops_pty_req()
/third_party/libwebsockets/plugins/ssh-base/include/
Dlws-ssh.h491 struct lws_ssh_pty pty; member