/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl02.c | 231 termio.c_cflag = B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL; in run_ptest() 304 if (termio.c_cflag != (B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL)) { in chk_tty_parms()
|
/external/python/cpython3/Lib/ |
D | tty.py | 23 mode[CFLAG] = mode[CFLAG] & ~(CSIZE | PARENB)
|
/external/python/cpython2/Lib/ |
D | tty.py | 23 mode[CFLAG] = mode[CFLAG] & ~(CSIZE | PARENB)
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | serialposix.py | 383 cflag &= ~(TERMIOS.PARENB|TERMIOS.PARODD) 386 cflag |= (TERMIOS.PARENB) 388 cflag |= (TERMIOS.PARENB|TERMIOS.PARODD)
|
/external/openssh/ |
D | ttymodes.h | 177 TTYMODE(PARENB, c_cflag, 92)
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 139 #define PARENB 0000400 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | termbits.h | 163 #define PARENB 0000400 /* Parity enable. */ macro
|
/external/syzkaller/vm/vmimpl/ |
D | console.go | 35 term.Cflag &^= unixCBAUD | unix.CSIZE | unix.PARENB | unix.CSTOPB | unixCRTSCTS
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 151 PARENB = 0000400 variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 151 PARENB = 0000400 variable
|
/external/selinux/policycoreutils/run_init/ |
D | open_init_pty.c | 75 buf.c_cflag &= ~(CSIZE | PARENB); in tty_semi_raw()
|
/external/toybox/toys/pending/ |
D | getty.c | 152 TT.termios.c_cflag &= (0|CSTOPB|PARENB|PARODD); in termios_init()
|
D | init.c | 84 terminal.c_cflag &= CRTSCTS|PARODD|PARENB|CSTOPB|CSIZE|CBAUDEX|CBAUD; in reset_term()
|
D | stty.c | 86 { "parenb", PARENB }, { "parodd", PARODD }, { "cmspar", CMSPAR },
|
/external/python/cpython2/Modules/ |
D | termios.c | 497 {"PARENB", PARENB},
|
/external/python/cpython3/Modules/ |
D | termios.c | 525 {"PARENB", PARENB},
|
/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 | 947 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL); in set_up_tty() 2669 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB);
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 708 PARENB = 0x100 const
|
D | zerrors_openbsd_386.go | 969 PARENB = 0x1000 const
|
D | zerrors_openbsd_amd64.go | 1014 PARENB = 0x1000 const
|
D | zerrors_dragonfly_amd64.go | 967 PARENB = 0x1000 const
|
D | zerrors_openbsd_arm.go | 970 PARENB = 0x1000 const
|
D | zerrors_darwin_arm64.go | 1072 PARENB = 0x1000 const
|
D | zerrors_darwin_386.go | 1072 PARENB = 0x1000 const
|