Searched refs:INPCK (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-11-stable/libexec/getty/
H A Dsubr.c281 CLR(iflag, ISTRIP|INPCK|IGNPAR);
287 SET(iflag, INPCK|IGNPAR);
290 CLR(iflag, INPCK);
292 SET(iflag, INPCK|IGNPAR);
295 CLR(iflag, INPCK);
297 CLR(iflag, INPCK|IGNPAR);
/freebsd-11-stable/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c112 {INPCK, "INPCK"},
120 #define ALLIN (BRKINT|IGNBRK|IGNPAR|PARMRK|INPCK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IXOFF)
/freebsd-11-stable/bin/stty/
H A Dmodes.c106 { "inpck", INPCK, 0 },
107 { "-inpck", 0, INPCK },
H A Dprint.c129 put("-inpck", INPCK, 0);
/freebsd-11-stable/usr.sbin/lpr/lpd/
H A Dmodes.c106 { "inpck", INPCK, 0 },
107 { "-inpck", 0, INPCK },
/freebsd-11-stable/contrib/ncurses/include/
H A Dnc_termios.h93 #define INPCK 0000020 macro
/freebsd-11-stable/sys/kern/
H A Dtty_compat.c292 if (iflag&INPCK) {
303 if (iflag&(INPCK|ISTRIP|IXON) || lflag&(IEXTEN|ISIG)
387 /* XXX don't set INPCK if RAW or PASS8? */
389 iflag |= INPCK;
392 iflag |= INPCK;
395 iflag &= ~INPCK;
H A Dtty_ttydisc.c868 (flags & TRE_PARITY && CMP_FLAG(i, INPCK))) {
/freebsd-11-stable/sys/sys/
H A D_termios.h87 #define INPCK 0x00000010 /* enable checking of parity errors */ macro
/freebsd-11-stable/usr.bin/tset/
H A Dset.c82 mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | ISTRIP | INLCR | IGNCR
205 mode.c_iflag &= ~(PARMRK | INPCK);
/freebsd-11-stable/crypto/openssh/
H A Dttymodes.h116 TTYMODE(INPCK, c_iflag, 32)
/freebsd-11-stable/lib/libc/gen/
H A Dtermios.c170 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR);
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui.c529 mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | INLCR | IGNCR | IUCLC | IXOFF);
/freebsd-11-stable/usr.bin/tip/tip/
H A Dtip.c223 term.c_iflag &= ~(INPCK|ICRNL);
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtset.c796 mode.c_iflag &= ~((unsigned) (IGNBRK | PARMRK | INPCK | ISTRIP | INLCR | IGNCR
961 mode.c_iflag &= ~(PARMRK | INPCK);
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_ioctl.c130 if (l & IBCS2_INPCK) r |= INPCK;
224 if (l & INPCK) r |= IBCS2_INPCK;
/freebsd-11-stable/contrib/tcsh/
H A Ded.term.c107 # ifdef INPCK
108 { "inpck", INPCK, M_INPUT },
109 # endif /* INPCK */
/freebsd-11-stable/contrib/libreadline/
H A Drltty.c601 tiop->c_iflag &= ~(ISTRIP | INPCK);
/freebsd-11-stable/lib/libedit/
H A Dtty.c179 #ifdef INPCK
180 {"inpck", INPCK, MD_INP},
181 #endif /* INPCK */
/freebsd-11-stable/sys/dev/rc/
H A Drc.c476 && (rc->rc_tp->t_iflag & INPCK))))
934 if (!(cflag & INPCK))
/freebsd-11-stable/sys/dev/cy/
H A Dcy.c740 && (com->tp->t_iflag & INPCK))))
1314 if (!(iflag & INPCK))
/freebsd-11-stable/sys/dev/si/
H A Dsi.c930 if (iflag & INPCK)
/freebsd-11-stable/sys/dev/digi/
H A Ddigi.c1044 t->c_iflag & (IGNBRK | BRKINT | IGNPAR | PARMRK | INPCK | ISTRIP);
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_ioctl.c433 if (bios->c_iflag & INPCK)
575 bios->c_iflag |= INPCK;
/freebsd-11-stable/sys/dev/sio/
H A Dsio.c1531 * Otherwise, convert BI/FE and PE+INPCK to 0.
1535 * and INPCK clear).
1556 || com->tp->t_iflag & INPCK))

Completed in 183 milliseconds

12