Home
last modified time | relevance | path

Searched defs:OPOST (Results 1 – 25 of 34) sorted by relevance

12

/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
Dtypes.rs170 pub const OPOST: c::c_uint = linux_raw_sys::general::OPOST; constant
/third_party/rust/crates/rustix/src/backend/libc/termios/
Dtypes.rs218 pub const OPOST: c::c_uint = c::OPOST; constant
/third_party/musl/arch/powerpc/bits/
Dtermios.h48 #define OPOST 0000001 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h47 #define OPOST 0000001 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h47 #define OPOST 0000001 macro
/third_party/musl/arch/mips/bits/
Dtermios.h47 #define OPOST 0000001 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h48 #define OPOST 0000001 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h46 #define OPOST 0000001 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h46 #define OPOST 0000001 macro
/third_party/musl/arch/generic/bits/
Dtermios.h46 #define OPOST 0000001 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h46 #define OPOST 0000001 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h46 #define OPOST 0000001 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h46 #define OPOST 0000001 macro
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs406 pub const OPOST: ::tcflag_t = 0x1; constant
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs755 pub const OPOST: ::tcflag_t = 0o000_001; constant
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs1301 pub const OPOST: ::tcflag_t = 0x00000001; constant
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1125 pub const OPOST: ::tcflag_t = 0x1; constant
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs2359 pub const OPOST: ::tcflag_t = 0o000001; constant
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs1215 pub const OPOST: ::tcflag_t = 0x00000001; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1903 pub const OPOST: ::tcflag_t = 0x1; constant
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dgeneral.rs1845 pub const OPOST: u32 = 1; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs1704 pub const OPOST: u32 = 1; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs1704 pub const OPOST: u32 = 1; constant
/third_party/rust/crates/linux-raw-sys/src/x32/
Dgeneral.rs1700 pub const OPOST: u32 = 1; constant
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs1699 pub const OPOST: u32 = 1; constant

12