/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | termios.h | 114 #define CS5 0000000 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | termios.h | 114 #define CS5 0000000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | termios.h | 114 #define CS5 0000000 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | termios.h | 114 #define CS5 0000000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | termios.h | 114 #define CS5 0000000 macro
|
/third_party/musl/arch/generic/bits/ |
H A D | termios.h | 114 #define CS5 0000000 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | termios.h | 115 #define CS5 0000000 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | termios.h | 118 #define CS5 00000000 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | termios.h | 115 #define CS5 0000000 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | termios.h | 115 #define CS5 0000000 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | termios.h | 118 #define CS5 00000000 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | termios.c | 91 C(CS5) in f()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
H A D | types.rs | 359 /// `CS5` 360 pub const CS5: c::c_uint = linux_raw_sys::general::CS5; consts
|
/third_party/jerryscript/jerry-ext/debugger/ |
H A D | debugger-serial.c | 130 options.c_cflag |= CS5; // set character size mask to 5-bit chars in jerryx_debugger_serial_configure_attributes()
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
H A D | types.rs | 831 /// `CS5` 833 pub const CS5: c::c_uint = c::CS5; consts
|
/third_party/toybox/toys/pending/ |
H A D | stty.c | 87 { "cs5", CS5, CSIZE }, { "cs6", CS6, CSIZE }, { "cs7", CS7, CSIZE },
|
/third_party/python/Modules/ |
H A D | termios.c | 775 {"CS5", CS5},
|
/third_party/rust/crates/rustix/src/termios/ |
H A D | mod.rs | 348 pub use constants::CS5;
|
H A D | constants.rs | 307 pub use backend::termios::types::CS5;
|
/third_party/rust/crates/libc/src/unix/bsd/ |
H A D | mod.rs | 412 pub const CS5: ::tcflag_t = 0x00000000; consts
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 798 pub const CS5: ::tcflag_t = 0o000_000; consts
|
/third_party/rust/crates/nix/src/sys/ |
H A D | termios.rs | 42 //! termios.control_flags & ControlFlags::CSIZE == ControlFlags::CS5; 43 //! termios.control_flags |= ControlFlags::CS5; 874 CS5;
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1126 pub const CS5: ::tcflag_t = 0x00000000; consts
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 1333 pub const CS5: ::tcflag_t = 0x00000000; consts
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 1216 pub const CS5: ::tcflag_t = 0x00; consts
|