Home
last modified time | relevance | path

Searched refs:CS8 (Results 1 – 25 of 27) sorted by relevance

12

/third_party/musl/src/termios/
Dcfmakeraw.c10 t->c_cflag |= CS8; in cfmakeraw()
/third_party/musl/libc-test/src/functionalext/supplement/termios/
Dcfmakeraw.c43 if ((int)(t.c_cflag & CSIZE) != CS8) { in cfmakeraw_0100()
/third_party/python/Lib/
Dtty.py24 mode[CFLAG] = mode[CFLAG] | CS8
/third_party/libuv/src/unix/
Dtty.c244 tio->c_cflag |= CS8; in uv__tty_make_raw()
296 tmp.c_cflag |= (CS8); in uv_tty_set_mode()
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h117 #define CS8 0000060 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h117 #define CS8 0000060 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h117 #define CS8 0000060 macro
/third_party/musl/arch/mips/bits/
Dtermios.h118 #define CS8 0000060 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h121 #define CS8 00001400 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h118 #define CS8 0000060 macro
/third_party/musl/arch/generic/bits/
Dtermios.h117 #define CS8 0000060 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h118 #define CS8 0000060 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h117 #define CS8 0000060 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h121 #define CS8 00001400 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h117 #define CS8 0000060 macro
/third_party/musl/libc-test/src/api/
Dtermios.c94 C(CS8) in f()
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/
Dminimal-raw-file.c117 tio.c_cflag |= 0x1412 | CS8 | CREAD | CLOCAL; in callback_raw_test()
/third_party/jerryscript/jerry-ext/debugger/
Ddebugger-serial.c145 options.c_cflag |= CS8; // set character size mask to 8-bit chars in jerryx_debugger_serial_configure_attributes()
/third_party/boost/boost/asio/detail/impl/
Dreactive_serial_port_service.ipp85 ios.c_cflag |= CS8;
/third_party/boost/libs/asio/include/boost/asio/detail/impl/
Dreactive_serial_port_service.ipp85 ios.c_cflag |= CS8;
/third_party/boost/libs/asio/include/boost/asio/impl/
Dserial_port_base.ipp519 case 8: storage.c_cflag |= CS8; break;
536 else if ((storage.c_cflag & CSIZE) == CS8) { value_ = 8; }
/third_party/boost/boost/asio/impl/
Dserial_port_base.ipp519 case 8: storage.c_cflag |= CS8; break;
536 else if ((storage.c_cflag & CSIZE) == CS8) { value_ = 8; }
/third_party/toybox/toys/pending/
Dgetty.c160 TT.termios.c_cflag |= CS8|CREAD|HUPCL|CBAUDEX; in termios_init()
Dstty.c88 { "cs8", CS8, CSIZE }, { "hupcl", HUPCL }, { "cstopb", CSTOPB },
/third_party/python/Modules/
Dtermios.c562 {"CS8", CS8},

12