/third_party/musl/libc-test/src/functionalext/supplement/termios/ |
H A D | cfgetispeed.c | 27 int result = cfsetispeed(&t, B1200); in cfgetispeed_0100() 33 if (ret != (speed_t)(B1200)) { in cfgetispeed_0100()
|
H A D | cfgetospeed.c | 27 int result = cfsetospeed(&t, B1200); in cfgetospeed_0100() 33 if (ret != (speed_t)(B1200)) { in cfgetospeed_0100()
|
H A D | cfsetispeed.c | 28 int result = cfsetispeed(&t, B1200); in cfsetispeed_0100() 32 if (cfgetispeed(&t) != (speed_t)(B1200)) { in cfsetispeed_0100()
|
H A D | cfsetospeed.c | 28 int result = cfsetospeed(&t, B1200); in cfsetospeed_0100() 34 if (ret != (speed_t)(B1200)) { in cfsetospeed_0100()
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | termios.h | 89 #define B1200 0000011 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | termios.h | 89 #define B1200 0000011 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | termios.h | 89 #define B1200 0000011 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | termios.h | 89 #define B1200 0000011 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | termios.h | 89 #define B1200 0000011 macro
|
/third_party/musl/arch/generic/bits/ |
H A D | termios.h | 89 #define B1200 0000011 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | termios.h | 90 #define B1200 0000011 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | termios.h | 93 #define B1200 0000011 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | termios.h | 90 #define B1200 0000011 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | termios.h | 90 #define B1200 0000011 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | termios.h | 93 #define B1200 0000011 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | termios.c | 83 C(B1200) in f()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
H A D | types.rs | 286 /// `B1200` 287 pub const B1200: Speed = linux_raw_sys::general::B1200; consts
|
/third_party/cups-filters/backend/ |
H A D | serial.c | 307 cfsetispeed(&opts, B1200); in main() 308 cfsetospeed(&opts, B1200); in main()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/ |
H A D | mod.rs | 259 pub const B1200: ::speed_t = 0o000011; consts
|
/third_party/toybox/toys/pending/ |
H A D | getty.c | 57 {300, B300}, {600, B600}, {1200, B1200}, {1800, B1800}, {2400, B2400},
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
H A D | types.rs | 637 /// `B1200` 638 pub const B1200: Speed = c::B1200; consts
|
/third_party/rust/crates/rustix/src/termios/ |
H A D | constants.rs | 680 B0, B110, B115200, B1200, B134, B150, B1800, B19200, B200, B230400, B2400, B300, B38400, B4800, 704 backend::termios::types::B1200 => Some(1200), in speed_value()
|
H A D | mod.rs | 776 speed_value, B0, B110, B115200, B1200, B134, B150, B1800, B19200, B200, B230400, B2400, B300,
|
/third_party/python/Modules/ |
H A D | termios.c | 568 {"B1200", B1200},
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
H A D | mod.rs | 593 pub const B1200: speed_t = 1200; consts
|