Home
last modified time | relevance | path

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

12

/third_party/musl/src/termios/
Dcfmakeraw.c7 t->c_oflag &= ~OPOST; in cfmakeraw()
/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/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/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/e2fsprogs/lib/et/
Dcom_err.c55 (t.c_oflag & OPOST) && (t.c_oflag & ONLCR)) in default_com_err_proc()
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h46 #define OPOST 0000001 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/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/arch/mips/bits/
Dtermios.h47 #define OPOST 0000001 macro
/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/generic/bits/
Dtermios.h46 #define OPOST 0000001 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h47 #define OPOST 0000001 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h46 #define OPOST 0000001 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h48 #define OPOST 0000001 macro
/third_party/musl/porting/liteos_m_iccarm/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/musl/libc-test/src/api/
Dtermios.c43 C(OPOST) in f()
/third_party/toybox/lib/
Dtty.c83 termio.c_oflag = ONLCR|OPOST; in set_terminal()
/third_party/boost/boost/asio/detail/impl/
Dreactive_serial_port_service.ipp82 ios.c_oflag &= ~OPOST;

12