/third_party/musl/src/termios/ |
D | tcgetattr.c | 6 if (ioctl(fd, TCGETS, tio)) in tcgetattr()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
D | mod.rs | 97 pub const TCGETS: ::Ioctl = 0x403c7413; constant 102 pub const TCGETS: ::Ioctl = 0x402c7413; constant
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
D | syscalls.rs | 23 TCFLSH, TCGETS, TCSBRK, TCSETS, TCXONC, TIOCGPGRP, TIOCGSID, TIOCGWINSZ, TIOCSPGRP, TIOCSWINSZ, 39 ret(syscall!(__NR_ioctl, fd, c_uint(TCGETS), &mut result))?; in tcgetattr()
|
/third_party/ltp/testcases/kernel/pty/ |
D | ptem01.c | 78 if (ioctl(slavefd, TCGETS, &termios) != 0) { in test1() 404 if (ioctl(slavefd, TCGETS, &termios) != 0) { in test6()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | ioctl.h | 11 #define TCGETS 0x5401 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | ioctl.h | 11 #define TCGETS 0x5401 macro
|
/third_party/musl/arch/generic/bits/ |
D | ioctl.h | 11 #define TCGETS 0x5401 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | ioctl.h | 11 #define TCGETS 0x5401 macro
|
/third_party/musl/arch/mips64/bits/ |
D | ioctl.h | 18 #define TCGETS 0x540D macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/ |
D | wasm-runtime.cpp | 371 case TCGETS: { in env$$__syscall54() 374 return trace(ioctl(Fd, TCGETS, TermIOS)); in env$$__syscall54()
|
/third_party/rust/crates/nix/test/sys/ |
D | test_ioctl.rs | 201 use libc::{termios, TCGETS, TCSBRK, TCSETS, TIOCNXCL}; 214 ioctl_read_bad!(tcgets, TCGETS, termios);
|
/third_party/musl/arch/mips/bits/ |
D | ioctl.h | 18 #define TCGETS 0x540D macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | ioctl.h | 18 #define TCGETS 0x540D macro
|
/third_party/musl/arch/powerpc/bits/ |
D | ioctl.h | 24 #define TCGETS _IOR('t', 19, char[44]) macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | ioctl.h | 28 #define TCGETS 0x5401 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | ioctl.h | 24 #define TCGETS _IOR('t', 19, char[44]) macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | ioctl.h | 28 #define TCGETS 0x5401 macro
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | redox.txt | 144 TCGETS
|
/third_party/musl/arch/sh/bits/ |
D | ioctl.h | 76 #define TCGETS _IO('T', 1) macro
|
/third_party/python/Modules/ |
D | termios.c | 793 #ifdef TCGETS 794 {"TCGETS", TCGETS},
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
D | mod.rs | 105 pub const TCGETS: ::Ioctl = 0x40245408; constant
|
/third_party/toybox/toys/pending/ |
D | strace.c | 102 C(TCGETS); 463 case TCGETS: TT.fmt = "fi/{termios}"; break;
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
D | mod.rs | 113 pub const TCGETS: ::Ioctl = 0x540d; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
D | mod.rs | 126 pub const TCGETS: ::Ioctl = 0x5401; constant
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
D | ioctl.h | 42 #define TCGETS 0x5401ul macro 1598 #define TCGETS 0x5401ul macro 3158 #define TCGETS 0x5401ul macro 4714 #define TCGETS 0x5401ul macro 6166 #define TCGETS 0x402c7413ul macro 7612 #define TCGETS 0x540dul macro 9162 #define TCGETS 0x540dul macro 10713 #define TCGETS 0x5401ul macro
|