Home
last modified time | relevance | path

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

123

/third_party/musl/arch/powerpc/bits/
Dtermios.h75 #define BSDLY 0100000 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h69 #define BSDLY 0020000 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h69 #define BSDLY 0020000 macro
/third_party/musl/arch/mips/bits/
Dtermios.h69 #define BSDLY 0020000 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h75 #define BSDLY 0100000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h68 #define BSDLY 0020000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h68 #define BSDLY 0020000 macro
/third_party/musl/arch/generic/bits/
Dtermios.h68 #define BSDLY 0020000 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h68 #define BSDLY 0020000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h68 #define BSDLY 0020000 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h68 #define BSDLY 0020000 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
Dtypes.rs233 pub const BSDLY: c::c_uint = linux_raw_sys::general::BSDLY; constant
/third_party/musl/libc-test/src/api/
Dtermios.c64 C(BSDLY) in f()
/third_party/python/Modules/
Dtermios.c480 #ifdef BSDLY
481 {"BSDLY", BSDLY},
/third_party/toybox/toys/pending/
Dstty.c107 { "bs0", BS0, BSDLY }, { "bs1", BS1, BSDLY }, { "vt0", VT0, VTDLY },
/third_party/rust/crates/rustix/src/backend/libc/termios/
Dtypes.rs482 pub const BSDLY: c::c_uint = c::BSDLY; constant
/third_party/rust/crates/rustix/examples/
Dstdio.rs255 if (term.c_oflag & BSDLY) != 0 { in show()
/third_party/rust/crates/rustix/src/termios/
Dmod.rs206 pub use constants::BSDLY;
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
Dmod.rs617 pub const BSDLY: ::tcflag_t = 0o020000; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
Dpowerpc64.rs675 pub const BSDLY: ::tcflag_t = 0o0100000; constant
Dmips64.rs669 pub const BSDLY: ::tcflag_t = 0o020000; constant
Ds390x.rs317 pub const BSDLY: ::tcflag_t = 0o020000; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs703 pub const BSDLY: ::tcflag_t = 0o020000; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/riscv64/
Dmod.rs696 pub const BSDLY: ::tcflag_t = 0o020000; constant
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt92 BSDLY

123