Searched refs:INPCK (Results 1 – 25 of 41) sorted by relevance
12
/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl02.c | 246 BRKINT | IGNPAR | INPCK | ISTRIP | ICRNL | IUCLC | IXON | IXANY | in run_ptest() 341 && (BRKINT | IGNPAR | INPCK | ISTRIP | ICRNL | IUCLC | IXON | IXANY in chk_tty_parms()
|
/external/python/cpython2/Lib/ |
D | tty.py | 21 mode[IFLAG] = mode[IFLAG] & ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON)
|
/external/python/cpython3/Lib/ |
D | tty.py | 21 mode[IFLAG] = mode[IFLAG] & ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON)
|
/external/openssh/ |
D | ttymodes.h | 116 TTYMODE(INPCK, c_iflag, 32)
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 67 #define INPCK 0000020 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | termbits.h | 87 #define INPCK 0000020 /* Enable input parity check. */ macro
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 85 INPCK = 0000020 variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 85 INPCK = 0000020 variable
|
/external/selinux/policycoreutils/run_init/ |
D | open_init_pty.c | 73 buf.c_iflag &= ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON); in tty_semi_raw()
|
/external/python/cpython2/Modules/ |
D | termios.c | 383 {"INPCK", INPCK},
|
/external/python/cpython3/Modules/ |
D | termios.c | 411 {"INPCK", INPCK},
|
/external/toybox/toys/pending/ |
D | stty.c | 94 { "parmrk", PARMRK }, { "inpck", INPCK }, { "istrip", ISTRIP },
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | serialposix.py | 381 iflag &= ~(TERMIOS.INPCK|TERMIOS.ISTRIP)
|
/external/nos/test/system-test-harness/src/ |
D | util.cc | 453 tty_state.c_iflag = tty_state.c_iflag & ~(IXON | ISTRIP | INPCK | PARMRK | in Init()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 473 INPCK = 0x10 const
|
D | zerrors_dragonfly_amd64.go | 601 INPCK = 0x10 const
|
D | zerrors_openbsd_arm.go | 701 INPCK = 0x10 const
|
D | zerrors_openbsd_amd64.go | 738 INPCK = 0x10 const
|
D | zerrors_openbsd_386.go | 702 INPCK = 0x10 const
|
D | zerrors_darwin_386.go | 633 INPCK = 0x10 const
|
D | zerrors_darwin_arm64.go | 633 INPCK = 0x10 const
|
D | zerrors_darwin_amd64.go | 633 INPCK = 0x10 const
|
D | zerrors_netbsd_arm.go | 820 INPCK = 0x10 const
|
D | zerrors_darwin_arm.go | 633 INPCK = 0x10 const
|
D | zerrors_freebsd_386.go | 659 INPCK = 0x10 const
|
12