Home
last modified time | relevance | path

Searched refs:FFDLY (Results 1 - 25 of 68) sorted by relevance

123

/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h71 #define FFDLY 0100000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h71 #define FFDLY 0100000 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h71 #define FFDLY 0100000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h71 #define FFDLY 0100000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h71 #define FFDLY 0100000 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h71 #define FFDLY 0100000 macro
/third_party/musl/arch/mips/bits/
H A Dtermios.h72 #define FFDLY 0100000 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h72 #define FFDLY 0040000 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h72 #define FFDLY 0100000 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h72 #define FFDLY 0100000 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h72 #define FFDLY 0040000 macro
/third_party/musl/libc-test/src/api/
H A Dtermios.c70 C(FFDLY) in f()
/third_party/toybox/toys/pending/
H A Dstty.c108 { "vt1", VT1, VTDLY }, { "ff0", FF0, FFDLY }, { "ff1", FF1, FFDLY },
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dtypes.rs241 /// `FFDLY`
242 pub const FFDLY: c::c_uint = linux_raw_sys::general::FFDLY; consts
/third_party/python/Modules/
H A Dtermios.c702 #ifdef FFDLY
703 {"FFDLY", FFDLY},
/third_party/rust/crates/rustix/src/backend/libc/termios/
H A Dtypes.rs516 /// `FFDLY`
529 pub const FFDLY: c::c_uint = c::FFDLY; consts
/third_party/rust/crates/rustix/examples/
H A Dstdio.rs285 if (term.c_oflag & FFDLY) != 0 { in show()
286 print!(" FFDLY"); in show()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H A Dmod.rs618 pub const FFDLY: ::tcflag_t = 0o100000; consts
/third_party/rust/crates/rustix/src/termios/
H A Dmod.rs461 pub use constants::FFDLY;
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H A Dpowerpc.rs380 pub const FFDLY: ::tcflag_t = 0o040000; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/
H A Dmod.rs773 pub const FFDLY: ::tcflag_t = 0o100000; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/
H A Dmod.rs417 pub const FFDLY: ::tcflag_t = 0o100000; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/
H A Dmod.rs410 pub const FFDLY: ::tcflag_t = 32768; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/m68k/
H A Dmod.rs378 pub const FFDLY: ::tcflag_t = 0o100000; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/arm/
H A Dmod.rs409 pub const FFDLY: ::tcflag_t = 0o100000; consts

Completed in 28 milliseconds

123