/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
H A D | syscalls.rs | 14 Action, OptionalActions, QueueSelector, Termios, Winsize, BRKINT, CBAUD, CS8, CSIZE, ECHO, 167 termios.c_cflag |= CS8;
|
H A D | types.rs | 368 /// `CS8` 369 pub const CS8: c::c_uint = linux_raw_sys::general::CS8; consts
|
/third_party/musl/src/termios/ |
H A D | cfmakeraw.c | 10 t->c_cflag |= CS8; in cfmakeraw()
|
/third_party/musl/libc-test/src/functionalext/supplement/termios/ |
H A D | cfmakeraw.c | 43 if ((int)(t.c_cflag & CSIZE) != CS8) { in cfmakeraw_0100()
|
/third_party/python/Lib/ |
H A D | tty.py | 24 mode[CFLAG] = mode[CFLAG] | CS8
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | termios.h | 117 #define CS8 0000060 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | termios.h | 117 #define CS8 0000060 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | termios.h | 117 #define CS8 0000060 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | termios.h | 117 #define CS8 0000060 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | termios.h | 117 #define CS8 0000060 macro
|
/third_party/musl/arch/generic/bits/ |
H A D | termios.h | 117 #define CS8 0000060 macro
|
/third_party/libuv/src/unix/ |
H A D | tty.c | 257 tio->c_cflag |= CS8; in uv__tty_make_raw() 319 tmp.c_cflag |= (CS8); in uv_tty_set_mode()
|
/third_party/node/deps/uv/src/unix/ |
H A D | tty.c | 257 tio->c_cflag |= CS8; in uv__tty_make_raw() 314 tmp.c_cflag |= (CS8); in uv_tty_set_mode()
|
/third_party/musl/arch/mips/bits/ |
H A D | termios.h | 118 #define CS8 0000060 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | termios.h | 121 #define CS8 00001400 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | termios.h | 118 #define CS8 0000060 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | termios.h | 118 #define CS8 0000060 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | termios.h | 121 #define CS8 00001400 macro
|
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/ |
H A D | minimal-raw-file.c | 117 tio.c_cflag |= 0x1412 | CS8 | CREAD | CLOCAL; in callback_raw_test()
|
/third_party/musl/libc-test/src/api/ |
H A D | termios.c | 94 C(CS8) in f()
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | compat.rs | 16 (*termios).c_cflag |= CS8; in cfmakeraw()
|
/third_party/jerryscript/jerry-ext/debugger/ |
H A 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/cups-filters/backend/ |
H A D | serial.c | 370 opts.c_cflag |= CS8; in main() 400 opts.c_cflag |= CS8; in main()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/ |
H A D | mod.rs | 232 pub const CS8: ::tcflag_t = 0x00000030; consts
|
/third_party/toybox/toys/pending/ |
H A D | getty.c | 160 TT.termios.c_cflag |= CS8|CREAD|HUPCL|CBAUDEX; in termios_init()
|