Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-ext/debugger/
Ddebugger-serial.c185 options.c_cflag &= (uint32_t) ~CSTOPB; // set 1 stop bits in jerryx_debugger_serial_configure_attributes()
190 options.c_cflag |= CSTOPB; // set 2 stop bits in jerryx_debugger_serial_configure_attributes()
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h118 #define CSTOPB 0000100 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h118 #define CSTOPB 0000100 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h118 #define CSTOPB 0000100 macro
/third_party/musl/arch/mips/bits/
Dtermios.h119 #define CSTOPB 0000100 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h122 #define CSTOPB 00002000 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h119 #define CSTOPB 0000100 macro
/third_party/musl/arch/generic/bits/
Dtermios.h118 #define CSTOPB 0000100 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h119 #define CSTOPB 0000100 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h118 #define CSTOPB 0000100 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h122 #define CSTOPB 00002000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h118 #define CSTOPB 0000100 macro
/third_party/musl/libc-test/src/api/
Dtermios.c95 C(CSTOPB) in f()
/third_party/boost/libs/asio/include/boost/asio/impl/
Dserial_port_base.ipp456 storage.c_cflag &= ~CSTOPB;
459 storage.c_cflag |= CSTOPB;
491 value_ = (storage.c_cflag & CSTOPB) ? two : one;
/third_party/boost/boost/asio/impl/
Dserial_port_base.ipp456 storage.c_cflag &= ~CSTOPB;
459 storage.c_cflag |= CSTOPB;
491 value_ = (storage.c_cflag & CSTOPB) ? two : one;
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/
Dminimal-raw-file.c112 CSIZE | CSTOPB | PARENB in callback_raw_test()
/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.c88 { "cs8", CS8, CSIZE }, { "hupcl", HUPCL }, { "cstopb", CSTOPB },
/third_party/python/Modules/
Dtermios.c545 {"CSTOPB", CSTOPB},