/external/u-boot/tools/gdb/ |
D | serial.c | 18 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, { 0 } }; 20 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, 0 };
|
/external/python/cpython3/Lib/ |
D | tty.py | 24 mode[CFLAG] = mode[CFLAG] | CS8
|
/external/python/cpython2/Lib/ |
D | tty.py | 24 mode[CFLAG] = mode[CFLAG] | CS8
|
/external/openssh/ |
D | ttymodes.h | 176 TTYMODE(CS8, c_cflag, 91)
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 136 #define CS8 0000060 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | termbits.h | 160 #define CS8 0000060 /* 8 bits per byte. */ macro
|
/external/syzkaller/vm/vmimpl/ |
D | console.go | 37 term.Cflag |= unix.B115200 | unix.CS8 | unix.CLOCAL | unix.CREAD
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 148 CS8 = 0000060 variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 148 CS8 = 0000060 variable
|
/external/selinux/policycoreutils/run_init/ |
D | open_init_pty.c | 77 buf.c_cflag |= CS8; in tty_semi_raw()
|
/external/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 },
|
/external/python/cpython2/Modules/ |
D | termios.c | 512 {"CS8", CS8},
|
/external/python/cpython3/Modules/ |
D | termios.c | 540 {"CS8", CS8},
|
/external/u-boot/arch/sandbox/cpu/ |
D | os.c | 134 term.c_cflag = CS8 | CREAD | CLOCAL; in os_tty_raw()
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | b8774d63466bed852a28fd97cb1fcd69.00005ae4.honggfuzz.cov | 50 �̾.CS8��� "�H��;o�g0B�k�a!Tk�]��U���1����h�.��ͨ�
|
/external/u-boot/tools/ |
D | kwboot.c | 262 tio.c_cflag = CREAD|CLOCAL|CS8; in kwboot_open_tty()
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | serialposix.py | 362 cflag |= TERMIOS.CS8
|
/external/nos/test/system-test-harness/src/ |
D | util.cc | 459 tty_state.c_cflag = (tty_state.c_cflag & ~(CSIZE | PARENB)) | CS8; in Init()
|
/external/ppp/pppd/ |
D | sys-linux.c | 948 tios.c_cflag |= CS8 | CREAD | HUPCL; in set_up_tty() 2670 tios.c_cflag |= CS8 | CREAD | CLOCAL;
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 187 CS8 = 0x30 const
|
D | zerrors_openbsd_386.go | 154 CS8 = 0x300 const
|
D | zerrors_openbsd_amd64.go | 161 CS8 = 0x300 const
|
D | zerrors_dragonfly_amd64.go | 164 CS8 = 0x300 const
|
D | zerrors_openbsd_arm.go | 154 CS8 = 0x300 const
|