/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 55 #define NLDLY 0000400 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 55 #define NLDLY 0000400 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 57 #define NLDLY 0001400 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 55 #define NLDLY 0000400 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 55 #define NLDLY 0000400 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 56 #define NLDLY 0000400 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 55 #define NLDLY 0000400 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 57 #define NLDLY 0001400 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 56 #define NLDLY 0000400 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 56 #define NLDLY 0000400 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 55 #define NLDLY 0000400 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
D | types.rs | 194 pub const NLDLY: c::c_uint = linux_raw_sys::general::NLDLY; constant
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 51 C(NLDLY) in f()
|
/third_party/python/Modules/ |
D | termios.c | 471 #ifdef NLDLY 472 {"NLDLY", NLDLY},
|
/third_party/toybox/toys/pending/ |
D | stty.c | 103 { "ofill", OFILL }, { "ofdel", OFDEL }, { "nl0", NL0, NLDLY }, 104 { "nl1", NL1, NLDLY }, { "cr0", CR0, CRDLY }, { "cr1", CR1, CRDLY },
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
D | types.rs | 281 pub const NLDLY: c::c_uint = c::NLDLY; constant
|
/third_party/rust/crates/rustix/examples/ |
D | stdio.rs | 214 if (term.c_oflag & NLDLY) != 0 { in show()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
D | mod.rs | 614 pub const NLDLY: ::tcflag_t = 0o000400; constant
|
/third_party/rust/crates/rustix/src/termios/ |
D | mod.rs | 571 pub use constants::NLDLY;
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
D | mips64.rs | 666 pub const NLDLY: ::tcflag_t = 0o000400; constant
|
D | s390x.rs | 308 pub const NLDLY: ::tcflag_t = 0o000400; constant
|
D | powerpc64.rs | 672 pub const NLDLY: ::tcflag_t = 0o0001400; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
D | mod.rs | 700 pub const NLDLY: ::tcflag_t = 0o000400; constant
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 518 NLDLY
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/riscv64/ |
D | mod.rs | 693 pub const NLDLY: ::tcflag_t = 0o000400; constant
|