/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 80 #define VTDLY 0200000 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 77 #define VTDLY 0040000 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 77 #define VTDLY 0040000 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 77 #define VTDLY 0040000 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 80 #define VTDLY 0200000 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 76 #define VTDLY 0040000 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 76 #define VTDLY 0040000 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 76 #define VTDLY 0040000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 76 #define VTDLY 0040000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 76 #define VTDLY 0040000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 76 #define VTDLY 0040000 macro
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | redox.txt | 156 VTDLY
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
D | types.rs | 251 pub const VTDLY: c::c_uint = linux_raw_sys::general::VTDLY; constant
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 67 C(VTDLY) in f()
|
/third_party/python/Modules/ |
D | termios.c | 483 #ifdef VTDLY 484 {"VTDLY", VTDLY},
|
/third_party/toybox/toys/pending/ |
D | stty.c | 107 { "bs0", BS0, BSDLY }, { "bs1", BS1, BSDLY }, { "vt0", VT0, VTDLY }, 108 { "vt1", VT1, VTDLY }, { "ff0", FF0, FFDLY }, { "ff1", FF1, FFDLY },
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
D | types.rs | 576 pub const VTDLY: c::c_uint = c::VTDLY; constant
|
/third_party/rust/crates/rustix/examples/ |
D | stdio.rs | 270 if (term.c_oflag & VTDLY) != 0 { in show()
|
/third_party/rust/crates/rustix/src/termios/ |
D | mod.rs | 757 pub use constants::VTDLY;
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
D | mod.rs | 619 pub const VTDLY: ::tcflag_t = 0o040000; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
D | powerpc64.rs | 677 pub const VTDLY: ::tcflag_t = 0o0200000; constant
|
D | mips64.rs | 671 pub const VTDLY: ::tcflag_t = 0o040000; constant
|
D | s390x.rs | 321 pub const VTDLY: ::tcflag_t = 0o040000; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
D | mod.rs | 705 pub const VTDLY: ::tcflag_t = 0o040000; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/riscv64/ |
D | mod.rs | 698 pub const VTDLY: ::tcflag_t = 0o040000; constant
|