/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl02.c | 230 termio.c_cflag = B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL; in run_ptest() 303 if (termio.c_cflag != (B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL)) { in chk_tty_parms()
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 85 #define B50 0000001 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 82 #define B50 0000001 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 82 #define B50 0000001 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 82 #define B50 0000001 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 85 #define B50 0000001 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 81 #define B50 0000001 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 81 #define B50 0000001 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 81 #define B50 0000001 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 81 #define B50 0000001 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 81 #define B50 0000001 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 81 #define B50 0000001 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
D | types.rs | 263 pub const B50: Speed = linux_raw_sys::general::B50; constant
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 75 C(B50) in f()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/ |
D | mod.rs | 251 pub const B50: ::speed_t = 0o000001; constant
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
D | types.rs | 614 pub const B50: Speed = c::B50; constant
|
/third_party/rust/crates/rustix/src/termios/ |
D | constants.rs | 681 B50, B57600, B600, B75, B9600, ICANON, VEOF, VEOL, VEOL2, VERASE, VINTR, VKILL, VMIN, VQUIT, 696 backend::termios::types::B50 => Some(50), in speed_value()
|
D | mod.rs | 777 B38400, B4800, B50, B57600, B600, B75, B9600, ICANON, VEOF, VEOL, VEOL2, VERASE, VINTR, VKILL,
|
/third_party/toybox/toys/pending/ |
D | getty.c | 56 {50, B50}, {75, B75}, {110, B110}, {134, B134}, {150, B150}, {200, B200},
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | unix.txt | 19 B50
|
/third_party/python/Modules/ |
D | termios.c | 344 {"B50", B50},
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | more_messages.proto | 154 message B50 {} message
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
D | mod.rs | 709 pub const B50: ::speed_t = 0o000001; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/ |
D | mod.rs | 614 pub const B50: ::speed_t = 0o000001; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/ |
D | mod.rs | 414 pub const B50: ::speed_t = 1; constant
|