Home
last modified time | relevance | path

Searched refs:OCRNL (Results 1 - 25 of 44) sorted by relevance

12

/third_party/rust/crates/nix/test/sys/
H A Dtest_termios.rs66 .contains(OutputFlags::OPOST | OutputFlags::OCRNL)); in test_output_flags()
72 .insert(OutputFlags::OPOST | OutputFlags::OCRNL); in test_output_flags()
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h49 #define OCRNL 0000010 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h49 #define OCRNL 0000010 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h49 #define OCRNL 0000010 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h49 #define OCRNL 0000010 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h49 #define OCRNL 0000010 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h49 #define OCRNL 0000010 macro
/third_party/musl/arch/mips/bits/
H A Dtermios.h50 #define OCRNL 0000010 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h51 #define OCRNL 0000010 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h50 #define OCRNL 0000010 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h50 #define OCRNL 0000010 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h51 #define OCRNL 0000010 macro
/third_party/musl/libc-test/src/api/
H A Dtermios.c46 C(OCRNL) in f()
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dtypes.rs178 /// `OCRNL`
179 pub const OCRNL: c::c_uint = linux_raw_sys::general::OCRNL; consts
/third_party/python/Modules/
H A Dtermios.c672 #ifdef OCRNL
673 {"OCRNL", OCRNL},
/third_party/rust/crates/rustix/src/backend/libc/termios/
H A Dtypes.rs235 /// `OCRNL`
237 pub const OCRNL: c::c_uint = c::OCRNL; consts
/third_party/toybox/toys/pending/
H A Dstty.c101 { "opost", OPOST }, { "olcuc", OLCUC }, { "ocrnl", OCRNL },
/third_party/rust/crates/rustix/examples/
H A Dstdio.rs170 if (term.c_oflag & OCRNL) != 0 { in show()
171 print!(" OCRNL"); in show()
/third_party/rust/crates/rustix/src/termios/
H A Dmod.rs575 pub use constants::OCRNL;
H A Dconstants.rs498 pub use backend::termios::types::OCRNL;
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs615 pub const OCRNL: ::tcflag_t = 0x10; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs758 pub const OCRNL: ::tcflag_t = 0o000_010; consts
/third_party/rust/crates/nix/src/sys/
H A Dtermios.rs663 OCRNL as tcflag_t;
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1331 pub const OCRNL: ::tcflag_t = 0x10; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1129 pub const OCRNL: ::tcflag_t = 0o000010; consts

Completed in 30 milliseconds

12