/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | termios.h | 57 #define NL1 0000400 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | termios.h | 57 #define NL1 0000400 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | termios.h | 57 #define NL1 0000400 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | termios.h | 57 #define NL1 0000400 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | termios.h | 57 #define NL1 0000400 macro
|
/third_party/musl/arch/generic/bits/ |
H A D | termios.h | 57 #define NL1 0000400 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | termios.h | 58 #define NL1 0000400 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | termios.h | 59 #define NL1 0000400 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | termios.h | 58 #define NL1 0000400 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | termios.h | 58 #define NL1 0000400 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | termios.h | 59 #define NL1 0000400 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | termios.c | 53 C(NL1) in f()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
H A D | types.rs | 199 /// `NL1` 200 pub const NL1: c::c_uint = linux_raw_sys::general::NL1; consts
|
/third_party/python/Modules/ |
H A D | termios.c | 710 #ifdef NL1 711 {"NL1", NL1},
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
H A D | types.rs | 298 /// `NL1` 311 pub const NL1: c::c_uint = c::NL1; consts
|
/third_party/toybox/toys/pending/ |
H A D | stty.c | 104 { "nl1", NL1, NLDLY }, { "cr0", CR0, CRDLY }, { "cr1", CR1, CRDLY },
|
/third_party/rust/crates/rustix/src/termios/ |
H A D | mod.rs | 558 pub use constants::NL1;
|
H A D | constants.rs | 482 pub use backend::termios::types::NL1;
|
/third_party/rust/crates/nix/src/sys/ |
H A D | termios.rs | 693 NL1 as tcflag_t;
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1103 pub const NL1: ::tcflag_t = 0x00000100; consts
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 1311 pub const NL1: ::tcflag_t = 0x00000100; consts
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 1193 pub const NL1: ::tcflag_t = 0x100; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 1714 pub const NL1: u32 = 256; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1881 pub const NL1: ::c_int = 0x00000100; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 1714 pub const NL1: u32 = 256; consts
|