/third_party/musl/arch/generic/bits/ |
D | termios.h | 57 #define NL1 0000400 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 58 #define NL1 0000400 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 57 #define NL1 0000400 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 57 #define NL1 0000400 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 57 #define NL1 0000400 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 57 #define NL1 0000400 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 59 #define NL1 0000400 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 58 #define NL1 0000400 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 57 #define NL1 0000400 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 58 #define NL1 0000400 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 59 #define NL1 0000400 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
D | types.rs | 200 pub const NL1: c::c_uint = linux_raw_sys::general::NL1; constant
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 53 C(NL1) in f()
|
/third_party/python/Modules/ |
D | termios.c | 494 #ifdef NL1 495 {"NL1", NL1},
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
D | types.rs | 311 pub const NL1: c::c_uint = c::NL1; constant
|
/third_party/toybox/toys/pending/ |
D | stty.c | 104 { "nl1", NL1, NLDLY }, { "cr0", CR0, CRDLY }, { "cr1", CR1, CRDLY },
|
/third_party/rust/crates/rustix/src/termios/ |
D | mod.rs | 558 pub use constants::NL1;
|
D | constants.rs | 482 pub use backend::termios::types::NL1;
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 517 NL1
|
D | apple.txt | 954 NL1
|
D | linux.txt | 1576 NL1
|
D | android.txt | 1616 NL1
|
/third_party/rust/crates/nix/src/sys/ |
D | termios.rs | 693 NL1 as tcflag_t;
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1103 pub const NL1: ::tcflag_t = 0x00000100; constant
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1311 pub const NL1: ::tcflag_t = 0x00000100; constant
|