/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
H A D | syscalls.rs | 14 Action, OptionalActions, QueueSelector, Termios, Winsize, BRKINT, CBAUD, CS8, CSIZE, ECHO, 148 termios.c_cflag & CBAUD 155 termios.c_cflag & CBAUD 176 if (speed & !CBAUD) != 0 { 179 termios.c_cflag &= !CBAUD; 189 if (speed & !CBAUD) != 0 { 192 termios.c_cflag &= !CBAUD; 199 if (speed & !CBAUD) != 0 { 202 termios.c_cflag &= !CBAUD;
|
H A D | types.rs | 423 /// `CBAUD` 424 pub const CBAUD: c::c_uint = linux_raw_sys::general::CBAUD; consts
|
/third_party/musl/porting/liteos_a/user/src/termios/ |
H A D | cfsetospeed.c | 10 if (speed & ~CBAUD) { in cfsetospeed() 14 tio->c_cflag &= ~CBAUD; in cfsetospeed()
|
/third_party/musl/src/termios/ |
H A D | cfsetospeed.c | 10 if (speed & ~CBAUD) { in cfsetospeed() 14 tio->c_cflag &= ~CBAUD; in cfsetospeed()
|
H A D | cfgetospeed.c | 7 return tio->c_cflag & CBAUD; in cfgetospeed()
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | termios.h | 151 #define CBAUD 0010017 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | termios.h | 151 #define CBAUD 0010017 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | termios.h | 151 #define CBAUD 0010017 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | termios.h | 151 #define CBAUD 0010017 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | termios.h | 151 #define CBAUD 0010017 macro
|
/third_party/musl/arch/generic/bits/ |
H A D | termios.h | 151 #define CBAUD 0010017 macro
|
/third_party/ltp/testcases/kernel/pty/ |
H A D | ptem01.c | 408 termios.c_cflag &= ~CBAUD; in test6() 409 termios.c_cflag |= B0 & CBAUD; in test6()
|
/third_party/musl/arch/mips/bits/ |
H A D | termios.h | 153 #define CBAUD 0010017 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | termios.h | 155 #define CBAUD 00377 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | termios.h | 153 #define CBAUD 0010017 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | termios.h | 153 #define CBAUD 0010017 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | termios.h | 155 #define CBAUD 00377 macro
|
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/ |
H A D | minimal-raw-file.c | 110 CBAUD | in callback_raw_test()
|
/third_party/python/Modules/ |
H A D | termios.c | 880 #ifdef CBAUD 881 {"CBAUD", CBAUD},
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/ |
H A D | mod.rs | 209 pub const CBAUD: ::tcflag_t = 0o0010017; consts
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
H A D | types.rs | 931 /// `CBAUD` 942 pub const CBAUD: c::c_uint = c::CBAUD; consts
|
/third_party/toybox/toys/pending/ |
H A D | init.c | 84 terminal.c_cflag &= CRTSCTS|PARODD|PARENB|CSTOPB|CSIZE|CBAUDEX|CBAUD; in reset_term()
|
/third_party/rust/crates/rustix/examples/ |
H A D | stdio.rs | 301 if (term.c_cflag & CBAUD) != 0 { in show() 302 print!(" CBAUD"); in show()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
H A D | mod.rs | 570 pub const CBAUD: ::tcflag_t = 0o0010017; consts
|
/third_party/rust/crates/rustix/src/termios/ |
H A D | mod.rs | 218 pub use constants::CBAUD;
|