Searched refs:INPCK (Results 1 – 19 of 19) sorted by relevance
| /freebsd/libexec/getty/ |
| H A D | subr.c | 274 CLR(iflag, ISTRIP|INPCK|IGNPAR); in set_flags() 280 SET(iflag, INPCK|IGNPAR); in set_flags() 283 CLR(iflag, INPCK); in set_flags() 285 SET(iflag, INPCK|IGNPAR); in set_flags() 288 CLR(iflag, INPCK); in set_flags() 290 CLR(iflag, INPCK|IGNPAR); in set_flags()
|
| /freebsd/sys/kern/ |
| H A D | tty_compat.c | 290 if (iflag&INPCK) { in ttcompatgetflags() 301 if (iflag&(INPCK|ISTRIP|IXON) || lflag&(IEXTEN|ISIG) in ttcompatgetflags() 387 iflag |= INPCK; in ttcompatsetflags() 390 iflag |= INPCK; in ttcompatsetflags() 393 iflag &= ~INPCK; in ttcompatsetflags()
|
| H A D | tty_ttydisc.c | 1043 (flags & TRE_PARITY && CMP_FLAG(i, INPCK))) { in ttydisc_rint()
|
| H A D | tty.c | 88 #define TTYSUP_IFLAG (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP|INLCR|\
|
| /freebsd/usr.sbin/lpr/lpd/ |
| H A D | modes.c | 100 { "inpck", INPCK, 0 }, 101 { "-inpck", 0, INPCK },
|
| /freebsd/bin/stty/ |
| H A D | modes.c | 99 { "inpck", INPCK, 0 }, 100 { "-inpck", 0, INPCK },
|
| H A D | print.c | 121 put("-inpck", INPCK, 0); in print()
|
| /freebsd/contrib/ncurses/ncurses/trace/ |
| H A D | lib_tracebits.c | 118 DATA(INPCK), in _nc_trace_ttymode() 126 #define ALLIN (BRKINT|IGNBRK|IGNPAR|PARMRK|INPCK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IXOFF) in _nc_trace_ttymode()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Terminal.cpp | 364 fd_termios.c_iflag &= ~(IGNPAR | PARMRK | INPCK); in SetParityCheck() 367 fd_termios.c_iflag |= INPCK; in SetParityCheck()
|
| /freebsd/sys/sys/ |
| H A D | _termios.h | 86 #define INPCK 0x00000010 /* enable checking of parity errors */ macro
|
| /freebsd/crypto/openssh/ |
| H A D | ttymodes.h | 107 TTYMODE(INPCK, c_iflag, 32)
|
| /freebsd/lib/libc/gen/ |
| H A D | termios.c | 166 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR); in cfmakeraw()
|
| /freebsd/contrib/tcsh/ |
| H A D | ed.term.c | 107 # ifdef INPCK 108 { "inpck", INPCK, M_INPUT },
|
| /freebsd/usr.bin/tip/tip/ |
| H A D | tip.c | 209 term.c_iflag &= ~(INPCK|ICRNL); in main()
|
| /freebsd/contrib/ncurses/progs/ |
| H A D | reset_cmd.c | 317 | INPCK in reset_tty_settings()
|
| /freebsd/contrib/libedit/ |
| H A D | tty.c | 178 #ifdef INPCK 179 {"inpck", INPCK, MD_INP},
|
| /freebsd/contrib/bc/src/ |
| H A D | history.c | 848 raw.c_iflag &= (unsigned int) (~(BRKINT | ICRNL | INPCK | ISTRIP | IXON)); in bc_history_enableRaw()
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_ioctl.c | 419 if (bios->c_iflag & INPCK) in bsd_to_linux_termios() 547 bios->c_iflag |= INPCK; in linux_to_bsd_termios()
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | refclock_parse.c | 871 #define VARITEXT_IFLAG (IGNPAR|IGNBRK|INPCK) /*|ISTRIP)*/
|