Home
last modified time | relevance | path

Searched refs:PARODD (Results 1 – 20 of 20) sorted by relevance

/third_party/jerryscript/jerry-ext/debugger/
Ddebugger-serial.c159 options.c_cflag &= (unsigned int) ~(PARENB | PARODD); in jerryx_debugger_serial_configure_attributes()
165 options.c_cflag |= PARODD; in jerryx_debugger_serial_configure_attributes()
171 options.c_cflag |= PARODD; in jerryx_debugger_serial_configure_attributes()
/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/boost/libs/asio/include/boost/asio/impl/
Dserial_port_base.ipp365 storage.c_cflag &= ~(PARENB | PARODD);
371 storage.c_cflag &= ~PARODD;
376 storage.c_cflag |= (PARENB | PARODD);
405 if (storage.c_cflag & PARODD)
/third_party/boost/boost/asio/impl/
Dserial_port_base.ipp365 storage.c_cflag &= ~(PARENB | PARODD);
371 storage.c_cflag &= ~PARODD;
376 storage.c_cflag |= (PARENB | PARODD);
405 if (storage.c_cflag & PARODD)
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h121 #define PARODD 0001000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h121 #define PARODD 0001000 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h121 #define PARODD 0001000 macro
/third_party/musl/arch/mips/bits/
Dtermios.h122 #define PARODD 0001000 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h125 #define PARODD 00020000 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h122 #define PARODD 0001000 macro
/third_party/musl/arch/generic/bits/
Dtermios.h121 #define PARODD 0001000 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h122 #define PARODD 0001000 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h121 #define PARODD 0001000 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h125 #define PARODD 00020000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h121 #define PARODD 0001000 macro
/third_party/musl/libc-test/src/api/
Dtermios.c98 C(PARODD) in f()
/third_party/toybox/toys/pending/
Dgetty.c152 TT.termios.c_cflag &= (0|CSTOPB|PARENB|PARODD); in termios_init()
Dinit.c84 terminal.c_cflag &= CRTSCTS|PARODD|PARENB|CSTOPB|CSIZE|CBAUDEX|CBAUD; in reset_term()
Dstty.c86 { "parenb", PARENB }, { "parodd", PARODD }, { "cmspar", CMSPAR },
/third_party/python/Modules/
Dtermios.c548 {"PARODD", PARODD},