Home
last modified time | relevance | path

Searched refs:TABDLY (Results 1 - 25 of 69) sorted by relevance

123

/third_party/toybox/toys/pending/
H A Dstty.c105 { "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/kernel/include/bits/
H A Dtermios.h63 #define TABDLY 0014000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h63 #define TABDLY 0014000 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h63 #define TABDLY 0014000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h63 #define TABDLY 0014000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h63 #define TABDLY 0014000 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h63 #define TABDLY 0014000 macro
/third_party/musl/arch/mips/bits/
H A Dtermios.h64 #define TABDLY 0014000 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h62 #define TABDLY 0006000 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h64 #define TABDLY 0014000 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h64 #define TABDLY 0014000 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h62 #define TABDLY 0006000 macro
/third_party/musl/libc-test/src/api/
H A Dtermios.c59 C(TABDLY) in f()
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dtypes.rs217 /// `TABDLY`
218 pub const TABDLY: c::c_uint = linux_raw_sys::general::TABDLY; consts
/third_party/python/Modules/
H A Dtermios.c693 #ifdef TABDLY
694 {"TABDLY", TABDLY},
/third_party/rust/crates/rustix/src/backend/libc/termios/
H A Dtypes.rs393 /// `TABDLY`
404 pub const TABDLY: c::c_uint = c::TABDLY; consts
/third_party/rust/crates/rustix/examples/
H A Dstdio.rs241 if (term.c_oflag & TABDLY) != 0 { in show()
242 print!(" TABDLY"); in show()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H A Dmod.rs616 pub const TABDLY: ::tcflag_t = 0o014000; consts
/third_party/rust/crates/rustix/src/termios/
H A Dmod.rs698 pub use constants::TABDLY;
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H A Dpowerpc.rs378 pub const TABDLY: ::tcflag_t = 0o006000; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/
H A Dmod.rs771 pub const TABDLY: ::tcflag_t = 0o014000; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/
H A Dmod.rs415 pub const TABDLY: ::tcflag_t = 0o014000; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/
H A Dmod.rs408 pub const TABDLY: ::tcflag_t = 6144; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/m68k/
H A Dmod.rs376 pub const TABDLY: ::tcflag_t = 0o014000; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/arm/
H A Dmod.rs407 pub const TABDLY: ::tcflag_t = 0o014000; consts

Completed in 29 milliseconds

123