/third_party/rust/crates/nix/test/sys/ |
D | test_termios.rs | 66 .contains(OutputFlags::OPOST | OutputFlags::OCRNL)); in test_output_flags() 72 .insert(OutputFlags::OPOST | OutputFlags::OCRNL); in test_output_flags()
|
/third_party/musl/src/termios/ |
D | cfmakeraw.c | 7 t->c_oflag &= ~OPOST; in cfmakeraw()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | ttydefaults.h | 5 #define TTYDEF_OFLAG (OPOST | ONLCR | XTABS)
|
/third_party/musl/ndk_musl_include/sys/ |
D | ttydefaults.h | 5 #define TTYDEF_OFLAG (OPOST | ONLCR | XTABS)
|
/third_party/musl/include/sys/ |
D | ttydefaults.h | 5 #define TTYDEF_OFLAG (OPOST | ONLCR | XTABS)
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | ttydefaults.h | 5 #define TTYDEF_OFLAG (OPOST | ONLCR | XTABS)
|
/third_party/musl/libc-test/src/functionalext/supplement/termios/ |
D | cfmakeraw.c | 34 if ((t.c_oflag & OPOST) != 0U) { in cfmakeraw_0100()
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | ttydefaults.h | 5 #define TTYDEF_OFLAG (OPOST | ONLCR | XTABS)
|
/third_party/python/Lib/ |
D | tty.py | 22 mode[OFLAG] = mode[OFLAG] & ~(OPOST)
|
/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/rust/crates/rustix/src/backend/linux_raw/termios/ |
D | syscalls.rs | 15 ECHONL, ICANON, ICRNL, IEXTEN, IGNBRK, IGNCR, INLCR, ISIG, ISTRIP, IXON, OPOST, PARENB, PARMRK, 164 termios.c_oflag &= !OPOST; in cfmakeraw()
|
D | types.rs | 170 pub const OPOST: c::c_uint = linux_raw_sys::general::OPOST; constant
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 48 #define OPOST 0000001 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 47 #define OPOST 0000001 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 47 #define OPOST 0000001 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 47 #define OPOST 0000001 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 48 #define OPOST 0000001 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 46 #define OPOST 0000001 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 46 #define OPOST 0000001 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 46 #define OPOST 0000001 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 46 #define OPOST 0000001 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 46 #define OPOST 0000001 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 46 #define OPOST 0000001 macro
|
/third_party/ltp/testcases/cve/ |
D | cve-2014-0196.c | 101 t.c_oflag &= ~OPOST; in run()
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | compat.rs | 13 (*termios).c_oflag &= !OPOST; in cfmakeraw()
|