/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | termios.h | 55 #define NLDLY 0000400 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | termios.h | 55 #define NLDLY 0000400 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | termios.h | 55 #define NLDLY 0000400 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | termios.h | 55 #define NLDLY 0000400 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | termios.h | 55 #define NLDLY 0000400 macro
|
/third_party/musl/arch/generic/bits/ |
H A D | termios.h | 55 #define NLDLY 0000400 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | termios.h | 56 #define NLDLY 0000400 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | termios.h | 57 #define NLDLY 0001400 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | termios.h | 56 #define NLDLY 0000400 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | termios.h | 56 #define NLDLY 0000400 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | termios.h | 57 #define NLDLY 0001400 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | termios.c | 51 C(NLDLY) in f()
|
/third_party/toybox/toys/pending/ |
H A 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/linux_raw/termios/ |
H A D | types.rs | 193 /// `NLDLY` 194 pub const NLDLY: c::c_uint = linux_raw_sys::general::NLDLY; consts
|
/third_party/python/Modules/ |
H A D | termios.c | 687 #ifdef NLDLY 688 {"NLDLY", NLDLY},
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
H A D | types.rs | 269 /// `NLDLY` 281 pub const NLDLY: c::c_uint = c::NLDLY; consts
|
/third_party/rust/crates/rustix/examples/ |
H A D | stdio.rs | 214 if (term.c_oflag & NLDLY) != 0 { in show() 215 print!(" NLDLY"); in show()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
H A D | mod.rs | 614 pub const NLDLY: ::tcflag_t = 0o000400; consts
|
/third_party/rust/crates/rustix/src/termios/ |
H A D | mod.rs | 571 pub use constants::NLDLY;
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
H A D | powerpc.rs | 376 pub const NLDLY: ::tcflag_t = 0o001400; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/ |
H A D | mod.rs | 769 pub const NLDLY: ::tcflag_t = 0o000400; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/ |
H A D | mod.rs | 413 pub const NLDLY: ::tcflag_t = 0o000400; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/ |
H A D | mod.rs | 406 pub const NLDLY: ::tcflag_t = 256; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/m68k/ |
H A D | mod.rs | 374 pub const NLDLY: ::tcflag_t = 0o000400; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/arm/ |
H A D | mod.rs | 405 pub const NLDLY: ::tcflag_t = 0o000400; consts
|