Home
last modified time | relevance | path

Searched refs:INPCK (Results 1 – 19 of 19) sorted by relevance

/freebsd/libexec/getty/
H A Dsubr.c274 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 Dtty_compat.c290 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 Dtty_ttydisc.c1043 (flags & TRE_PARITY && CMP_FLAG(i, INPCK))) { in ttydisc_rint()
H A Dtty.c88 #define TTYSUP_IFLAG (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK|ISTRIP|INLCR|\
/freebsd/usr.sbin/lpr/lpd/
H A Dmodes.c100 { "inpck", INPCK, 0 },
101 { "-inpck", 0, INPCK },
/freebsd/bin/stty/
H A Dmodes.c99 { "inpck", INPCK, 0 },
100 { "-inpck", 0, INPCK },
H A Dprint.c121 put("-inpck", INPCK, 0); in print()
/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c118 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 DTerminal.cpp364 fd_termios.c_iflag &= ~(IGNPAR | PARMRK | INPCK); in SetParityCheck()
367 fd_termios.c_iflag |= INPCK; in SetParityCheck()
/freebsd/sys/sys/
H A D_termios.h86 #define INPCK 0x00000010 /* enable checking of parity errors */ macro
/freebsd/crypto/openssh/
H A Dttymodes.h107 TTYMODE(INPCK, c_iflag, 32)
/freebsd/lib/libc/gen/
H A Dtermios.c166 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR); in cfmakeraw()
/freebsd/contrib/tcsh/
H A Ded.term.c107 # ifdef INPCK
108 { "inpck", INPCK, M_INPUT },
/freebsd/usr.bin/tip/tip/
H A Dtip.c209 term.c_iflag &= ~(INPCK|ICRNL); in main()
/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.c317 | INPCK in reset_tty_settings()
/freebsd/contrib/libedit/
H A Dtty.c178 #ifdef INPCK
179 {"inpck", INPCK, MD_INP},
/freebsd/contrib/bc/src/
H A Dhistory.c848 raw.c_iflag &= (unsigned int) (~(BRKINT | ICRNL | INPCK | ISTRIP | IXON)); in bc_history_enableRaw()
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c419 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 Drefclock_parse.c871 #define VARITEXT_IFLAG (IGNPAR|IGNBRK|INPCK) /*|ISTRIP)*/