Home
last modified time | relevance | path

Searched refs:IGNPAR (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-14-stable/usr.sbin/lpr/lpd/
HDmodes.c102 { "ignpar", IGNPAR, 0 },
103 { "-ignpar", 0, IGNPAR },
/freebsd-14-stable/libexec/getty/
HDsubr.c280 CLR(iflag, ISTRIP|INPCK|IGNPAR); in set_flags()
286 SET(iflag, INPCK|IGNPAR); in set_flags()
291 SET(iflag, INPCK|IGNPAR); in set_flags()
296 CLR(iflag, INPCK|IGNPAR); in set_flags()
HDgettytab89 # iflags: IXOFF | IXON | ICRNL | IGNPAR
/freebsd-14-stable/lib/libvgl/
HDkeyboard.c54 term.c_iflag = IGNPAR | IGNBRK; in VGLKeyboardInit()
/freebsd-14-stable/crypto/heimdal/appl/login/
HDstty_default.c83 termios.c_iflag |= (BRKINT|IGNPAR|ICRNL|IXON|IMAXBEL); in stty_default()
/freebsd-14-stable/crypto/openssh/
HDsshtty.c79 tio.c_iflag |= IGNPAR; in enter_raw_mode()
HDttymodes.h105 TTYMODE(IGNPAR, c_iflag, 30)
/freebsd-14-stable/contrib/ncurses/ncurses/trace/
HDlib_tracebits.c120 DATA(IGNPAR), in _nc_trace_ttymode()
130 #define ALLIN (BRKINT|IGNBRK|IGNPAR|PARMRK|INPCK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IXOFF) in _nc_trace_ttymode()
/freebsd-14-stable/contrib/ncurses/include/
HDnc_termios.h102 #define IGNPAR 0x00004 macro
/freebsd-14-stable/contrib/llvm-project/lldb/source/Host/common/
HDTerminal.cpp364 fd_termios.c_iflag &= ~(IGNPAR | PARMRK | INPCK); in SetParityCheck()
369 fd_termios.c_iflag |= IGNPAR; in SetParityCheck()
/freebsd-14-stable/sys/sys/
HD_termios.h86 #define IGNPAR 0x00000004 /* ignore (discard) parity errors */ macro
/freebsd-14-stable/contrib/ntp/ntpd/
HDrefclock_leitch.c285 ttyb.c_iflag = IGNBRK|IGNPAR|ICRNL; in leitch_start()
309 ttyp->c_iflag = IGNBRK|IGNPAR|ICRNL; in leitch_start()
HDrefclock_parse.c494 #define MBG_IFLAG (IGNBRK|IGNPAR|ISTRIP)
568 #define GPS16X_IFLAG (IGNBRK|IGNPAR)
654 # define RAWDCF_IFLAG (IGNPAR)
739 #define TRIMBLETAIP_IFLAG (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON)
815 #define RCC8000_IFLAG (IGNBRK|IGNPAR)
852 #define COMPUTIME_IFLAG (IGNBRK|IGNPAR|ISTRIP)
871 #define VARITEXT_IFLAG (IGNPAR|IGNBRK|INPCK) /*|ISTRIP)*/
900 #define SEL240X_IFLAG (IGNBRK|IGNPAR)
HDntp_refclock.c1060 ttyp->c_iflag = IGNBRK | IGNPAR | ICRNL; in refclock_setup()
1144 ttyp->c_iflag = IGNBRK | IGNPAR | ICRNL; in refclock_setup()
HDrefclock_neoclock4x.c198 termsettings.c_iflag = IGNBRK | IGNPAR | ICRNL; in neoclock4x_start()
/freebsd-14-stable/sys/kern/
HDtty_compat.c346 iflag &= ~(PARMRK|IGNPAR|IGNCR|INLCR); in ttcompatsetflags()
419 iflag &= ~(PARMRK|IGNPAR|IGNCR|INLCR); in ttcompatsetlflags()
HDtty_ttydisc.c682 CMP_FLAG(i, IGNPAR|IGNBRK) == (IGNPAR|IGNBRK)) && in ttydisc_optimize()
1045 if (CMP_FLAG(i, IGNPAR)) { in ttydisc_rint()
/freebsd-14-stable/lib/libc/gen/
HDtermios.c168 t->c_iflag &= ~(IMAXBEL|IXOFF|INPCK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON|IGNPAR); in cfmakeraw()
/freebsd-14-stable/contrib/ntp/parseutil/
HDtestdcf.c391 term.c_iflag = IGNPAR; in main()
HDdcfd.c1557 term.c_iflag = IGNPAR; in main()
/freebsd-14-stable/contrib/tcsh/
HDed.term.c101 # ifdef IGNPAR
102 { "ignpar", IGNPAR, M_INPUT },
/freebsd-14-stable/contrib/ncurses/progs/
HDreset_cmd.c326 | IGNPAR in reset_tty_settings()
/freebsd-14-stable/contrib/libedit/
HDtty.c172 #ifdef IGNPAR
173 {"ignpar", IGNPAR, MD_INP},
/freebsd-14-stable/usr.bin/chat/
HDchat.c492 t.c_iflag |= IGNBRK | ISTRIP | IGNPAR; in set_tty_parameters()
/freebsd-14-stable/crypto/heimdal/appl/telnet/telnetd/
HDsys_term.c909 termbuf.c_iflag = IGNPAR|ISTRIP|ICRNL|IXON; in getptyslave()

12