/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 75 #define BSDLY 0100000 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 69 #define BSDLY 0020000 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 69 #define BSDLY 0020000 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 69 #define BSDLY 0020000 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 75 #define BSDLY 0100000 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 68 #define BSDLY 0020000 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 68 #define BSDLY 0020000 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 68 #define BSDLY 0020000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 68 #define BSDLY 0020000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 68 #define BSDLY 0020000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 68 #define BSDLY 0020000 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
D | types.rs | 233 pub const BSDLY: c::c_uint = linux_raw_sys::general::BSDLY; constant
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 64 C(BSDLY) in f()
|
/third_party/python/Modules/ |
D | termios.c | 480 #ifdef BSDLY 481 {"BSDLY", BSDLY},
|
/third_party/toybox/toys/pending/ |
D | stty.c | 107 { "bs0", BS0, BSDLY }, { "bs1", BS1, BSDLY }, { "vt0", VT0, VTDLY },
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
D | types.rs | 482 pub const BSDLY: c::c_uint = c::BSDLY; constant
|
/third_party/rust/crates/rustix/examples/ |
D | stdio.rs | 255 if (term.c_oflag & BSDLY) != 0 { in show()
|
/third_party/rust/crates/rustix/src/termios/ |
D | mod.rs | 206 pub use constants::BSDLY;
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
D | mod.rs | 617 pub const BSDLY: ::tcflag_t = 0o020000; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
D | powerpc64.rs | 675 pub const BSDLY: ::tcflag_t = 0o0100000; constant
|
D | mips64.rs | 669 pub const BSDLY: ::tcflag_t = 0o020000; constant
|
D | s390x.rs | 317 pub const BSDLY: ::tcflag_t = 0o020000; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
D | mod.rs | 703 pub const BSDLY: ::tcflag_t = 0o020000; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/riscv64/ |
D | mod.rs | 696 pub const BSDLY: ::tcflag_t = 0o020000; constant
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 92 BSDLY
|