/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | ioctl.h | 97 #define TIOCM_RI TIOCM_RNG macro
|
/third_party/musl/arch/generic/bits/ |
D | ioctl.h | 97 #define TIOCM_RI TIOCM_RNG macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | ioctl.h | 97 #define TIOCM_RI TIOCM_RNG macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | ioctl.h | 97 #define TIOCM_RI TIOCM_RNG macro
|
/third_party/musl/arch/mips64/bits/ |
D | ioctl.h | 102 #define TIOCM_RI TIOCM_RNG macro
|
/third_party/musl/arch/mips/bits/ |
D | ioctl.h | 102 #define TIOCM_RI TIOCM_RNG macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | ioctl.h | 102 #define TIOCM_RI TIOCM_RNG macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | ioctl.h | 69 #define TIOCM_RI TIOCM_RNG macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | ioctl.h | 114 #define TIOCM_RI TIOCM_RNG macro
|
/third_party/musl/arch/powerpc/bits/ |
D | ioctl.h | 69 #define TIOCM_RI TIOCM_RNG macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | ioctl.h | 114 #define TIOCM_RI TIOCM_RNG macro
|
/third_party/musl/arch/sh/bits/ |
D | ioctl.h | 56 #define TIOCM_RI TIOCM_RNG macro
|
/third_party/python/Modules/ |
D | termios.c | 889 #ifdef TIOCM_RI 890 {"TIOCM_RI", TIOCM_RI},
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
D | mod.rs | 195 pub const TIOCM_RI: ::c_int = TIOCM_RNG; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
D | mod.rs | 188 pub const TIOCM_RI: ::c_int = TIOCM_RNG; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
D | mod.rs | 209 pub const TIOCM_RI: ::c_int = TIOCM_RNG; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
D | mod.rs | 225 pub const TIOCM_RI: ::c_int = TIOCM_RNG; constant
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 802 TIOCM_RI
|
D | fuchsia.txt | 974 TIOCM_RI
|
D | dragonfly.txt | 980 TIOCM_RI
|
D | netbsd.txt | 1004 TIOCM_RI
|
D | freebsd.txt | 1230 TIOCM_RI
|
D | apple.txt | 1424 TIOCM_RI
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 645 pub const TIOCM_RI: ::c_int = TIOCM_RNG; constant
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 1348 pub const TIOCM_RNG: ::c_int = TIOCM_RI; 1349 pub const TIOCM_RI: ::c_int = 0x4000; constant
|