Home
last modified time | relevance | path

Searched refs:CS7 (Results 1 – 23 of 23) sorted by relevance

/third_party/musl/include/sys/
Dttydefaults.h7 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dttydefaults.h7 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dttydefaults.h7 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
/third_party/musl/ndk_musl_include/sys/
Dttydefaults.h7 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
/third_party/musl/porting/uniproton/kernel/include/sys/
Dttydefaults.h7 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl02.c230 termio.c_cflag = B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL; in run_ptest()
303 if (termio.c_cflag != (B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL)) { in chk_tty_parms()
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h116 #define CS7 0000040 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h116 #define CS7 0000040 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h116 #define CS7 0000040 macro
/third_party/musl/arch/mips/bits/
Dtermios.h117 #define CS7 0000040 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h120 #define CS7 00001000 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h117 #define CS7 0000040 macro
/third_party/musl/arch/generic/bits/
Dtermios.h116 #define CS7 0000040 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h117 #define CS7 0000040 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h116 #define CS7 0000040 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h120 #define CS7 00001000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h116 #define CS7 0000040 macro
/third_party/musl/libc-test/src/api/
Dtermios.c93 C(CS7) in f()
/third_party/jerryscript/jerry-ext/debugger/
Ddebugger-serial.c140 options.c_cflag |= CS7; // set character size mask to 7-bit chars in jerryx_debugger_serial_configure_attributes()
/third_party/boost/libs/asio/include/boost/asio/impl/
Dserial_port_base.ipp518 case 7: storage.c_cflag |= CS7; break;
535 else if ((storage.c_cflag & CSIZE) == CS7) { value_ = 7; }
/third_party/boost/boost/asio/impl/
Dserial_port_base.ipp518 case 7: storage.c_cflag |= CS7; break;
535 else if ((storage.c_cflag & CSIZE) == CS7) { value_ = 7; }
/third_party/python/Modules/
Dtermios.c561 {"CS7", CS7},
/third_party/toybox/toys/pending/
Dstty.c87 { "cs5", CS5, CSIZE }, { "cs6", CS6, CSIZE }, { "cs7", CS7, CSIZE },