Home
last modified time | relevance | path

Searched refs:CS5 (Results 1 - 25 of 41) sorted by relevance

12

/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h114 #define CS5 0000000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h114 #define CS5 0000000 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h114 #define CS5 0000000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h114 #define CS5 0000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h114 #define CS5 0000000 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h114 #define CS5 0000000 macro
/third_party/musl/arch/mips/bits/
H A Dtermios.h115 #define CS5 0000000 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h118 #define CS5 00000000 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h115 #define CS5 0000000 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h115 #define CS5 0000000 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h118 #define CS5 00000000 macro
/third_party/musl/libc-test/src/api/
H A Dtermios.c91 C(CS5) in f()
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dtypes.rs359 /// `CS5`
360 pub const CS5: c::c_uint = linux_raw_sys::general::CS5; consts
/third_party/jerryscript/jerry-ext/debugger/
H A Ddebugger-serial.c130 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 Dtypes.rs831 /// `CS5`
833 pub const CS5: c::c_uint = c::CS5; consts
/third_party/toybox/toys/pending/
H A Dstty.c87 { "cs5", CS5, CSIZE }, { "cs6", CS6, CSIZE }, { "cs7", CS7, CSIZE },
/third_party/python/Modules/
H A Dtermios.c775 {"CS5", CS5},
/third_party/rust/crates/rustix/src/termios/
H A Dmod.rs348 pub use constants::CS5;
H A Dconstants.rs307 pub use backend::termios::types::CS5;
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs412 pub const CS5: ::tcflag_t = 0x00000000; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs798 pub const CS5: ::tcflag_t = 0o000_000; consts
/third_party/rust/crates/nix/src/sys/
H A Dtermios.rs42 //! 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 Dmod.rs1126 pub const CS5: ::tcflag_t = 0x00000000; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1333 pub const CS5: ::tcflag_t = 0x00000000; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1216 pub const CS5: ::tcflag_t = 0x00; consts

Completed in 35 milliseconds

12