/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | termios.h | 64 #define TAB0 0000000 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | termios.h | 64 #define TAB0 0000000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | termios.h | 64 #define TAB0 0000000 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | termios.h | 64 #define TAB0 0000000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | termios.h | 64 #define TAB0 0000000 macro
|
/third_party/musl/arch/generic/bits/ |
H A D | termios.h | 64 #define TAB0 0000000 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | termios.h | 65 #define TAB0 0000000 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | termios.h | 63 #define TAB0 0000000 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | termios.h | 65 #define TAB0 0000000 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | termios.h | 65 #define TAB0 0000000 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | termios.h | 63 #define TAB0 0000000 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | termios.c | 60 C(TAB0) in f()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
H A D | types.rs | 220 /// `TAB0` 221 pub const TAB0: c::c_uint = linux_raw_sys::general::TAB0; consts
|
/third_party/python/Modules/ |
H A D | termios.c | 725 #ifdef TAB0 726 {"TAB0", TAB0},
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
H A D | types.rs | 406 /// `TAB0` 418 pub const TAB0: c::c_uint = c::TAB0; consts
|
/third_party/toybox/toys/pending/ |
H A D | stty.c | 105 { "cr2", CR2, CRDLY }, { "cr3", CR3, CRDLY }, { "tab0", TAB0, TABDLY },
|
/third_party/rust/crates/rustix/src/termios/ |
H A D | mod.rs | 639 pub use constants::TAB0;
|
H A D | constants.rs | 553 pub use backend::termios::types::TAB0;
|
/third_party/rust/crates/nix/src/sys/ |
H A D | termios.rs | 729 TAB0 as tcflag_t;
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1104 pub const TAB0: ::tcflag_t = 0x00000000; consts
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 1318 pub const TAB0: ::tcflag_t = 0x00000000; consts
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 1194 pub const TAB0: ::tcflag_t = 0x0000; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 1721 pub const TAB0: u32 = 0; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1882 pub const TAB0: ::c_int = 0x00000000; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 3055 pub const TAB0: ::tcflag_t = 0x00000000; consts
|