Home
last modified time | relevance | path

Searched refs:OLCUC (Results 1 - 25 of 70) sorted by relevance

123

/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h47 #define OLCUC 0000002 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h47 #define OLCUC 0000002 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h47 #define OLCUC 0000002 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h47 #define OLCUC 0000002 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h47 #define OLCUC 0000002 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h47 #define OLCUC 0000002 macro
/third_party/ltp/testcases/kernel/syscalls/ioctl/
H A Dioctl02.c249 termio.c_oflag = OPOST | OLCUC | ONLCR | ONOCR; in run_ptest()
347 if (!(termio.c_oflag && (OPOST | OLCUC | ONLCR | ONOCR))) { in chk_tty_parms()
/third_party/musl/arch/mips/bits/
H A Dtermios.h48 #define OLCUC 0000002 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h50 #define OLCUC 0000004 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h48 #define OLCUC 0000002 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h48 #define OLCUC 0000002 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h50 #define OLCUC 0000004 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dtypes.rs172 /// `OLCUC`
173 pub const OLCUC: c::c_uint = linux_raw_sys::general::OLCUC; consts
/third_party/python/Modules/
H A Dtermios.c666 #ifdef OLCUC
667 {"OLCUC", OLCUC},
/third_party/rust/crates/rustix/src/backend/libc/termios/
H A Dtypes.rs220 /// `OLCUC`
229 pub const OLCUC: c::c_uint = c::OLCUC; consts
/third_party/toybox/toys/pending/
H A Dstty.c101 { "opost", OPOST }, { "olcuc", OLCUC }, { "ocrnl", OCRNL },
/third_party/rust/crates/rustix/examples/
H A Dstdio.rs162 if (term.c_oflag & OLCUC) != 0 { in show()
163 print!(" OLCUC"); in show()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H A Dmod.rs613 pub const OLCUC: ::tcflag_t = 0o000002; consts
/third_party/rust/crates/rustix/src/termios/
H A Dmod.rs605 pub use constants::OLCUC;
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H A Dpowerpc.rs375 pub const OLCUC: ::tcflag_t = 0o000004; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/
H A Dmod.rs768 pub const OLCUC: ::tcflag_t = 0o000002; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/
H A Dmod.rs412 pub const OLCUC: ::tcflag_t = 0o000002; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/
H A Dmod.rs405 pub const OLCUC: ::tcflag_t = 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/m68k/
H A Dmod.rs373 pub const OLCUC: ::tcflag_t = 0o000002; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/arm/
H A Dmod.rs404 pub const OLCUC: ::tcflag_t = 0o000002; consts

Completed in 31 milliseconds

123