Symbol: CSTOPB
bin/stty/modes.c
55
{ "cstopb", CSTOPB, 0 },
bin/stty/modes.c
56
{ "-cstopb", 0, CSTOPB },
bin/stty/print.c
160
put("-cstopb", CSTOPB, 0);
sys/bus/u4b/serial/uark.c
366
if (t->c_cflag & CSTOPB)
sys/bus/u4b/serial/ubsa.c
480
value = (t->c_cflag & CSTOPB) ? 1 : 0;
sys/bus/u4b/serial/ubser.c
335
if (t->c_cflag & CSTOPB)
sys/bus/u4b/serial/ucycom.c
498
if (t->c_cflag & CSTOPB)
sys/bus/u4b/serial/ufoma.c
964
if (t->c_cflag & CSTOPB) {
sys/bus/u4b/serial/uftdi.c
607
if (t->c_cflag & CSTOPB)
sys/bus/u4b/serial/umcs.c
594
if (t->c_cflag & CSTOPB) {
sys/bus/u4b/serial/umct.c
492
value |= (t->c_cflag & CSTOPB) ? 0x4 : 0;
sys/bus/u4b/serial/umodem.c
578
ls.bCharFormat = (t->c_cflag & CSTOPB) ?
sys/bus/u4b/serial/umoscom.c
463
if (t->c_cflag & CSTOPB)
sys/bus/u4b/serial/uplcom.c
652
if (t->c_cflag & CSTOPB) {
sys/bus/u4b/serial/uslcom.c
525
if (t->c_cflag & CSTOPB)
sys/bus/u4b/serial/uvscom.c
585
if (t->c_cflag & CSTOPB) {
sys/dev/serial/sio/sio.c
2310
if (cflag & CSTOPB)
usr.bin/tset/set.c
121
mode.c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD | CLOCAL);
usr.sbin/lpr/lpd/modes.c
55
{ "cstopb", CSTOPB, 0 },
usr.sbin/lpr/lpd/modes.c
56
{ "-cstopb", 0, CSTOPB },
usr.sbin/moused/moused.c
353
(CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* MouseSystems */
usr.sbin/moused/moused.c
354
(CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Logitech */
usr.sbin/moused/moused.c
364
(CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* sysmouse */
usr.sbin/moused/moused.c
370
(CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Mariqua */