Home
last modified time | relevance | path

Searched refs:OLCUC (Results 1 – 25 of 74) sorted by relevance

123

/third_party/ltp/testcases/kernel/syscalls/ioctl/
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/porting/liteos_m/kernel/include/bits/
Dtermios.h47 #define OLCUC 0000002 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h47 #define OLCUC 0000002 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h50 #define OLCUC 0000004 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h47 #define OLCUC 0000002 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h47 #define OLCUC 0000002 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h48 #define OLCUC 0000002 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h47 #define OLCUC 0000002 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h50 #define OLCUC 0000004 macro
/third_party/musl/arch/mips/bits/
Dtermios.h48 #define OLCUC 0000002 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h48 #define OLCUC 0000002 macro
/third_party/musl/arch/generic/bits/
Dtermios.h47 #define OLCUC 0000002 macro
/third_party/rust/crates/libc/libc-test/semver/
Dredox.txt118 OLCUC
Dopenbsd.txt600 OLCUC
Dfuchsia.txt523 OLCUC
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
Dtypes.rs173 pub const OLCUC: c::c_uint = linux_raw_sys::general::OLCUC; constant
/third_party/python/Modules/
Dtermios.c450 #ifdef OLCUC
451 {"OLCUC", OLCUC},
/third_party/rust/crates/rustix/src/backend/libc/termios/
Dtypes.rs229 pub const OLCUC: c::c_uint = c::OLCUC; constant
/third_party/rust/crates/rustix/examples/
Dstdio.rs162 if (term.c_oflag & OLCUC) != 0 { in show()
/third_party/toybox/toys/pending/
Dstty.c101 { "opost", OPOST }, { "olcuc", OLCUC }, { "ocrnl", OCRNL },
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
Dmod.rs613 pub const OLCUC: ::tcflag_t = 0o000002; constant
/third_party/rust/crates/rustix/src/termios/
Dmod.rs605 pub use constants::OLCUC;
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
Dmips64.rs665 pub const OLCUC: ::tcflag_t = 0o000002; constant
Ds390x.rs306 pub const OLCUC: ::tcflag_t = 0o000002; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs699 pub const OLCUC: ::tcflag_t = 0o000002; constant

123