/third_party/musl/include/sys/ |
D | ttydefaults.h | 7 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | ttydefaults.h | 7 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | ttydefaults.h | 7 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
|
/third_party/musl/ndk_musl_include/sys/ |
D | ttydefaults.h | 7 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | ttydefaults.h | 7 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl02.c | 230 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/ |
D | termios.h | 116 #define CS7 0000040 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 116 #define CS7 0000040 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 116 #define CS7 0000040 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 117 #define CS7 0000040 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 120 #define CS7 00001000 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 117 #define CS7 0000040 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 116 #define CS7 0000040 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 117 #define CS7 0000040 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 116 #define CS7 0000040 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 120 #define CS7 00001000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 116 #define CS7 0000040 macro
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 93 C(CS7) in f()
|
/third_party/jerryscript/jerry-ext/debugger/ |
D | debugger-serial.c | 140 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/ |
D | serial_port_base.ipp | 518 case 7: storage.c_cflag |= CS7; break; 535 else if ((storage.c_cflag & CSIZE) == CS7) { value_ = 7; }
|
/third_party/boost/boost/asio/impl/ |
D | serial_port_base.ipp | 518 case 7: storage.c_cflag |= CS7; break; 535 else if ((storage.c_cflag & CSIZE) == CS7) { value_ = 7; }
|
/third_party/python/Modules/ |
D | termios.c | 561 {"CS7", CS7},
|
/third_party/toybox/toys/pending/ |
D | stty.c | 87 { "cs5", CS5, CSIZE }, { "cs6", CS6, CSIZE }, { "cs7", CS7, CSIZE },
|