Home
last modified time | relevance | path

Searched refs:OPOST (Results 1 – 25 of 64) sorted by relevance

123

/third_party/rust/crates/nix/test/sys/
Dtest_termios.rs66 .contains(OutputFlags::OPOST | OutputFlags::OCRNL)); in test_output_flags()
72 .insert(OutputFlags::OPOST | OutputFlags::OCRNL); in test_output_flags()
/third_party/musl/src/termios/
Dcfmakeraw.c7 t->c_oflag &= ~OPOST; in cfmakeraw()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dttydefaults.h5 #define TTYDEF_OFLAG (OPOST | ONLCR | XTABS)
/third_party/musl/ndk_musl_include/sys/
Dttydefaults.h5 #define TTYDEF_OFLAG (OPOST | ONLCR | XTABS)
/third_party/musl/include/sys/
Dttydefaults.h5 #define TTYDEF_OFLAG (OPOST | ONLCR | XTABS)
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dttydefaults.h5 #define TTYDEF_OFLAG (OPOST | ONLCR | XTABS)
/third_party/musl/libc-test/src/functionalext/supplement/termios/
Dcfmakeraw.c34 if ((t.c_oflag & OPOST) != 0U) { in cfmakeraw_0100()
/third_party/musl/porting/uniproton/kernel/include/sys/
Dttydefaults.h5 #define TTYDEF_OFLAG (OPOST | ONLCR | XTABS)
/third_party/python/Lib/
Dtty.py22 mode[OFLAG] = mode[OFLAG] & ~(OPOST)
/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/rust/crates/rustix/src/backend/linux_raw/termios/
Dsyscalls.rs15 ECHONL, ICANON, ICRNL, IEXTEN, IGNBRK, IGNCR, INLCR, ISIG, ISTRIP, IXON, OPOST, PARENB, PARMRK,
164 termios.c_oflag &= !OPOST; in cfmakeraw()
Dtypes.rs170 pub const OPOST: c::c_uint = linux_raw_sys::general::OPOST; constant
/third_party/musl/arch/powerpc/bits/
Dtermios.h48 #define OPOST 0000001 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h47 #define OPOST 0000001 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h47 #define OPOST 0000001 macro
/third_party/musl/arch/mips/bits/
Dtermios.h47 #define OPOST 0000001 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h48 #define OPOST 0000001 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h46 #define OPOST 0000001 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h46 #define OPOST 0000001 macro
/third_party/musl/arch/generic/bits/
Dtermios.h46 #define OPOST 0000001 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h46 #define OPOST 0000001 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h46 #define OPOST 0000001 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h46 #define OPOST 0000001 macro
/third_party/ltp/testcases/cve/
Dcve-2014-0196.c101 t.c_oflag &= ~OPOST; in run()
/third_party/rust/crates/libc/src/unix/solarish/
Dcompat.rs13 (*termios).c_oflag &= !OPOST; in cfmakeraw()

123