/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | termios.h | 82 #define B75 0000002 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | termios.h | 82 #define B75 0000002 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | termios.h | 82 #define B75 0000002 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | termios.h | 82 #define B75 0000002 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | termios.h | 82 #define B75 0000002 macro
|
/third_party/musl/arch/generic/bits/ |
H A D | termios.h | 82 #define B75 0000002 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | termios.h | 83 #define B75 0000002 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | termios.h | 86 #define B75 0000002 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | termios.h | 83 #define B75 0000002 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | termios.h | 83 #define B75 0000002 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | termios.h | 86 #define B75 0000002 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | termios.c | 76 C(B75) in f()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
H A D | types.rs | 265 /// `B75` 266 pub const B75: Speed = linux_raw_sys::general::B75; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/ |
H A D | mod.rs | 252 pub const B75: ::speed_t = 0o000002; consts
|
/third_party/toybox/toys/pending/ |
H A D | getty.c | 56 {50, B50}, {75, B75}, {110, B110}, {134, B134}, {150, B150}, {200, B200},
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
H A D | types.rs | 616 /// `B75` 617 pub const B75: Speed = c::B75; consts
|
/third_party/rust/crates/rustix/src/termios/ |
H A D | constants.rs | 681 B50, B57600, B600, B75, B9600, ICANON, VEOF, VEOL, VEOL2, VERASE, VINTR, VKILL, VMIN, VQUIT, 697 backend::termios::types::B75 => Some(75), in speed_value()
|
H A D | mod.rs | 777 B38400, B4800, B50, B57600, B600, B75, B9600, ICANON, VEOF, VEOL, VEOL2, VERASE, VINTR, VKILL,
|
/third_party/python/Modules/ |
H A D | termios.c | 561 {"B75", B75},
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
H A D | mod.rs | 586 pub const B75: speed_t = 75; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
H A D | powerpc.rs | 386 pub const B75: ::speed_t = 0o000002; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/ |
H A D | mod.rs | 779 pub const B75: ::speed_t = 0o000002; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/ |
H A D | mod.rs | 423 pub const B75: ::speed_t = 0o000002; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/ |
H A D | mod.rs | 415 pub const B75: ::speed_t = 2; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/m68k/ |
H A D | mod.rs | 384 pub const B75: ::speed_t = 0o000002; consts
|