/third_party/toybox/toys/pending/ |
D | stty.c | 104 { "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/ |
D | termios.h | 58 #define CRDLY 0003000 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 58 #define CRDLY 0003000 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 59 #define CRDLY 0003000 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 58 #define CRDLY 0003000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 58 #define CRDLY 0003000 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 67 #define CRDLY 0030000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 58 #define CRDLY 0003000 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 59 #define CRDLY 0003000 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 67 #define CRDLY 0030000 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 59 #define CRDLY 0003000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 58 #define CRDLY 0003000 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
D | types.rs | 203 pub const CRDLY: c::c_uint = linux_raw_sys::general::CRDLY; constant
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 54 C(CRDLY) in f()
|
/third_party/python/Modules/ |
D | termios.c | 474 #ifdef CRDLY 475 {"CRDLY", CRDLY},
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
D | types.rs | 325 pub const CRDLY: c::c_uint = c::CRDLY; constant
|
/third_party/rust/crates/rustix/examples/ |
D | stdio.rs | 228 if (term.c_oflag & CRDLY) != 0 { in show()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
D | mod.rs | 615 pub const CRDLY: ::tcflag_t = 0o003000; constant
|
/third_party/rust/crates/rustix/src/termios/ |
D | mod.rs | 337 pub use constants::CRDLY;
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
D | mod.rs | 701 pub const CRDLY: ::tcflag_t = 0o003000; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
D | s390x.rs | 309 pub const CRDLY: ::tcflag_t = 0o003000; constant
|
D | powerpc64.rs | 673 pub const CRDLY: ::tcflag_t = 0o0030000; constant
|
D | mips64.rs | 667 pub const CRDLY: ::tcflag_t = 0o003000; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/riscv64/ |
D | mod.rs | 694 pub const CRDLY: ::tcflag_t = 0o003000; constant
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 154 CRDLY
|