/third_party/toybox/toys/pending/ |
D | stty.c | 105 { "cr2", CR2, CRDLY }, { "cr3", CR3, CRDLY }, { "tab0", TAB0, TABDLY }, 106 { "tab1", TAB1, TABDLY }, { "tab2", TAB2, TABDLY }, { "tab3", TAB3, TABDLY },
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 63 #define TABDLY 0014000 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 63 #define TABDLY 0014000 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 64 #define TABDLY 0014000 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 63 #define TABDLY 0014000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 63 #define TABDLY 0014000 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 62 #define TABDLY 0006000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 63 #define TABDLY 0014000 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 64 #define TABDLY 0014000 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 62 #define TABDLY 0006000 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 64 #define TABDLY 0014000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 63 #define TABDLY 0014000 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
D | types.rs | 218 pub const TABDLY: c::c_uint = linux_raw_sys::general::TABDLY; constant
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 59 C(TABDLY) in f()
|
/third_party/python/Modules/ |
D | termios.c | 477 #ifdef TABDLY 478 {"TABDLY", TABDLY},
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
D | types.rs | 404 pub const TABDLY: c::c_uint = c::TABDLY; constant
|
/third_party/rust/crates/rustix/examples/ |
D | stdio.rs | 241 if (term.c_oflag & TABDLY) != 0 { in show()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
D | mod.rs | 616 pub const TABDLY: ::tcflag_t = 0o014000; constant
|
/third_party/rust/crates/rustix/src/termios/ |
D | mod.rs | 698 pub use constants::TABDLY;
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
D | mod.rs | 702 pub const TABDLY: ::tcflag_t = 0o014000; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
D | s390x.rs | 313 pub const TABDLY: ::tcflag_t = 0o014000; constant
|
D | powerpc64.rs | 674 pub const TABDLY: ::tcflag_t = 0o0006000; constant
|
D | mips64.rs | 668 pub const TABDLY: ::tcflag_t = 0o014000; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/riscv64/ |
D | mod.rs | 695 pub const TABDLY: ::tcflag_t = 0o014000; constant
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 917 TABDLY
|