Home
last modified time | relevance | path

Searched refs:IGNBRK (Results 1 – 25 of 29) sorted by relevance

12

/netbsd/usr.sbin/lpr/lpd/
H A Dmodes.c95 { "ignbrk", IGNBRK, 0 },
96 { "-ignbrk", 0, IGNBRK },
/netbsd/external/bsd/tmux/dist/compat/
H A Dcfmakeraw.c28 tio->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in cfmakeraw()
/netbsd/lib/libc/termios/
H A Dcfmakeraw.c61 t->c_iflag &= ~(IMAXBEL|IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in __weak_alias()
/netbsd/external/bsd/ntp/dist/lib/isc/unix/
H A Dkeyboard.c61 ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); in isc_keyboard_open()
/netbsd/sys/compat/linux/common/
H A Dlinux_termios.h198 bts->c_iflag |= cvtto_bsd_mask(lt->c_iflag, LINUX_IGNBRK, IGNBRK); in linux32_termio_to_bsd_termios()
286 lt->c_iflag |= cvtto_linux_mask(bts->c_iflag, IGNBRK, LINUX_IGNBRK); in bsd_termios_to_linux32_termio()
376 bts->c_iflag |= cvtto_bsd_mask(lts->c_iflag, LINUX_IGNBRK, IGNBRK); in linux32_termios_to_bsd_termios()
474 lts->c_iflag |= cvtto_linux_mask(bts->c_iflag, IGNBRK, LINUX_IGNBRK); in bsd_termios_to_linux32_termios()
/netbsd/sys/sys/
H A Dtermios.h90 #define IGNBRK 0x00000001U /* ignore BREAK condition */ macro
/netbsd/bin/stty/
H A Dmodes.c96 { "ignbrk", IGNBRK },
H A Dprint.c122 put("-ignbrk", IGNBRK, 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)
599 #define DCF7000_IFLAG (IGNBRK)
746 #define TRIMBLETSIP_IFLAG (IGNBRK)
816 #define RCC8000_IFLAG (IGNBRK|IGNPAR)
833 #define HOPF6021_IFLAG (IGNBRK|ISTRIP)
853 #define COMPUTIME_IFLAG (IGNBRK|IGNPAR|ISTRIP)
872 #define VARITEXT_IFLAG (IGNPAR|IGNBRK|INPCK) /*|ISTRIP)*/
901 #define SEL240X_IFLAG (IGNBRK|IGNPAR)
H A Drefclock_datum.c276 arg.c_iflag = IGNBRK; in datum_pts_start()
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_arc.c681 arg.c_iflag = IGNBRK | ISTRIP; in arc_start()
H A Drefclock_msfees.c490 ttyp->c_iflag = IGNBRK|IGNPAR|ICRNL; in msfees_start()
/netbsd/usr.bin/tset/
H A Dset.c79 mode.c_iflag &= ~(IGNBRK | PARMRK | INPCK | ISTRIP | INLCR | IGNCR in reset_mode()
/netbsd/sys/compat/ultrix/
H A Dultrix_ioctl.c151 r = ((l & 0x00000001) ? IGNBRK : 0); in stios2btios()
284 r = ((l & IGNBRK) ? 0x00000001 : 0); in btios2stios()
/netbsd/external/mit/libuv/dist/src/unix/
H A Dtty.c252 tio->c_iflag &= ~(IMAXBEL | IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | in uv__tty_make_raw()
/netbsd/sys/compat/sunos/
H A Dsunos_ioctl.c133 r = ((l & 0x00000001) ? IGNBRK : 0); in stios2btios()
256 r = ((l & IGNBRK) ? 0x00000001 : 0); in btios2stios()
/netbsd/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A Drlfe.c559 t.c_iflag |= IGNBRK; in main()
/netbsd/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
H A Drlfe.c559 t.c_iflag |= IGNBRK; in main()
/netbsd/sys/compat/sunos32/
H A Dsunos32_ioctl.c169 r = ((l & 0x00000001) ? IGNBRK : 0); in stios2btios()
292 r = ((l & IGNBRK) ? 0x00000001 : 0); in btios2stios()
/netbsd/lib/libcurses/
H A Dtty.c144 screen->rawt.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | INLCR | IGNCR | in _cursesi_gettmode()
/netbsd/lib/libedit/
H A Dtty.c166 #ifdef IGNBRK
167 {"ignbrk", IGNBRK, MD_INP},
/netbsd/external/bsd/ppp/dist/chat/
H A Dchat.c563 t.c_iflag |= IGNBRK | ISTRIP | IGNPAR; in set_tty_parameters()

12