Home
last modified time | relevance | path

Searched defs:ONOCR (Results 1 – 25 of 37) sorted by relevance

12

/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
Dtypes.rs182 pub const ONOCR: c::c_uint = linux_raw_sys::general::ONOCR; constant
/third_party/rust/crates/rustix/src/backend/libc/termios/
Dtypes.rs241 pub const ONOCR: c::c_uint = c::ONOCR; constant
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h50 #define ONOCR 0000020 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h50 #define ONOCR 0000020 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h50 #define ONOCR 0000020 macro
/third_party/musl/arch/mips/bits/
Dtermios.h51 #define ONOCR 0000020 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h52 #define ONOCR 0000020 macro
/third_party/musl/arch/generic/bits/
Dtermios.h50 #define ONOCR 0000020 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h51 #define ONOCR 0000020 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h50 #define ONOCR 0000020 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h50 #define ONOCR 0000020 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h51 #define ONOCR 0000020 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h52 #define ONOCR 0000020 macro
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs759 pub const ONOCR: ::tcflag_t = 0o000_020; constant
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs1507 pub const ONOCR: ::tcflag_t = 0x40; constant
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs1305 pub const ONOCR: ::tcflag_t = 0x00000010; constant
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1130 pub const ONOCR: ::tcflag_t = 0o000020; constant
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs2175 pub const ONOCR: ::tcflag_t = 0x20; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1332 pub const ONOCR: ::tcflag_t = 0x20; constant
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs2363 pub const ONOCR: ::tcflag_t = 0o000020; constant
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs1219 pub const ONOCR: ::tcflag_t = 0x00000010; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1908 pub const ONOCR: ::tcflag_t = 0o000020; constant
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs4006 pub const ONOCR: ::tcflag_t = 0x00000020; constant
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs1704 pub const ONOCR: u32 = 16; constant
/third_party/rust/crates/linux-raw-sys/src/x32/
Dgeneral.rs1704 pub const ONOCR: u32 = 16; constant

12