Home
last modified time | relevance | path

Searched refs:PARENB (Results 1 – 25 of 66) sorted by relevance

123

/freebsd-12-stable/usr.sbin/lpr/lpd/
Dmodes.c66 { "parenb", PARENB, 0 },
67 { "-parenb", 0, PARENB },
70 { "parity", PARENB | CS7, PARODD | CSIZE },
71 { "-parity", CS8, PARODD | PARENB | CSIZE },
72 { "evenp", PARENB | CS7, PARODD | CSIZE },
73 { "-evenp", CS8, PARODD | PARENB | CSIZE },
74 { "oddp", PARENB | CS7 | PARODD, CSIZE },
75 { "-oddp", CS8, PARODD | PARENB | CSIZE },
76 { "pass8", CS8, PARODD | PARENB | CSIZE },
77 { "-pass8", PARENB | CS7, PARODD | CSIZE },
/freebsd-12-stable/bin/stty/
Dmodes.c63 { "parenb", PARENB, 0 },
64 { "-parenb", 0, PARENB },
67 { "parity", PARENB | CS7, PARODD | CSIZE },
68 { "-parity", CS8, PARODD | PARENB | CSIZE },
69 { "evenp", PARENB | CS7, PARODD | CSIZE },
70 { "-evenp", CS8, PARODD | PARENB | CSIZE },
71 { "oddp", PARENB | CS7 | PARODD, CSIZE },
72 { "-oddp", CS8, PARODD | PARENB | CSIZE },
73 { "pass8", CS8, PARODD | PARENB | CSIZE },
74 { "-pass8", PARENB | CS7, PARODD | CSIZE },
Dprint.c168 bput("-parenb" + on(PARENB)); in print()
Dkey.c242 ip->t.c_cflag &= ~(CSIZE|PARENB); in f_raw()
/freebsd-12-stable/sys/kern/
Dtty_compat.c293 else if (cflag&PARENB) { in ttcompatgetflags()
306 || (cflag&(CSIZE|PARENB)) != CS8) in ttcompatgetflags()
311 if (!(flags&RAW) && !(oflag&OPOST) && (cflag&(CSIZE|PARENB)) == CS8) in ttcompatgetflags()
372 cflag &= ~(CSIZE|PARENB); in ttcompatsetflags()
385 cflag |= CS7|PARENB; in ttcompatsetflags()
465 cflag &= ~(CSIZE|PARENB); in ttcompatsetlflags()
478 cflag |= CS7|PARENB; in ttcompatsetlflags()
/freebsd-12-stable/contrib/ncurses/ncurses/trace/
Dlib_tracebits.c140 {PARENB, "PARENB"}, in _nc_trace_ttymode()
141 {PARODD | PARENB, "PARODD"}, /* concession to readability */ in _nc_trace_ttymode()
143 #define ALLCTRL (CLOCAL|CREAD|CSIZE|CSTOPB|HUPCL|PARENB|PARODD) in _nc_trace_ttymode()
/freebsd-12-stable/contrib/tcsh/
Dmi.termios.c242 termios_p->c_cflag |= PARENB | PARODD;
246 termios_p->c_cflag |= PARENB;
365 if (termios_p->c_cflag & PARENB)
Ded.term.h100 # ifndef PARENB
101 # define PARENB 0 macro
/freebsd-12-stable/usr.bin/tset/
Dset.c129 mode.c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD | CLOCAL); in reset_mode()
210 mode.c_cflag |= PARENB; in set_conversions()
214 mode.c_cflag |= PARENB; in set_conversions()
/freebsd-12-stable/contrib/libedit/
Dtty.h100 # ifndef PARENB
101 # define PARENB 0 macro
/freebsd-12-stable/libexec/getty/
Dsubr.c276 CLR(cflag, CSIZE|PARENB); in set_flags()
281 SET(cflag, CS7|PARENB); in set_flags()
340 CLR(cflag, CSIZE|PARENB); in set_flags()
/freebsd-12-stable/contrib/ncurses/include/
Dnc_termios.h121 #define PARENB 0000400 macro
/freebsd-12-stable/crypto/heimdal/appl/telnet/telnet/
Dsys_bsd.c441 tmp_tc.c_cflag &= ~(CSIZE|PARENB); in TerminalNewMode()
448 tmp_tc.c_cflag &= ~(CSIZE|PARENB); in TerminalNewMode()
449 tmp_tc.c_cflag |= old_tc.c_cflag & (CSIZE|PARENB); in TerminalNewMode()
/freebsd-12-stable/sys/sys/
D_termios.h135 #define PARENB 0x00001000 /* parity enable */ macro
/freebsd-12-stable/crypto/openssh/
Dttymodes.h168 TTYMODE(PARENB, c_cflag, 92)
/freebsd-12-stable/contrib/telnet/telnet/
Dsys_bsd.c577 tmp_tc.c_cflag &= ~(CSIZE|PARENB); in TerminalNewMode()
581 tmp_tc.c_cflag &= ~(CSIZE|PARENB); in TerminalNewMode()
582 tmp_tc.c_cflag |= old_tc.c_cflag & (CSIZE|PARENB); in TerminalNewMode()
/freebsd-12-stable/contrib/ntp/ntpd/
Drefclock_palisade.c336 tio.c_cflag |= (PARENB|PARODD); in palisade_start()
365 tio.c_cflag = (CS8|CLOCAL|CREAD|PARENB|PARODD); in palisade_start()
370 tio.c_cflag = (CS8|CLOCAL|CREAD|PARENB|PARODD); in palisade_start()
379 tio.c_cflag &= ~(PARENB|PARODD); in palisade_start()
/freebsd-12-stable/contrib/gdb/gdb/gdbserver/
Dremote-utils.c71 termios.c_cflag &= ~(CSIZE | PARENB); in remote_open()
88 termio.c_cflag &= ~(CSIZE | PARENB); in remote_open()
/freebsd-12-stable/contrib/ncurses/progs/
Dtset.c856 mode.c_cflag &= ~((unsigned) (CSIZE | CSTOPB | PARENB | PARODD | CLOCAL)); in reset_mode()
964 mode.c_cflag |= PARENB; in set_conversions()
968 mode.c_cflag |= PARENB; in set_conversions()
/freebsd-12-stable/usr.bin/tip/libacu/
Dv831.c214 cntrl.c_cflag |= PARODD | PARENB; in dialit()
/freebsd-12-stable/lib/libc/gen/
Dtermios.c174 t->c_cflag &= ~(CSIZE|PARENB); in cfmakeraw()
/freebsd-12-stable/usr.sbin/bluetooth/hcseriald/
Dhcseriald.c188 t.c_cflag &= ~PARENB; /* -parenb */ in open_device()
/freebsd-12-stable/usr.sbin/ppp/
Dphysical.c218 { "even", "P_EVEN", CS7 | PARENB },
219 { "odd", "P_ODD", CS7 | PARENB | PARODD },
249 rstio.c_cflag &= ~(CSIZE | PARODD | PARENB); in physical_SetParity()
494 if (p->cfg.parity & PARENB) { in physical_ShowStatus()
/freebsd-12-stable/sys/i386/ibcs2/
Dibcs2_ioctl.c158 if (l & IBCS2_PARENB) r |= PARENB;
252 if (l & PARENB) r |= IBCS2_PARENB;
/freebsd-12-stable/contrib/ntp/parseutil/
Dtestdcf.c389 term.c_cflag = CS8|CREAD|CLOCAL|PARENB; in main()

123