Home
last modified time | relevance | path

Searched refs:CRDLY (Results 1 – 25 of 71) sorted by relevance

123

/third_party/toybox/toys/pending/
Dstty.c104 { "nl1", NL1, NLDLY }, { "cr0", CR0, CRDLY }, { "cr1", CR1, CRDLY },
105 { "cr2", CR2, CRDLY }, { "cr3", CR3, CRDLY }, { "tab0", TAB0, TABDLY },
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h58 #define CRDLY 0003000 macro
/third_party/musl/arch/generic/bits/
Dtermios.h58 #define CRDLY 0003000 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h59 #define CRDLY 0003000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h58 #define CRDLY 0003000 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h58 #define CRDLY 0003000 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h67 #define CRDLY 0030000 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h58 #define CRDLY 0003000 macro
/third_party/musl/arch/mips/bits/
Dtermios.h59 #define CRDLY 0003000 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h67 #define CRDLY 0030000 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h59 #define CRDLY 0003000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h58 #define CRDLY 0003000 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
Dtypes.rs203 pub const CRDLY: c::c_uint = linux_raw_sys::general::CRDLY; constant
/third_party/musl/libc-test/src/api/
Dtermios.c54 C(CRDLY) in f()
/third_party/python/Modules/
Dtermios.c474 #ifdef CRDLY
475 {"CRDLY", CRDLY},
/third_party/rust/crates/rustix/src/backend/libc/termios/
Dtypes.rs325 pub const CRDLY: c::c_uint = c::CRDLY; constant
/third_party/rust/crates/rustix/examples/
Dstdio.rs228 if (term.c_oflag & CRDLY) != 0 { in show()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
Dmod.rs615 pub const CRDLY: ::tcflag_t = 0o003000; constant
/third_party/rust/crates/rustix/src/termios/
Dmod.rs337 pub use constants::CRDLY;
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs701 pub const CRDLY: ::tcflag_t = 0o003000; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
Ds390x.rs309 pub const CRDLY: ::tcflag_t = 0o003000; constant
Dpowerpc64.rs673 pub const CRDLY: ::tcflag_t = 0o0030000; constant
Dmips64.rs667 pub const CRDLY: ::tcflag_t = 0o003000; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/riscv64/
Dmod.rs694 pub const CRDLY: ::tcflag_t = 0o003000; constant
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt154 CRDLY

123