Home
last modified time | relevance | path

Searched refs:PARODD (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/usr.sbin/lpr/lpd/
H A Dmodes.c60 { "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 Dmodes.c57 { "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 Dprint.c162 put("-parodd", PARODD, 0); in print()
/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c151 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 Dtty_compat.c291 if (cflag&PARODD) in ttcompatgetflags()
388 cflag &= ~PARODD; in ttcompatsetflags()
391 cflag |= PARODD; in ttcompatsetflags()
/freebsd/contrib/tcsh/
H A Dmi.termios.c242 termios_p->c_cflag |= PARENB | PARODD;
367 if (termios_p->c_cflag & PARODD)
H A Ded.term.c211 # ifdef PARODD
212 { "parodd", PARODD, M_CONTROL },
/freebsd/libexec/getty/
H A Dsubr.c281 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 Dnc_termios.h137 #define PARODD 0x00200 macro
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DTerminal.cpp335 PARENB | PARODD); in SetParity()
340 fd_termios.c_cflag |= PARODD; in SetParity()
/freebsd/sys/sys/
H A D_termios.h134 #define PARODD 0x00002000 /* odd parity, else even */ macro
/freebsd/crypto/openssh/
H A Dttymodes.h169 TTYMODE(PARODD, c_cflag, 93)
/freebsd/contrib/ntp/ntpd/
H A 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/usr.bin/tip/libacu/
H A Dv831.c204 cntrl.c_cflag |= PARODD | PARENB; in dialit()
/freebsd/sys/dev/usb/serial/
H A Duark.c392 if (t->c_cflag & PARODD) in uark_cfg_param()
H A Ducycom.c527 if (t->c_cflag & PARODD) in ucycom_cfg_param()
H A Dubsa.c482 value = (t->c_cflag & PARODD) ? UBSA_PARITY_ODD : UBSA_PARITY_EVEN; in ubsa_cfg_param()
H A Dumct.c539 value |= (t->c_cflag & PARODD) ? 0x0 : 0x10; in umct_cfg_param()
H A Dumoscom.c493 if (t->c_cflag & PARODD) in umoscom_cfg_param()
H A Duvscom.c614 if (t->c_cflag & PARODD) { in uvscom_cfg_param()
/freebsd/usr.sbin/ppp/
H A Dphysical.c217 { "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 Dtty.c734 ios.c_cflag &= ~(CSIZE | PARODD | PARENB); in tty_Create()
/freebsd/sys/dev/uart/
H A Duart_tty.c282 parity = (t->c_cflag & PARODD) ? UART_PARITY_ODD : in uart_tty_param()
/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.c348 mask = (CSIZE | CSTOPB | PARENB | PARODD); in reset_tty_settings()
/freebsd/contrib/libedit/
H A Dtty.c279 #ifdef PARODD
280 {"parodd", PARODD, MD_CTL},

12