Home
last modified time | relevance | path

Searched defs:termios (Results 1 - 25 of 61) sorted by relevance

123

/third_party/rust/crates/nix/test/sys/
H A Dtest_termios.rs53 let mut termios = { in test_output_flags() variables
99 let mut termios = { test_local_flags() variables
[all...]
H A Dtest_ioctl.rs218 let mut termios = unsafe { mem::zeroed() }; in test_ioctl_read_bad() variables
363 let mut termios = unsafe { mem::zeroed() }; test_ioctl_read() variables
[all...]
/third_party/python/Lib/
H A Dgetpass.py173 import termios namespace
[all...]
/third_party/rust/crates/rustix/src/
H A Dlib.rs194 pub mod termios; modules
/third_party/rust/crates/nix/test/
H A Dtest_pty.rs160 let mut termios = tcgetattr(fd).unwrap(); in make_raw() variables
240 let mut termios = { in test_openpty_with_termios() variables
/third_party/node/tools/
H A Dpseudo-tty.py9 import termios namespace
/third_party/ltp/testcases/kernel/syscalls/ioctl/
H A Dioctl01.c37 static struct termios termios; variable
/third_party/python/Lib/test/
H A Dtest_ioctl.py7 termios = import_module('termios') variable
[all...]
H A Dtest_getpass.py9 import termios namespace
11 termios = None variable
[all...]
/third_party/ltp/testcases/kernel/pty/
H A Dptem01.c57 struct termios termios; in test1() local
383 struct termios termio in test6() local
[all...]
/third_party/littlefs/scripts/
H A Dwatch.py24 import termios namespace
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/
H A Dmod.rs163 pub struct termios { structure names
/third_party/rust/crates/nix/src/sys/
H A Dmod.rs182 pub mod termios; modules
H A Dtermios.rs263 let mut termios = self.inner.borrow_mut(); global() variables
289 let mut termios = self.inner.borrow_mut(); global() variables
1147 let mut termios = mem::MaybeUninit::uninit(); tcgetattr() variables
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
H A Dp2p-nfc.py368 import sys, tty, termios namespace
378 import sys, tty, termios, select namespace
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Dp2p-nfc.py368 import sys, tty, termios namespace
378 import sys, tty, termios, select namespace
H A Ddpp-nfc.py730 import sys, tty, termios namespace
739 import sys, tty, termios, select namespace
/third_party/node/src/
H A Dnode.cc452 struct termios termios; member
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
H A Dmod.rs214 pub struct termios { // FIXME structure names
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h1 struct termios { struct
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h1 struct termios { struct
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h1 struct termios { struct
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h1 struct termios { struct
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h1 struct termios { struct
/third_party/musl/arch/mips/bits/
H A Dtermios.h1 struct termios { struct

Completed in 14 milliseconds

123