/third_party/musl/src/termios/ |
D | cfmakeraw.c | 10 t->c_cflag |= CS8; in cfmakeraw()
|
/third_party/musl/libc-test/src/functionalext/supplement/termios/ |
D | cfmakeraw.c | 43 if ((int)(t.c_cflag & CSIZE) != CS8) { in cfmakeraw_0100()
|
/third_party/python/Lib/ |
D | tty.py | 24 mode[CFLAG] = mode[CFLAG] | CS8
|
/third_party/libuv/src/unix/ |
D | tty.c | 244 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/ |
D | termios.h | 117 #define CS8 0000060 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 117 #define CS8 0000060 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 117 #define CS8 0000060 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 118 #define CS8 0000060 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 121 #define CS8 00001400 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 118 #define CS8 0000060 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 117 #define CS8 0000060 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 118 #define CS8 0000060 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 117 #define CS8 0000060 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 121 #define CS8 00001400 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 117 #define CS8 0000060 macro
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 94 C(CS8) in f()
|
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/ |
D | minimal-raw-file.c | 117 tio.c_cflag |= 0x1412 | CS8 | CREAD | CLOCAL; in callback_raw_test()
|
/third_party/jerryscript/jerry-ext/debugger/ |
D | debugger-serial.c | 145 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/ |
D | reactive_serial_port_service.ipp | 85 ios.c_cflag |= CS8;
|
/third_party/boost/libs/asio/include/boost/asio/detail/impl/ |
D | reactive_serial_port_service.ipp | 85 ios.c_cflag |= CS8;
|
/third_party/boost/libs/asio/include/boost/asio/impl/ |
D | serial_port_base.ipp | 519 case 8: storage.c_cflag |= CS8; break; 536 else if ((storage.c_cflag & CSIZE) == CS8) { value_ = 8; }
|
/third_party/boost/boost/asio/impl/ |
D | serial_port_base.ipp | 519 case 8: storage.c_cflag |= CS8; break; 536 else if ((storage.c_cflag & CSIZE) == CS8) { value_ = 8; }
|
/third_party/toybox/toys/pending/ |
D | getty.c | 160 TT.termios.c_cflag |= CS8|CREAD|HUPCL|CBAUDEX; in termios_init()
|
D | stty.c | 88 { "cs8", CS8, CSIZE }, { "hupcl", HUPCL }, { "cstopb", CSTOPB },
|
/third_party/python/Modules/ |
D | termios.c | 562 {"CS8", CS8},
|