Home
last modified time | relevance | path

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

123

/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h68 #define BSDLY 0020000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h68 #define BSDLY 0020000 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h68 #define BSDLY 0020000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h68 #define BSDLY 0020000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h68 #define BSDLY 0020000 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h68 #define BSDLY 0020000 macro
/third_party/musl/arch/mips/bits/
H A Dtermios.h69 #define BSDLY 0020000 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h75 #define BSDLY 0100000 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h69 #define BSDLY 0020000 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h69 #define BSDLY 0020000 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h75 #define BSDLY 0100000 macro
/third_party/musl/libc-test/src/api/
H A Dtermios.c64 C(BSDLY) in f()
/third_party/toybox/toys/pending/
H A Dstty.c107 { "bs0", BS0, BSDLY }, { "bs1", BS1, BSDLY }, { "vt0", VT0, VTDLY },
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dtypes.rs232 /// `BSDLY`
233 pub const BSDLY: c::c_uint = linux_raw_sys::general::BSDLY; consts
/third_party/python/Modules/
H A Dtermios.c696 #ifdef BSDLY
697 {"BSDLY", BSDLY},
/third_party/rust/crates/rustix/src/backend/libc/termios/
H A Dtypes.rs470 /// `BSDLY`
482 pub const BSDLY: c::c_uint = c::BSDLY; consts
/third_party/rust/crates/rustix/examples/
H A Dstdio.rs255 if (term.c_oflag & BSDLY) != 0 { in show()
256 print!(" BSDLY"); in show()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H A Dmod.rs617 pub const BSDLY: ::tcflag_t = 0o020000; consts
/third_party/rust/crates/rustix/src/termios/
H A Dmod.rs206 pub use constants::BSDLY;
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H A Dpowerpc.rs379 pub const BSDLY: ::tcflag_t = 0o100000; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/
H A Dmod.rs772 pub const BSDLY: ::tcflag_t = 0o020000; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/
H A Dmod.rs416 pub const BSDLY: ::tcflag_t = 0o020000; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/
H A Dmod.rs409 pub const BSDLY: ::tcflag_t = 8192; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/m68k/
H A Dmod.rs377 pub const BSDLY: ::tcflag_t = 0o020000; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/arm/
H A Dmod.rs408 pub const BSDLY: ::tcflag_t = 0o020000; consts

Completed in 30 milliseconds

123