Home
last modified time | relevance | path

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

12

/netbsd/usr.sbin/lpr/lpd/
H A Dmodes.c99 { "ignpar", IGNPAR, 0 },
100 { "-ignpar", 0, IGNPAR },
/netbsd/libexec/getty/
H A Dsubr.c251 CLR(iflag, ISTRIP|INPCK|IGNPAR); in setflags()
257 SET(iflag, INPCK|IGNPAR); in setflags()
262 SET(iflag, INPCK|IGNPAR); in setflags()
267 CLR(iflag, INPCK|IGNPAR); in setflags()
/netbsd/crypto/external/bsd/openssh/dist/
H A Dsshtty.c80 tio.c_iflag |= IGNPAR; in enter_raw_mode()
H A Dttymodes.h106 TTYMODE(IGNPAR, c_iflag, 30)
/netbsd/sys/compat/linux/common/
H A Dlinux_termios.h200 bts->c_iflag |= cvtto_bsd_mask(lt->c_iflag, LINUX_IGNPAR, IGNPAR); in linux32_termio_to_bsd_termios()
288 lt->c_iflag |= cvtto_linux_mask(bts->c_iflag, IGNPAR, LINUX_IGNPAR); in bsd_termios_to_linux32_termio()
378 bts->c_iflag |= cvtto_bsd_mask(lts->c_iflag, LINUX_IGNPAR, IGNPAR); in linux32_termios_to_bsd_termios()
476 lts->c_iflag |= cvtto_linux_mask(bts->c_iflag, IGNPAR, LINUX_IGNPAR); in bsd_termios_to_linux32_termios()
/netbsd/sys/sys/
H A Dtermios.h92 #define IGNPAR 0x00000004U /* ignore (discard) parity errors */ macro
/netbsd/bin/stty/
H A Dmodes.c98 { "ignpar", IGNPAR },
H A Dprint.c125 put("-ignpar", IGNPAR, 0); in print()
/netbsd/external/bsd/ntp/dist/ntpd/
H A Drefclock_leitch.c287 ttyb.c_iflag = IGNBRK|IGNPAR|ICRNL; in leitch_start()
311 ttyp->c_iflag = IGNBRK|IGNPAR|ICRNL; in leitch_start()
H A Drefclock_parse.c495 #define MBG_IFLAG (IGNBRK|IGNPAR|ISTRIP)
569 #define GPS16X_IFLAG (IGNBRK|IGNPAR)
655 # define RAWDCF_IFLAG (IGNPAR)
740 #define TRIMBLETAIP_IFLAG (BRKINT|IGNPAR|ISTRIP|ICRNL|IXON)
816 #define RCC8000_IFLAG (IGNBRK|IGNPAR)
853 #define COMPUTIME_IFLAG (IGNBRK|IGNPAR|ISTRIP)
872 #define VARITEXT_IFLAG (IGNPAR|IGNBRK|INPCK) /*|ISTRIP)*/
901 #define SEL240X_IFLAG (IGNBRK|IGNPAR)
H A Dntp_refclock.c983 ttyp->c_iflag = IGNBRK | IGNPAR | ICRNL; in refclock_setup()
1067 ttyp->c_iflag = IGNBRK | IGNPAR | ICRNL; in refclock_setup()
H A Drefclock_neoclock4x.c200 termsettings.c_iflag = IGNBRK | IGNPAR | ICRNL; in neoclock4x_start()
H A Drefclock_msfees.c490 ttyp->c_iflag = IGNBRK|IGNPAR|ICRNL; in msfees_start()
/netbsd/usr.bin/tset/
H A Dset.c88 mode.c_iflag |= (BRKINT | IGNPAR | ICRNL | IXON in reset_mode()
/netbsd/sys/compat/ultrix/
H A Dultrix_ioctl.c153 r |= ((l & 0x00000004) ? IGNPAR : 0); in stios2btios()
286 r |= ((l & IGNPAR) ? 0x00000004 : 0); in btios2stios()
/netbsd/external/bsd/ntp/dist/parseutil/
H A Dtestdcf.c393 term.c_iflag = IGNPAR; in main()
H A Ddcfd.c1555 term.c_iflag = IGNPAR; in main()
/netbsd/external/bsd/ppp/usr.sbin/pppd/
H A Dsys-bsd.c713 tios.c_iflag = IGNBRK | IGNPAR; in set_up_tty()
973 tios.c_iflag = IGNPAR; in get_pty()
1004 tios.c_iflag = IGNPAR; in open_ppp_loopback()
/netbsd/sys/compat/sunos/
H A Dsunos_ioctl.c135 r |= ((l & 0x00000004) ? IGNPAR : 0); in stios2btios()
258 r |= ((l & IGNPAR) ? 0x00000004 : 0); in btios2stios()
/netbsd/sys/compat/sunos32/
H A Dsunos32_ioctl.c171 r |= ((l & 0x00000004) ? IGNPAR : 0); in stios2btios()
294 r |= ((l & IGNPAR) ? 0x00000004 : 0); in btios2stios()
/netbsd/lib/libedit/
H A Dtty.c172 #ifdef IGNPAR
173 {"ignpar", IGNPAR, MD_INP},
/netbsd/external/bsd/ppp/dist/chat/
H A Dchat.c563 t.c_iflag |= IGNBRK | ISTRIP | IGNPAR; in set_tty_parameters()
/netbsd/sys/kern/
H A Dtty.c628 if (ISSET(iflag, IGNPAR)) in ttyinput_wlock()
639 ISSET(iflag, ISTRIP|IGNPAR|INPCK|PARMRK) == (INPCK|PARMRK)) { in ttyinput_wlock()
/netbsd/external/bsd/ntp/dist/
H A Dconfig.h.in1435 /* Is there a problem using PARENB and IGNPAR? */
1507 /* Should we not IGNPAR (Linux)? */
H A Dconfigure.ac1397 [if the TTY code permits PARENB and IGNPAR],
1423 [Is there a problem using PARENB and IGNPAR?])
2836 [Should we not IGNPAR (Linux)?]) ;;

12