Home
last modified time | relevance | path

Searched refs:CRDLY (Results 1 - 25 of 68) sorted by relevance

123

/third_party/toybox/toys/pending/
H A 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/kernel/include/bits/
H A Dtermios.h58 #define CRDLY 0003000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h58 #define CRDLY 0003000 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h58 #define CRDLY 0003000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h58 #define CRDLY 0003000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h58 #define CRDLY 0003000 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h58 #define CRDLY 0003000 macro
/third_party/musl/arch/mips/bits/
H A Dtermios.h59 #define CRDLY 0003000 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h67 #define CRDLY 0030000 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h59 #define CRDLY 0003000 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h59 #define CRDLY 0003000 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h67 #define CRDLY 0030000 macro
/third_party/musl/libc-test/src/api/
H A Dtermios.c54 C(CRDLY) in f()
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dtypes.rs202 /// `CRDLY`
203 pub const CRDLY: c::c_uint = linux_raw_sys::general::CRDLY; consts
/third_party/python/Modules/
H A Dtermios.c690 #ifdef CRDLY
691 {"CRDLY", CRDLY},
/third_party/rust/crates/rustix/src/backend/libc/termios/
H A Dtypes.rs313 /// `CRDLY`
325 pub const CRDLY: c::c_uint = c::CRDLY; consts
/third_party/rust/crates/rustix/examples/
H A Dstdio.rs228 if (term.c_oflag & CRDLY) != 0 { in show()
229 print!(" CRDLY"); in show()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H A Dmod.rs615 pub const CRDLY: ::tcflag_t = 0o003000; consts
/third_party/rust/crates/rustix/src/termios/
H A Dmod.rs337 pub use constants::CRDLY;
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H A Dpowerpc.rs377 pub const CRDLY: ::tcflag_t = 0o030000; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/
H A Dmod.rs770 pub const CRDLY: ::tcflag_t = 0o003000; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/
H A Dmod.rs414 pub const CRDLY: ::tcflag_t = 0o003000; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/
H A Dmod.rs407 pub const CRDLY: ::tcflag_t = 1536; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/m68k/
H A Dmod.rs375 pub const CRDLY: ::tcflag_t = 0o003000; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/arm/
H A Dmod.rs406 pub const CRDLY: ::tcflag_t = 0o003000; consts

Completed in 31 milliseconds

123