Home
last modified time | relevance | path

Searched refs:OCRNL (Results 1 – 25 of 46) sorted by relevance

12

/third_party/rust/crates/nix/test/sys/
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_m/kernel/include/bits/
Dtermios.h49 #define OCRNL 0000010 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h49 #define OCRNL 0000010 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h51 #define OCRNL 0000010 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h49 #define OCRNL 0000010 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h49 #define OCRNL 0000010 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h50 #define OCRNL 0000010 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h49 #define OCRNL 0000010 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h51 #define OCRNL 0000010 macro
/third_party/musl/arch/mips/bits/
Dtermios.h50 #define OCRNL 0000010 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h50 #define OCRNL 0000010 macro
/third_party/musl/arch/generic/bits/
Dtermios.h49 #define OCRNL 0000010 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
Dtypes.rs179 pub const OCRNL: c::c_uint = linux_raw_sys::general::OCRNL; constant
/third_party/musl/libc-test/src/api/
Dtermios.c46 C(OCRNL) in f()
/third_party/python/Modules/
Dtermios.c456 #ifdef OCRNL
457 {"OCRNL", OCRNL},
/third_party/rust/crates/rustix/src/backend/libc/termios/
Dtypes.rs237 pub const OCRNL: c::c_uint = c::OCRNL; constant
/third_party/rust/crates/rustix/examples/
Dstdio.rs170 if (term.c_oflag & OCRNL) != 0 { in show()
/third_party/rust/crates/libc/libc-test/semver/
Dunix.txt240 OCRNL
/third_party/toybox/toys/pending/
Dstty.c101 { "opost", OPOST }, { "olcuc", OLCUC }, { "ocrnl", OCRNL },
/third_party/rust/crates/rustix/src/termios/
Dmod.rs575 pub use constants::OCRNL;
Dconstants.rs498 pub use backend::termios::types::OCRNL;
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs615 pub const OCRNL: ::tcflag_t = 0x10; constant
/third_party/rust/crates/nix/src/sys/
Dtermios.rs663 OCRNL as tcflag_t;
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs758 pub const OCRNL: ::tcflag_t = 0o000_010; constant
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1129 pub const OCRNL: ::tcflag_t = 0o000010; constant

12