/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl02.c | 249 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/ |
D | termios.h | 47 #define OLCUC 0000002 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 47 #define OLCUC 0000002 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 50 #define OLCUC 0000004 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 47 #define OLCUC 0000002 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 47 #define OLCUC 0000002 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 48 #define OLCUC 0000002 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 47 #define OLCUC 0000002 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 50 #define OLCUC 0000004 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 48 #define OLCUC 0000002 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 48 #define OLCUC 0000002 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 47 #define OLCUC 0000002 macro
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | redox.txt | 118 OLCUC
|
D | openbsd.txt | 600 OLCUC
|
D | fuchsia.txt | 523 OLCUC
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
D | types.rs | 173 pub const OLCUC: c::c_uint = linux_raw_sys::general::OLCUC; constant
|
/third_party/python/Modules/ |
D | termios.c | 450 #ifdef OLCUC 451 {"OLCUC", OLCUC},
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
D | types.rs | 229 pub const OLCUC: c::c_uint = c::OLCUC; constant
|
/third_party/rust/crates/rustix/examples/ |
D | stdio.rs | 162 if (term.c_oflag & OLCUC) != 0 { in show()
|
/third_party/toybox/toys/pending/ |
D | stty.c | 101 { "opost", OPOST }, { "olcuc", OLCUC }, { "ocrnl", OCRNL },
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
D | mod.rs | 613 pub const OLCUC: ::tcflag_t = 0o000002; constant
|
/third_party/rust/crates/rustix/src/termios/ |
D | mod.rs | 605 pub use constants::OLCUC;
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
D | mips64.rs | 665 pub const OLCUC: ::tcflag_t = 0o000002; constant
|
D | s390x.rs | 306 pub const OLCUC: ::tcflag_t = 0o000002; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
D | mod.rs | 699 pub const OLCUC: ::tcflag_t = 0o000002; constant
|