/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
H A D | mod.rs | 99 pub const TCSETSW: ::Ioctl = 0x803c7415; consts 104 pub const TCSETSW: ::Ioctl = 0x802c7415; consts
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | ioctl.h | 13 #define TCSETSW 0x5403 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | ioctl.h | 13 #define TCSETSW 0x5403 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | ioctl.h | 13 #define TCSETSW 0x5403 macro
|
/third_party/musl/arch/generic/bits/ |
H A D | ioctl.h | 13 #define TCSETSW 0x5403 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | ioctl.h | 20 #define TCSETSW 0x540F macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | ioctl.h | 20 #define TCSETSW 0x540F macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | ioctl.h | 26 #define TCSETSW _IOW('t', 21, char[44]) macro
|
/third_party/musl/arch/mips/bits/ |
H A D | ioctl.h | 20 #define TCSETSW 0x540F macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | ioctl.h | 26 #define TCSETSW _IOW('t', 21, char[44]) macro
|
/third_party/musl/arch/sh/bits/ |
H A D | ioctl.h | 78 #define TCSETSW _IO('T', 3) macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | ioctl.h | 30 #define TCSETSW 0x5403 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | ioctl.h | 30 #define TCSETSW 0x5403 macro
|
/third_party/python/Modules/ |
H A D | termios.c | 1033 #ifdef TCSETSW 1034 {"TCSETSW", TCSETSW},
|
/third_party/ltp/testcases/kernel/pty/ |
H A D | ptem01.c | 86 if (ioctl(slavefd, TCSETSW, &termios) != 0) { in test1() 87 tst_brkm(TFAIL, NULL, "TCSETSW"); in test1()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
H A D | mod.rs | 128 pub const TCSETSW: ::Ioctl = 0x5403; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
H A D | mod.rs | 115 pub const TCSETSW: ::Ioctl = 0x540f; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
H A D | mod.rs | 107 pub const TCSETSW: ::Ioctl = 0x8024540a; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/riscv32/ |
H A D | mod.rs | 489 pub const TCSETSW: ::c_int = 21507; consts
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | ioctl.h | 71 #define TCSETSW 0x5403ul macro 1627 #define TCSETSW 0x5403ul macro 3187 #define TCSETSW 0x5403ul macro 4743 #define TCSETSW 0x5403ul macro 6191 #define TCSETSW 0x802c7415ul macro 7639 #define TCSETSW 0x540ful macro 9189 #define TCSETSW 0x540ful macro 10742 #define TCSETSW 0x5403ul macro
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1615 pub const TCSETSW: ::c_int = 0x5403; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | ioctl.rs | 71 pub const TCSETSW: u32 = 21507; consts
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
H A D | list.c | 276 IOCTL_REQUEST(TCSETSW); in list()
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | ioctl.rs | 67 pub const TCSETSW: u32 = 2150396949; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | ioctl.rs | 68 pub const TCSETSW: u32 = 21519; consts
|