/third_party/jerryscript/jerry-ext/debugger/ |
D | debugger-serial.c | 159 options.c_cflag &= (unsigned int) ~(PARENB | PARODD); in jerryx_debugger_serial_configure_attributes() 164 options.c_cflag |= PARENB; in jerryx_debugger_serial_configure_attributes() 170 options.c_cflag |= PARENB; in jerryx_debugger_serial_configure_attributes()
|
/third_party/musl/src/termios/ |
D | cfmakeraw.c | 9 t->c_cflag &= ~(CSIZE|PARENB); in cfmakeraw()
|
/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/libc-test/src/functionalext/supplement/termios/ |
D | cfmakeraw.c | 40 if ((t.c_cflag & PARENB) != 0U) { in cfmakeraw_0100()
|
/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/python/Lib/ |
D | tty.py | 23 mode[CFLAG] = mode[CFLAG] & ~(CSIZE | PARENB)
|
/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/boost/libs/asio/include/boost/asio/impl/ |
D | serial_port_base.ipp | 365 storage.c_cflag &= ~(PARENB | PARODD); 370 storage.c_cflag |= PARENB; 376 storage.c_cflag |= (PARENB | PARODD); 403 if (storage.c_cflag & PARENB)
|
/third_party/boost/boost/asio/impl/ |
D | serial_port_base.ipp | 365 storage.c_cflag &= ~(PARENB | PARODD); 370 storage.c_cflag |= PARENB; 376 storage.c_cflag |= (PARENB | PARODD); 403 if (storage.c_cflag & PARENB)
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 120 #define PARENB 0000400 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 120 #define PARENB 0000400 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 120 #define PARENB 0000400 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 121 #define PARENB 0000400 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 124 #define PARENB 00010000 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 121 #define PARENB 0000400 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 120 #define PARENB 0000400 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 121 #define PARENB 0000400 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 120 #define PARENB 0000400 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 124 #define PARENB 00010000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 120 #define PARENB 0000400 macro
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 97 C(PARENB) in f()
|
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/ |
D | minimal-raw-file.c | 112 CSIZE | CSTOPB | PARENB in callback_raw_test()
|