/third_party/rust/crates/nix/test/sys/ |
D | test_termios.rs | 66 .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/ |
D | termios.h | 49 #define OCRNL 0000010 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 49 #define OCRNL 0000010 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 51 #define OCRNL 0000010 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 49 #define OCRNL 0000010 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 49 #define OCRNL 0000010 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 50 #define OCRNL 0000010 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 49 #define OCRNL 0000010 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 51 #define OCRNL 0000010 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 50 #define OCRNL 0000010 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 50 #define OCRNL 0000010 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 49 #define OCRNL 0000010 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
D | types.rs | 179 pub const OCRNL: c::c_uint = linux_raw_sys::general::OCRNL; constant
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 46 C(OCRNL) in f()
|
/third_party/python/Modules/ |
D | termios.c | 456 #ifdef OCRNL 457 {"OCRNL", OCRNL},
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
D | types.rs | 237 pub const OCRNL: c::c_uint = c::OCRNL; constant
|
/third_party/rust/crates/rustix/examples/ |
D | stdio.rs | 170 if (term.c_oflag & OCRNL) != 0 { in show()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | unix.txt | 240 OCRNL
|
/third_party/toybox/toys/pending/ |
D | stty.c | 101 { "opost", OPOST }, { "olcuc", OLCUC }, { "ocrnl", OCRNL },
|
/third_party/rust/crates/rustix/src/termios/ |
D | mod.rs | 575 pub use constants::OCRNL;
|
D | constants.rs | 498 pub use backend::termios::types::OCRNL;
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 615 pub const OCRNL: ::tcflag_t = 0x10; constant
|
/third_party/rust/crates/nix/src/sys/ |
D | termios.rs | 663 OCRNL as tcflag_t;
|
/third_party/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 758 pub const OCRNL: ::tcflag_t = 0o000_010; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1129 pub const OCRNL: ::tcflag_t = 0o000010; constant
|