/third_party/musl/src/termios/ |
D | cfmakeraw.c | 9 t->c_cflag &= ~(CSIZE|PARENB); in cfmakeraw()
|
/third_party/toybox/toys/pending/ |
D | stty.c | 87 { "cs5", CS5, CSIZE }, { "cs6", CS6, CSIZE }, { "cs7", CS7, CSIZE }, 88 { "cs8", CS8, CSIZE }, { "hupcl", HUPCL }, { "cstopb", CSTOPB },
|
D | init.c | 84 terminal.c_cflag &= CRTSCTS|PARODD|PARENB|CSTOPB|CSIZE|CBAUDEX|CBAUD; in reset_term()
|
/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/boost/libs/asio/include/boost/asio/impl/ |
D | serial_port_base.ipp | 513 storage.c_cflag &= ~CSIZE; 533 if ((storage.c_cflag & CSIZE) == CS5) { value_ = 5; } 534 else if ((storage.c_cflag & CSIZE) == CS6) { value_ = 6; } 535 else if ((storage.c_cflag & CSIZE) == CS7) { value_ = 7; } 536 else if ((storage.c_cflag & CSIZE) == CS8) { value_ = 8; }
|
/third_party/boost/boost/asio/impl/ |
D | serial_port_base.ipp | 513 storage.c_cflag &= ~CSIZE; 533 if ((storage.c_cflag & CSIZE) == CS5) { value_ = 5; } 534 else if ((storage.c_cflag & CSIZE) == CS6) { value_ = 6; } 535 else if ((storage.c_cflag & CSIZE) == CS7) { value_ = 7; } 536 else if ((storage.c_cflag & CSIZE) == CS8) { value_ = 8; }
|
/third_party/python/Lib/ |
D | tty.py | 23 mode[CFLAG] = mode[CFLAG] & ~(CSIZE | PARENB)
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 113 #define CSIZE 0000060 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 113 #define CSIZE 0000060 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 113 #define CSIZE 0000060 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 114 #define CSIZE 0000060 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 117 #define CSIZE 00001400 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 114 #define CSIZE 0000060 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 113 #define CSIZE 0000060 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 114 #define CSIZE 0000060 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 113 #define CSIZE 0000060 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 117 #define CSIZE 00001400 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 113 #define CSIZE 0000060 macro
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 90 C(CSIZE) in f()
|
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/ |
D | minimal-raw-file.c | 112 CSIZE | CSTOPB | PARENB in callback_raw_test()
|
/third_party/jerryscript/jerry-ext/debugger/ |
D | debugger-serial.c | 123 options.c_cflag &= (uint32_t) ~CSIZE; // character size mask in jerryx_debugger_serial_configure_attributes()
|
/third_party/boost/boost/asio/detail/impl/ |
D | reactive_serial_port_service.ipp | 84 ios.c_cflag &= ~(CSIZE | PARENB);
|
/third_party/boost/libs/asio/include/boost/asio/detail/impl/ |
D | reactive_serial_port_service.ipp | 84 ios.c_cflag &= ~(CSIZE | PARENB);
|
/third_party/libuv/src/unix/ |
D | tty.c | 243 tio->c_cflag &= ~(CSIZE | PARENB); in uv__tty_make_raw()
|
/third_party/python/Modules/ |
D | termios.c | 544 {"CSIZE", CSIZE},
|