Home
last modified time | relevance | path

Searched refs:FFDLY (Results 1 – 25 of 71) sorted by relevance

123

/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h71 #define FFDLY 0100000 macro
/third_party/musl/arch/generic/bits/
Dtermios.h71 #define FFDLY 0100000 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h72 #define FFDLY 0100000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h71 #define FFDLY 0100000 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h71 #define FFDLY 0100000 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h72 #define FFDLY 0040000 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h71 #define FFDLY 0100000 macro
/third_party/musl/arch/mips/bits/
Dtermios.h72 #define FFDLY 0100000 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h72 #define FFDLY 0040000 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h72 #define FFDLY 0100000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h71 #define FFDLY 0100000 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
Dtypes.rs242 pub const FFDLY: c::c_uint = linux_raw_sys::general::FFDLY; constant
/third_party/musl/libc-test/src/api/
Dtermios.c70 C(FFDLY) in f()
/third_party/python/Modules/
Dtermios.c486 #ifdef FFDLY
487 {"FFDLY", FFDLY},
/third_party/toybox/toys/pending/
Dstty.c108 { "vt1", VT1, VTDLY }, { "ff0", FF0, FFDLY }, { "ff1", FF1, FFDLY },
/third_party/rust/crates/rustix/src/backend/libc/termios/
Dtypes.rs529 pub const FFDLY: c::c_uint = c::FFDLY; constant
/third_party/rust/crates/rustix/examples/
Dstdio.rs285 if (term.c_oflag & FFDLY) != 0 { in show()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
Dmod.rs618 pub const FFDLY: ::tcflag_t = 0o100000; constant
/third_party/rust/crates/rustix/src/termios/
Dmod.rs461 pub use constants::FFDLY;
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs704 pub const FFDLY: ::tcflag_t = 0o100000; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
Ds390x.rs319 pub const FFDLY: ::tcflag_t = 0o100000; constant
Dpowerpc64.rs676 pub const FFDLY: ::tcflag_t = 0o0040000; constant
Dmips64.rs670 pub const FFDLY: ::tcflag_t = 0o100000; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/riscv64/
Dmod.rs697 pub const FFDLY: ::tcflag_t = 0o100000; constant
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt288 FFDLY

123