/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | termios.h | 76 #define VTDLY 0040000 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | termios.h | 76 #define VTDLY 0040000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | termios.h | 76 #define VTDLY 0040000 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | termios.h | 76 #define VTDLY 0040000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | termios.h | 76 #define VTDLY 0040000 macro
|
/third_party/musl/arch/generic/bits/ |
H A D | termios.h | 76 #define VTDLY 0040000 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | termios.h | 77 #define VTDLY 0040000 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | termios.h | 80 #define VTDLY 0200000 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | termios.h | 77 #define VTDLY 0040000 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | termios.h | 77 #define VTDLY 0040000 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | termios.h | 80 #define VTDLY 0200000 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | termios.c | 67 C(VTDLY) in f()
|
/third_party/toybox/toys/pending/ |
H A 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/linux_raw/termios/ |
H A D | types.rs | 250 /// `VTDLY` 251 pub const VTDLY: c::c_uint = linux_raw_sys::general::VTDLY; consts
|
/third_party/python/Modules/ |
H A D | termios.c | 699 #ifdef VTDLY 700 {"VTDLY", VTDLY},
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
H A D | types.rs | 563 /// `VTDLY` 576 pub const VTDLY: c::c_uint = c::VTDLY; consts
|
/third_party/rust/crates/rustix/examples/ |
H A D | stdio.rs | 270 if (term.c_oflag & VTDLY) != 0 { in show() 271 print!(" VTDLY"); in show()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
H A D | mod.rs | 619 pub const VTDLY: ::tcflag_t = 0o040000; consts
|
/third_party/rust/crates/rustix/src/termios/ |
H A D | mod.rs | 757 pub use constants::VTDLY;
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
H A D | powerpc.rs | 381 pub const VTDLY: ::tcflag_t = 0o200000; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/ |
H A D | mod.rs | 774 pub const VTDLY: ::tcflag_t = 0o040000; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/ |
H A D | mod.rs | 418 pub const VTDLY: ::tcflag_t = 0o040000; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/ |
H A D | mod.rs | 411 pub const VTDLY: ::tcflag_t = 16384; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/m68k/ |
H A D | mod.rs | 379 pub const VTDLY: ::tcflag_t = 0o040000; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/arm/ |
H A D | mod.rs | 410 pub const VTDLY: ::tcflag_t = 0o040000; consts
|