/third_party/musl/src/termios/ |
D | cfmakeraw.c | 7 t->c_oflag &= ~OPOST; in cfmakeraw()
|
/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/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/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/e2fsprogs/lib/et/ |
D | com_err.c | 55 (t.c_oflag & OPOST) && (t.c_oflag & ONLCR)) in default_com_err_proc()
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 46 #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/liteos_a/kernel/include/bits/ |
D | termios.h | 46 #define OPOST 0000001 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 47 #define OPOST 0000001 macro
|
/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/generic/bits/ |
D | termios.h | 46 #define OPOST 0000001 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 47 #define OPOST 0000001 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 46 #define OPOST 0000001 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 48 #define OPOST 0000001 macro
|
/third_party/musl/porting/liteos_m_iccarm/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/musl/libc-test/src/api/ |
D | termios.c | 43 C(OPOST) in f()
|
/third_party/toybox/lib/ |
D | tty.c | 83 termio.c_oflag = ONLCR|OPOST; in set_terminal()
|
/third_party/boost/boost/asio/detail/impl/ |
D | reactive_serial_port_service.ipp | 82 ios.c_oflag &= ~OPOST;
|