| /freebsd-14.2/usr.sbin/lpr/lpd/ |
| H A D | modes.c | 60 { "cstopb", CSTOPB, 0 }, 61 { "-cstopb", 0, CSTOPB },
|
| /freebsd-14.2/bin/stty/ |
| H A D | modes.c | 57 { "cstopb", CSTOPB, 0 }, 58 { "-cstopb", 0, CSTOPB },
|
| H A D | print.c | 171 put("-cstopb", CSTOPB, 0); in print()
|
| /freebsd-14.2/contrib/ncurses/ncurses/trace/ |
| H A D | lib_tracebits.c | 145 DATA(CSTOPB), in _nc_trace_ttymode() 153 #define ALLCTRL (CLOCAL|CREAD|CSIZE|CSTOPB|HUPCL|PARENB|PARODD) in _nc_trace_ttymode()
|
| /freebsd-14.2/contrib/ncurses/include/ |
| H A D | nc_termios.h | 134 #define CSTOPB 0x00040 macro
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Terminal.cpp | 308 fd_termios.c_cflag &= ~CSTOPB; in SetStopBits() 311 fd_termios.c_cflag |= CSTOPB; in SetStopBits()
|
| /freebsd-14.2/sys/sys/ |
| H A D | _termios.h | 133 #define CSTOPB 0x00000400 /* send 2 stop bits */ macro
|
| /freebsd-14.2/contrib/ntp/ntpd/ |
| H A D | refclock_neoclock4x.c | 200 termsettings.c_cflag = CS8 | CSTOPB | CLOCAL | CREAD; in neoclock4x_start() 221 termsettings.c_cflag |= CSTOPB; in neoclock4x_start() 243 termsettings.c_cflag |= CSTOPB; in neoclock4x_start()
|
| H A D | refclock_arc.c | 681 arg.c_cflag = B300 | CS8 | CREAD | CLOCAL | CSTOPB; in arc_start()
|
| /freebsd-14.2/contrib/tcsh/ |
| H A D | mi.termios.c | 250 termios_p->c_cflag |= CSTOPB;
|
| H A D | ed.term.c | 202 # ifdef CSTOPB 203 { "cstopb", CSTOPB, M_CONTROL },
|
| /freebsd-14.2/sys/dev/usb/serial/ |
| H A D | uark.c | 386 if (t->c_cflag & CSTOPB) in uark_cfg_param()
|
| H A D | ubser.c | 358 if (t->c_cflag & CSTOPB) in ubser_pre_param()
|
| H A D | ucycom.c | 524 if (t->c_cflag & CSTOPB) in ucycom_cfg_param()
|
| H A D | ubsa.c | 507 value = (t->c_cflag & CSTOPB) ? 1 : 0; in ubsa_cfg_param()
|
| H A D | umct.c | 537 value |= (t->c_cflag & CSTOPB) ? 0x4 : 0; in umct_cfg_param()
|
| H A D | uvscom.c | 611 if (t->c_cflag & CSTOPB) { in uvscom_cfg_param()
|
| H A D | umoscom.c | 487 if (t->c_cflag & CSTOPB) in umoscom_cfg_param()
|
| H A D | uchcom.c | 692 if ((t->c_cflag & CSTOPB) != 0) in uchcom_pre_param()
|
| H A D | umodem.c | 593 ls.bCharFormat = (t->c_cflag & CSTOPB) ? in umodem_cfg_param()
|
| /freebsd-14.2/sys/dev/nmdm/ |
| H A D | nmdm.c | 313 if (t->c_cflag & CSTOPB) in bits_per_char()
|
| /freebsd-14.2/sys/dev/uart/ |
| H A D | uart_tty.c | 281 stopbits = (t->c_cflag & CSTOPB) ? 2 : 1; in uart_tty_param()
|
| /freebsd-14.2/contrib/ncurses/progs/ |
| H A D | reset_cmd.c | 348 mask = (CSIZE | CSTOPB | PARENB | PARODD); in reset_tty_settings()
|
| /freebsd-14.2/contrib/libedit/ |
| H A D | tty.c | 270 #ifdef CSTOPB 271 {"cstopb", CSTOPB, MD_CTL},
|
| /freebsd-14.2/usr.sbin/moused/ |
| H A D | moused.c | 363 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* MouseSystems */ 364 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Logitech */ 374 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* sysmouse */ 380 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Mariqua */
|