/freebsd/usr.sbin/lpr/lpd/ |
H A D | modes.c | 60 { "parodd", PARODD, 0 }, 61 { "-parodd", 0, PARODD }, 62 { "parity", PARENB | CS7, PARODD | CSIZE }, 63 { "-parity", CS8, PARODD | PARENB | CSIZE }, 64 { "evenp", PARENB | CS7, PARODD | CSIZE }, 65 { "-evenp", CS8, PARODD | PARENB | CSIZE }, 66 { "oddp", PARENB | CS7 | PARODD, CSIZE }, 67 { "-oddp", CS8, PARODD | PARENB | CSIZE }, 68 { "pass8", CS8, PARODD | PARENB | CSIZE }, 69 { "-pass8", PARENB | CS7, PARODD | CSIZE },
|
/freebsd/bin/stty/ |
H A D | modes.c | 57 { "parodd", PARODD, 0 }, 58 { "-parodd", 0, PARODD }, 59 { "parity", PARENB | CS7, PARODD | CSIZE }, 60 { "-parity", CS8, PARODD | PARENB | CSIZE }, 61 { "evenp", PARENB | CS7, PARODD | CSIZE }, 62 { "-evenp", CS8, PARODD | PARENB | CSIZE }, 63 { "oddp", PARENB | CS7 | PARODD, CSIZE }, 64 { "-oddp", CS8, PARODD | PARENB | CSIZE }, 65 { "pass8", CS8, PARODD | PARENB | CSIZE }, 66 { "-pass8", PARENB | CS7, PARODD | CSIZE },
|
H A D | print.c | 162 put("-parodd", PARODD, 0); in print()
|
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | lib_tracebits.c | 151 DATA2(PARODD | PARENB, PARODD), in _nc_trace_ttymode() 153 #define ALLCTRL (CLOCAL|CREAD|CSIZE|CSTOPB|HUPCL|PARENB|PARODD) in _nc_trace_ttymode()
|
/freebsd/sys/kern/ |
H A D | tty_compat.c | 291 if (cflag&PARODD) in ttcompatgetflags() 388 cflag &= ~PARODD; in ttcompatsetflags() 391 cflag |= PARODD; in ttcompatsetflags()
|
/freebsd/contrib/tcsh/ |
H A D | mi.termios.c | 242 termios_p->c_cflag |= PARENB | PARODD; 367 if (termios_p->c_cflag & PARODD)
|
H A D | ed.term.c | 211 # ifdef PARODD 212 { "parodd", PARODD, M_CONTROL },
|
/freebsd/libexec/getty/ |
H A D | subr.c | 281 SET(cflag, PARODD); in set_flags() 286 CLR(cflag, PARODD); in set_flags() 291 CLR(cflag, PARODD); in set_flags()
|
/freebsd/contrib/ncurses/include/ |
H A D | nc_termios.h | 137 #define PARODD 0x00200 macro
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Terminal.cpp | 335 PARENB | PARODD); in SetParity() 340 fd_termios.c_cflag |= PARODD; in SetParity()
|
/freebsd/sys/sys/ |
H A D | _termios.h | 134 #define PARODD 0x00002000 /* odd parity, else even */ macro
|
/freebsd/crypto/openssh/ |
H A D | ttymodes.h | 169 TTYMODE(PARODD, c_cflag, 93)
|
/freebsd/contrib/ntp/ntpd/ |
H A 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/usr.bin/tip/libacu/ |
H A D | v831.c | 204 cntrl.c_cflag |= PARODD | PARENB; in dialit()
|
/freebsd/sys/dev/usb/serial/ |
H A D | uark.c | 392 if (t->c_cflag & PARODD) in uark_cfg_param()
|
H A D | ucycom.c | 527 if (t->c_cflag & PARODD) in ucycom_cfg_param()
|
H A D | ubsa.c | 482 value = (t->c_cflag & PARODD) ? UBSA_PARITY_ODD : UBSA_PARITY_EVEN; in ubsa_cfg_param()
|
H A D | umct.c | 539 value |= (t->c_cflag & PARODD) ? 0x0 : 0x10; in umct_cfg_param()
|
H A D | umoscom.c | 493 if (t->c_cflag & PARODD) in umoscom_cfg_param()
|
H A D | uvscom.c | 614 if (t->c_cflag & PARODD) { in uvscom_cfg_param()
|
/freebsd/usr.sbin/ppp/ |
H A D | physical.c | 217 { "odd", "P_ODD", CS7 | PARENB | PARODD }, 247 rstio.c_cflag &= ~(CSIZE | PARODD | PARENB); in physical_SetParity() 489 if (p->cfg.parity & PARODD) in physical_ShowStatus()
|
H A D | tty.c | 734 ios.c_cflag &= ~(CSIZE | PARODD | PARENB); in tty_Create()
|
/freebsd/sys/dev/uart/ |
H A D | uart_tty.c | 282 parity = (t->c_cflag & PARODD) ? UART_PARITY_ODD : in uart_tty_param()
|
/freebsd/contrib/ncurses/progs/ |
H A D | reset_cmd.c | 348 mask = (CSIZE | CSTOPB | PARENB | PARODD); in reset_tty_settings()
|
/freebsd/contrib/libedit/ |
H A D | tty.c | 279 #ifdef PARODD 280 {"parodd", PARODD, MD_CTL},
|