Home
last modified time | relevance | path

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

12

/titanic_44/usr/src/ucbcmd/stty/
H A Dsttytable.c72 "-parity", CS8, PARENB|CSIZE,
73 "-evenp", CS8, PARENB|CSIZE,
74 "-even", CS8, PARENB|CSIZE,
75 "-oddp", CS8, PARENB|PARODD|CSIZE,
76 "-odd", CS8, PARENB|PARODD|CSIZE,
77 "parity", PARENB|CS7, PARODD|CSIZE,
78 "evenp", PARENB|CS7, PARODD|CSIZE,
79 "even", PARENB|CS7, PARODD|CSIZE,
80 "oddp", PARENB|PARODD|CS7, CSIZE,
81 "odd", PARENB|PARODD|CS7, CSIZE,
[all …]
H A Dstty.c227 if (m & PARENB) { in prmodes()
241 if (((m & PARENB) && !(m & CS7)) || in prmodes()
242 (!(m & PARENB) && !(m & CS8))) in prmodes()
515 (void) fprintf(output, "-parenb " + ((m & PARENB) != 0)); in pramodes()
/titanic_44/usr/src/cmd/ttymon/
H A Dsttytable.c80 "-parity", CS8, PARENB|CSIZE,
81 "-evenp", CS8, PARENB|CSIZE,
82 "-oddp", CS8, PARENB|PARODD|CSIZE,
83 "parity", PARENB|CS7, PARODD|CSIZE,
84 "evenp", PARENB|CS7, PARODD|CSIZE,
85 "oddp", PARENB|PARODD|CS7, CSIZE,
86 "parenb", PARENB, 0,
87 "-parenb", 0, PARENB,
110 "raw", CS8, (CSIZE|PARENB),
111 "-raw", (CS7|PARENB), CSIZE,
[all …]
H A Dtmautobaud.c92 termio.c_cflag &= ~(CBAUD|CSIZE|PARENB); in auto_termio()
107 termios.c_cflag &= ~(CSIZE|PARENB); in auto_termio()
H A Dstty.c279 if (m&PARENB) { in prmodes()
293 if (((m&PARENB) && !(m&CS7)) || (!(m&PARENB) && !(m&CS8))) in prmodes()
565 (void) printf("-parenb "+((m&PARENB) != 0)); in pramodes()
H A Dsttyparse.c258 cb->c_cflag &= ~(CS7|PARENB);
/titanic_44/usr/src/cmd/bnu/
H A Dsetmode.c44 "-parity", CS8, PARENB|CSIZE,
45 "-evenp", CS8, PARENB|CSIZE,
46 "-oddp", CS8, PARENB|PARODD|CSIZE,
47 "parity", PARENB|CS7, PARODD|CSIZE,
48 "evenp", PARENB|CS7, PARODD|CSIZE,
49 "oddp", PARENB|PARODD|CS7, CSIZE,
50 "parenb", PARENB, 0,
51 "-parenb", 0, PARENB,
86 "litout", CS8, (CSIZE|PARENB),
87 "-litout", (CS7|PARENB), CSIZE,
[all …]
H A Dline.c201 ttbufs.c_cflag |= CS7|PARENB;
371 (Savettyb.c_cflag & ~CS8) | CS7 | PARENB; in savline()
377 Savettybs.c_cflag = (Savettybs.c_cflag & ~CS8) | CS7 | PARENB; in savline()
H A Ddial.c184 if ( call.attr->c_cflag & PARENB ) {
/titanic_44/usr/src/lib/libnsl/dial/
H A Dline.c175 if (ttbufs.c_cflag & PARENB) { in fixline()
179 ttbufs.c_cflag |= PARENB; in fixline()
181 if (ttbufs.c_cflag & PARENB) { in fixline()
186 ttbufs.c_cflag |= PARENB; in fixline()
H A Ddial.c174 if (call.attr->c_cflag & PARENB) { in dial()
/titanic_44/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c1142 termios.c_cflag &= ~(CSIZE|PARENB); in serial_hw_init()
1180 termios.c_cflag &= ~PARENB; in serial_hw_init()
1183 termios.c_cflag |= PARENB; in serial_hw_init()
1187 termios.c_cflag |= PARENB; in serial_hw_init()
/titanic_44/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promif.c481 tip->c_cflag = (tip->c_cflag & ~(PARENB|PARODD)); in kmdb_parse_mode()
487 tip->c_cflag |= PARENB; in kmdb_parse_mode()
490 tip->c_cflag |= PARENB|PARODD; in kmdb_parse_mode()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c468 tmp_tc.c_cflag &= ~(CSIZE|PARENB);
472 tmp_tc.c_cflag &= ~(CSIZE|PARENB);
473 tmp_tc.c_cflag |= old_tc.c_cflag & (CSIZE|PARENB);
/titanic_44/usr/src/cmd/ssh/include/
H A Dttymodes.h189 TTYMODE(PARENB, c_cflag, 92)
/titanic_44/usr/src/uts/common/io/
H A Dttcompat.c1237 termiosp->c_cflag |= CS7|PARENB; in from_compat()
1242 termiosp->c_cflag |= CS7|PARENB|PARODD; in from_compat()
1247 termiosp->c_cflag |= CS7|PARENB; in from_compat()
1344 (termiosp->c_cflag & (CSIZE|PARENB)) == CS8 && in to_compat()
1352 if ((termiosp->c_cflag & (CSIZE|PARENB)) == CS8 && in to_compat()
1357 if ((termiosp->c_cflag & (CSIZE|PARENB)) == CS8) { in to_compat()
H A Dconsconfig_dacf.c1940 ~(CSIZE | CBAUD | CBAUDEXT | PARODD | PARENB | CSTOPB); in consconfig_setmodes()
1994 termiosp->c_cflag |= PARENB | PARODD; in consconfig_setmodes()
1997 termiosp->c_cflag |= PARENB; /* enabled, not odd */ in consconfig_setmodes()
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h176 #define PARENB 0x00000100 macro
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dtermios.h176 #define PARENB 0x00000100 macro
/titanic_44/usr/src/uts/sun/sys/
H A Dser_async.h68 #define IFLAGS (CS7|CREAD|PARENB)
/titanic_44/usr/src/cmd/tip/aculib/
H A Dv831.c189 cntrl.c_cflag &= ~(CSIZE|PARENB|PARODD); in dialit()
/titanic_44/usr/src/lib/libcmd/common/
H A Dstty.c201 { "parenb", BIT, C_FLAG, 0, PARENB, PARENB, C("Enable (disable) parity generation and detection") },
342 { "evenp", MIXED, C_FLAG, IG, PARENB, 0, C("Same as \bparenb -parodd cs7\b") },
/titanic_44/usr/src/uts/common/sys/
H A Dtermios.h265 #define PARENB 0000400 macro
/titanic_44/usr/src/ucbcmd/tset/
H A Dtset.c916 modes.c_cflag |= PARENB; in main()
921 modes.c_cflag |= PARENB; in main()
/titanic_44/usr/src/cmd/mailx/
H A Dtty.c328 ttybuf.c_cflag &= ~PARENB; /* disable parity */ in savetty()

12