| /netbsd-src/libexec/getty/ |
| H A D | subr.c | 251 CLR(iflag, ISTRIP|INPCK|IGNPAR); in setflags() 257 SET(iflag, INPCK|IGNPAR); in setflags() 260 CLR(iflag, INPCK); in setflags() 262 SET(iflag, INPCK|IGNPAR); in setflags() 265 CLR(iflag, INPCK); in setflags() 267 CLR(iflag, INPCK|IGNPAR); in setflags() 414 CLR(iflag, INPCK); in compatflags() 418 SET(iflag, INPCK); in compatflags() 423 SET(iflag, INPCK); in compatflags()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
| H A D | termios.d | 172 enum INPCK = 0x0000010; // 0000020 in version() local 269 enum INPCK = 0x0000010; in version() local 366 enum INPCK = 0x0000010; in version() local 463 enum INPCK = 0x0000010; in version() local 560 enum INPCK = 0x0000010; in version() local 657 enum INPCK = 0x0000010; in version() local 752 enum INPCK = 0x000010; in version() local
|
| /netbsd-src/usr.sbin/lpr/lpd/ |
| H A D | ttcompat.c | 70 if (ISSET(iflag, INPCK)) { in sttygetoflags() 122 CLR(iflag, INPCK); in sttysetoflags() 126 SET(iflag, INPCK); in sttysetoflags() 131 SET(iflag, INPCK); in sttysetoflags()
|
| H A D | modes.c | 103 { "inpck", INPCK, 0 }, 104 { "-inpck", 0, INPCK },
|
| /netbsd-src/sys/compat/common/ |
| H A D | tty_43.c | 300 if (ISSET(iflag, INPCK)) { in ttcompatgetflags() 399 CLR(iflag, INPCK); in ttcompatsetflags() 403 SET(iflag, INPCK); in ttcompatsetflags() 408 SET(iflag, INPCK); in ttcompatsetflags()
|
| /netbsd-src/share/examples/rump/tipsy/ |
| H A D | tipsy.c | 132 tios.c_iflag &= ~(INPCK|ICRNL); in main()
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | ttymodes.h | 108 TTYMODE(INPCK, c_iflag, 32)
|
| /netbsd-src/sys/compat/linux/common/ |
| H A D | linux_termios.h | 201 bts->c_iflag |= cvtto_bsd_mask(lt->c_iflag, LINUX_INPCK, INPCK); in linux32_termio_to_bsd_termios() 289 lt->c_iflag |= cvtto_linux_mask(bts->c_iflag, INPCK, LINUX_INPCK); in bsd_termios_to_linux32_termio() 379 bts->c_iflag |= cvtto_bsd_mask(lts->c_iflag, LINUX_INPCK, INPCK); in linux32_termios_to_bsd_termios() 477 lts->c_iflag |= cvtto_linux_mask(bts->c_iflag, INPCK, LINUX_INPCK); in bsd_termios_to_linux32_termios()
|
| /netbsd-src/sys/sys/ |
| H A D | termios.h | 94 #define INPCK 0x00000010U /* enable checking of parity errors */ macro
|
| /netbsd-src/bin/stty/ |
| H A D | modes.c | 100 { "inpck", INPCK },
|
| H A D | print.c | 124 put("-inpck", INPCK, 0); in print()
|
| /netbsd-src/usr.bin/tset/ |
| H A D | set.c | 79 mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | ISTRIP | INLCR | IGNCR in reset_mode()
|
| /netbsd-src/sys/compat/ultrix/ |
| H A D | ultrix_ioctl.c | 155 r |= ((l & 0x00000010) ? INPCK : 0); in stios2btios() 288 r |= ((l & INPCK) ? 0x00000010 : 0); in btios2stios()
|
| /netbsd-src/external/mit/libuv/dist/src/unix/ |
| H A D | tty.c | 312 tmp.c_iflag &= ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON); in uv_tty_set_mode()
|
| /netbsd-src/usr.bin/tip/ |
| H A D | tip.c | 273 term.c_iflag &= ~(INPCK|ICRNL); in main()
|
| /netbsd-src/sys/compat/sunos/ |
| H A D | sunos_ioctl.c | 137 r |= ((l & 0x00000010) ? INPCK : 0); in stios2btios() 260 r |= ((l & INPCK) ? 0x00000010 : 0); in btios2stios()
|
| /netbsd-src/sys/compat/sunos32/ |
| H A D | sunos32_ioctl.c | 173 r |= ((l & 0x00000010) ? INPCK : 0); in stios2btios() 296 r |= ((l & INPCK) ? 0x00000010 : 0); in btios2stios()
|
| /netbsd-src/lib/libedit/ |
| H A D | tty.c | 178 #ifdef INPCK 179 {"inpck", INPCK, MD_INP},
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | rltty.c | 529 tiop->c_iflag &= ~(ISTRIP | INPCK); in prepare_terminal_settings()
|
| /netbsd-src/sys/kern/ |
| H A D | tty.c | 622 } else if ((ISSET(error, TTY_PE) && ISSET(iflag, INPCK)) || in ttyinput_wlock() 635 ISSET(iflag, ISTRIP|IGNPAR|INPCK|PARMRK) == (INPCK|PARMRK)) { in ttyinput_wlock()
|
| /netbsd-src/sys/dev/sbus/ |
| H A D | spif.c | 591 if (!ISSET(t->c_iflag, INPCK)) in stty_param()
|
| H A D | magma.c | 1324 if( !ISSET(t->c_iflag, INPCK) ) in mtty_param()
|
| /netbsd-src/sys/dev/ic/ |
| H A D | cy.c | 689 if (!ISSET(t->c_iflag, INPCK)) in cyparam()
|
| H A D | cd18xx.c | 809 if (!ISSET(t->c_iflag, INPCK)) in cdttyparam()
|
| H A D | clmpcc.c | 851 if ( ISCLR(t->c_cflag, INPCK) ) in clmpcc_param()
|