/external/llvm-project/lldb/tools/driver/ |
D | Platform.h | 50 struct termios { struct 51 tcflag_t c_iflag; // input mode flags 75 const struct termios *termios_p); argument
|
/external/rust/crates/nix/test/sys/ |
D | test_termios.rs | 52 let mut termios = { in test_output_flags() localVariable 56 let termios = tcgetattr(pty.slave).expect("tcgetattr failed"); in test_output_flags() localVariable 94 let mut termios = { in test_local_flags() localVariable 98 let termios = tcgetattr(pty.slave).unwrap(); in test_local_flags() localVariable
|
D | test_ioctl.rs | 185 let mut termios = unsafe { mem::zeroed() }; in test_ioctl_read_bad() localVariable 202 let termios: termios = unsafe { mem::zeroed() }; in test_ioctl_write_ptr_bad() localVariable 326 let mut termios = unsafe { mem::zeroed() }; in test_ioctl_read() localVariable 335 let termios: termios = unsafe { mem::zeroed() }; in test_ioctl_write_ptr() localVariable
|
/external/rust/crates/libc/src/unix/solarish/ |
D | compat.rs | 9 pub unsafe fn cfmakeraw(termios: *mut ::termios) { in cfmakeraw() argument 34 pub unsafe fn cfsetspeed(termios: *mut ::termios, speed: ::speed_t) -> ::c_int { in cfsetspeed() argument 58 termp: *const termios, in openpty() 125 termp: *const termios, in forkpty()
|
/external/rust/crates/nix/src/sys/ |
D | termios.rs | 190 pub(crate) fn get_libc_termios(&self) -> Ref<libc::termios> { in get_libc_termios() 192 let mut termios = self.inner.borrow_mut(); in get_libc_termios() localVariable 208 pub(crate) unsafe fn get_libc_termios_mut(&mut self) -> *mut libc::termios { in get_libc_termios_mut() 210 let mut termios = self.inner.borrow_mut(); in get_libc_termios_mut() localVariable 222 let termios = *self.inner.borrow_mut(); in update_wrapper() localVariable 244 impl From<Termios> for libc::termios { implementation 1020 let mut termios = mem::MaybeUninit::uninit(); in tcgetattr() localVariable
|
D | mod.rs | 96 pub mod termios; module
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 12 struct termios { struct 21 struct termios2 { argument
|
/external/rust/crates/nix/test/ |
D | test_pty.rs | 134 let mut termios = tcgetattr(fd).unwrap(); in make_raw() localVariable 204 let mut termios = { in test_openpty_with_termios() localVariable 208 let termios = tcgetattr(pty.slave).unwrap(); in test_openpty_with_termios() localVariable
|
/external/libxkbcommon/tools/ |
D | tools-common.c | 186 struct termios termios; in tools_disable_stdin_echo() local 197 struct termios termios; in tools_enable_stdin_echo() local
|
/external/ltp/testcases/kernel/pty/ |
D | ptem01.c | 60 struct termios termios; in test1() local 386 struct termios termios; in test6() local
|
/external/python/cpython3/Lib/test/ |
D | test_ioctl.py | 6 termios = import_module('termios') variable
|
D | test_getpass.py | 11 termios = None variable
|
/external/python/cpython2/Lib/test/ |
D | test_ioctl.py | 6 termios = import_module('termios') variable
|
/external/crosvm/sys_util/src/ |
D | terminal.rs | 24 let mut termios: termios = unsafe { zeroed() }; in modify_mode() localVariable
|
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
D | mod.rs | 256 termp: *mut termios, in openpty() 262 termp: *mut termios, in forkpty()
|
/external/e2fsprogs/e2fsck/ |
D | util.c | 207 struct termios termios, tmp; in ask_yn() local
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 678 termp: *mut termios, in openpty() 684 termp: *mut termios, in forkpty()
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 1331 pub fn cfsetispeed(termios: *mut ::termios, speed: ::speed_t) -> ::c_int; in cfsetispeed() argument 1332 pub fn cfsetospeed(termios: *mut ::termios, speed: ::speed_t) -> ::c_int; in cfsetospeed() argument
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1520 termp: *mut termios, in openpty() 1526 termp: *mut termios, in forkpty()
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3815 pub fn cfmakeraw(termios: *mut ::termios); in cfmakeraw() argument 3816 pub fn cfsetispeed(termios: *mut ::termios, speed: ::speed_t) -> ::c_int; in cfsetispeed() argument 3817 pub fn cfsetospeed(termios: *mut ::termios, speed: ::speed_t) -> ::c_int; in cfsetospeed() argument 3818 pub fn cfsetspeed(termios: *mut ::termios, speed: ::speed_t) -> ::c_int; in cfsetspeed() argument 3910 termp: *const termios, in openpty()
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 1638 termp: *mut termios, in openpty() 1644 termp: *mut termios, in forkpty()
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 1410 pub fn cfmakesane(termios: *mut ::termios); in cfmakesane() argument
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 3633 termp: *mut termios, in openpty() 3639 termp: *mut termios, in forkpty()
|
/external/toybox/android/linux/generated/ |
D | globals.h | 703 struct termios termios; member
|
/external/toybox/android/device/generated/ |
D | globals.h | 703 struct termios termios; member
|