| /freebsd-12-stable/usr.sbin/lpr/lpd/ |
| D | modes.c | 66 { "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/ |
| D | modes.c | 63 { "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 },
|
| D | print.c | 168 bput("-parenb" + on(PARENB)); in print()
|
| D | key.c | 242 ip->t.c_cflag &= ~(CSIZE|PARENB); in f_raw()
|
| /freebsd-12-stable/sys/kern/ |
| D | tty_compat.c | 293 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/ |
| D | lib_tracebits.c | 140 {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/ |
| D | mi.termios.c | 242 termios_p->c_cflag |= PARENB | PARODD; 246 termios_p->c_cflag |= PARENB; 365 if (termios_p->c_cflag & PARENB)
|
| D | ed.term.h | 100 # ifndef PARENB 101 # define PARENB 0 macro
|
| /freebsd-12-stable/usr.bin/tset/ |
| D | set.c | 129 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/ |
| D | tty.h | 100 # ifndef PARENB 101 # define PARENB 0 macro
|
| /freebsd-12-stable/libexec/getty/ |
| D | subr.c | 276 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/ |
| D | nc_termios.h | 121 #define PARENB 0000400 macro
|
| /freebsd-12-stable/crypto/heimdal/appl/telnet/telnet/ |
| D | sys_bsd.c | 441 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.h | 135 #define PARENB 0x00001000 /* parity enable */ macro
|
| /freebsd-12-stable/crypto/openssh/ |
| D | ttymodes.h | 168 TTYMODE(PARENB, c_cflag, 92)
|
| /freebsd-12-stable/contrib/telnet/telnet/ |
| D | sys_bsd.c | 577 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/ |
| D | refclock_palisade.c | 336 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/ |
| D | remote-utils.c | 71 termios.c_cflag &= ~(CSIZE | PARENB); in remote_open() 88 termio.c_cflag &= ~(CSIZE | PARENB); in remote_open()
|
| /freebsd-12-stable/contrib/ncurses/progs/ |
| D | tset.c | 856 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/ |
| D | v831.c | 214 cntrl.c_cflag |= PARODD | PARENB; in dialit()
|
| /freebsd-12-stable/lib/libc/gen/ |
| D | termios.c | 174 t->c_cflag &= ~(CSIZE|PARENB); in cfmakeraw()
|
| /freebsd-12-stable/usr.sbin/bluetooth/hcseriald/ |
| D | hcseriald.c | 188 t.c_cflag &= ~PARENB; /* -parenb */ in open_device()
|
| /freebsd-12-stable/usr.sbin/ppp/ |
| D | physical.c | 218 { "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/ |
| D | ibcs2_ioctl.c | 158 if (l & IBCS2_PARENB) r |= PARENB; 252 if (l & PARENB) r |= IBCS2_PARENB;
|
| /freebsd-12-stable/contrib/ntp/parseutil/ |
| D | testdcf.c | 389 term.c_cflag = CS8|CREAD|CLOCAL|PARENB; in main()
|