Searched refs:PARODD (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-10.3-release/bin/stty/
H A Dmodes.c66 { "parodd", PARODD, 0 },
67 { "-parodd", 0, PARODD },
68 { "parity", PARENB | CS7, PARODD | CSIZE },
69 { "-parity", CS8, PARODD | PARENB | CSIZE },
70 { "evenp", PARENB | CS7, PARODD | CSIZE },
71 { "-evenp", CS8, PARODD | PARENB | CSIZE },
72 { "oddp", PARENB | CS7 | PARODD, CSIZE },
73 { "-oddp", CS8, PARODD | PARENB | CSIZE },
74 { "pass8", CS8, PARODD | PARENB | CSIZE },
75 { "-pass8", PARENB | CS7, PARODD | CSIZ
[all...]
H A Dprint.c169 put("-parodd", PARODD, 0);
/freebsd-10.3-release/usr.sbin/lpr/lpd/
H A Dmodes.c66 { "parodd", PARODD, 0 },
67 { "-parodd", 0, PARODD },
68 { "parity", PARENB | CS7, PARODD | CSIZE },
69 { "-parity", CS8, PARODD | PARENB | CSIZE },
70 { "evenp", PARENB | CS7, PARODD | CSIZE },
71 { "-evenp", CS8, PARODD | PARENB | CSIZE },
72 { "oddp", PARENB | CS7 | PARODD, CSIZE },
73 { "-oddp", CS8, PARODD | PARENB | CSIZE },
74 { "pass8", CS8, PARODD | PARENB | CSIZE },
75 { "-pass8", PARENB | CS7, PARODD | CSIZ
[all...]
/freebsd-10.3-release/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c144 {PARODD | PARENB, "PARODD"}, /* concession to readability */
146 #define ALLCTRL (CLOCAL|CREAD|CSIZE|CSTOPB|HUPCL|PARENB|PARODD)
/freebsd-10.3-release/usr.bin/tset/
H A Dset.c127 mode.c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD | CLOCAL);
209 mode.c_cflag &= ~PARODD;
213 mode.c_cflag |= PARODD;
/freebsd-10.3-release/sys/sys/
H A D_termios.h128 #define PARODD 0x00002000 /* odd parity, else even */ macro
/freebsd-10.3-release/contrib/tcsh/
H A Dmi.termios.c232 * PARODD: set if ODDP is set
244 termios_p->c_cflag |= PARENB | PARODD;
369 if (termios_p->c_cflag & PARODD)
H A Ded.term.c214 # ifdef PARODD
215 { "parodd", PARODD, M_CONTROL },
216 # endif /* PARODD */
/freebsd-10.3-release/crypto/openssh/
H A Dttymodes.h175 TTYMODE(PARODD, c_cflag, 93)
/freebsd-10.3-release/libexec/getty/
H A Dsubr.c287 SET(cflag, PARODD);
292 CLR(cflag, PARODD);
297 CLR(cflag, PARODD);
/freebsd-10.3-release/sys/kern/
H A Dtty_compat.c293 if (cflag&PARODD)
390 cflag &= ~PARODD;
393 cflag |= PARODD;
/freebsd-10.3-release/usr.bin/tip/libacu/
H A Dv831.c212 cntrl.c_cflag |= PARODD | PARENB;
/freebsd-10.3-release/contrib/gdb/gdb/tui/
H A Dtui.c534 mode.c_cflag &= ~(CSIZE | PARODD | CLOCAL);
/freebsd-10.3-release/contrib/ncurses/progs/
H A Dtset.c833 mode.c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD | CLOCAL);
933 mode.c_cflag &= ~PARODD;
937 mode.c_cflag |= PARODD;
/freebsd-10.3-release/usr.sbin/ppp/
H A Dphysical.c226 { "odd", "P_ODD", CS7 | PARENB | PARODD },
256 rstio.c_cflag &= ~(CSIZE | PARODD | PARENB);
502 if (p->cfg.parity & PARODD)
/freebsd-10.3-release/sys/dev/uart/
H A Duart_tty.c275 parity = (t->c_cflag & PARODD) ? UART_PARITY_ODD :
/freebsd-10.3-release/sys/dev/usb/serial/
H A Duark.c398 if (t->c_cflag & PARODD)
H A Ducycom.c528 if (t->c_cflag & PARODD)
H A Dubsa.c483 value = (t->c_cflag & PARODD) ? UBSA_PARITY_ODD : UBSA_PARITY_EVEN;
H A Dumct.c521 value |= (t->c_cflag & PARODD) ? 0x0 : 0x10;
H A Dumoscom.c495 if (t->c_cflag & PARODD)
H A Duvscom.c618 if (t->c_cflag & PARODD) {
/freebsd-10.3-release/sys/i386/ibcs2/
H A Dibcs2_ioctl.c157 if (l & IBCS2_PARODD) r |= PARODD;
251 if (l & PARODD) r |= IBCS2_PARODD;
/freebsd-10.3-release/lib/libedit/
H A Dtty.c270 #ifdef PARODD
271 {"parodd", PARODD, MD_CTL},
272 #endif /* PARODD */
/freebsd-10.3-release/sys/dev/digi/
H A Ddigi.c1019 if (t->c_cflag & PARODD)
1027 if (t->c_cflag & PARODD)

Completed in 199 milliseconds

12