| /openbsd/src/usr.sbin/lpr/lpd/ |
| D | modes.c | 54 { "cstopb", CSTOPB, 0 }, 55 { "-cstopb", 0, CSTOPB },
|
| /openbsd/src/bin/stty/ |
| D | modes.c | 57 { "cstopb", CSTOPB, 0 }, 58 { "-cstopb", 0, CSTOPB },
|
| D | print.c | 165 put("-cstopb", CSTOPB, 0); in print()
|
| /openbsd/src/sbin/ldattach/ |
| D | ldattach.c | 246 tty.c_cflag |= CSTOPB; in main() 248 tty.c_cflag &= ~CSTOPB; in main()
|
| /openbsd/src/sys/arch/loongson/dev/ |
| D | com_leioc.c | 119 comconscflag = (TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | in leioc_cons_setup()
|
| /openbsd/src/lib/libcurses/ |
| D | nc_termios.h | 134 #define CSTOPB 0x00040 macro
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | ser-unix.c | 842 state.termios.c_cflag &= ~CSTOPB; in hardwire_setstopbits() 844 state.termios.c_cflag |= CSTOPB; /* two bits */ in hardwire_setstopbits() 849 state.termio.c_cflag &= ~CSTOPB; in hardwire_setstopbits() 851 state.termio.c_cflag |= CSTOPB; /* two bits */ in hardwire_setstopbits()
|
| /openbsd/src/gnu/llvm/lldb/source/Host/common/ |
| D | Terminal.cpp | 308 fd_termios.c_cflag &= ~CSTOPB; in SetStopBits() 311 fd_termios.c_cflag |= CSTOPB; in SetStopBits()
|
| /openbsd/src/sys/sys/ |
| D | termios.h | 141 #define CSTOPB 0x00000400 /* send 2 stop bits */ macro
|
| /openbsd/src/usr.sbin/lpd/ |
| D | lp_stty.c | 299 { "cstopb", CSTOPB, 0 }, 300 { "-cstopb", 0, CSTOPB },
|
| /openbsd/src/sys/dev/usb/ |
| D | ucycom.c | 265 t.c_cflag = CSTOPB | CS8; in ucycom_open() 425 cfg |= ISSET(t->c_cflag, CSTOPB) ? in ucycom_param()
|
| D | uark.c | 232 if (ISSET(t->c_cflag, CSTOPB)) in uark_param()
|
| D | moscom.c | 336 if (ISSET(t->c_cflag, CSTOPB)) in moscom_param()
|
| D | uchcom.c | 795 if (ISSET(cflag, PARENB) || ISSET(cflag, CSTOPB)) in uchcom_set_line_control() 833 if (ISSET(cflag, CSTOPB)) { in uchcom_set_line_control()
|
| D | uxrcom.c | 324 if (ISSET(t->c_cflag, CSTOPB)) in uxrcom_param()
|
| D | uslhcom.c | 335 if (ISSET(t->c_cflag, CSTOPB)) in uslhcom_create_config()
|
| D | uslcom.c | 443 if (ISSET(t->c_cflag, CSTOPB)) in uslcom_param()
|
| D | umct.c | 469 if (ISSET(t->c_cflag, CSTOPB)) in umct_param()
|
| /openbsd/src/usr.sbin/wsmoused/ |
| D | mouse_protocols.c | 93 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* MouseSystems */ 94 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Logitech */
|
| /openbsd/src/sys/arch/loongson/loongson/ |
| D | yeeloong_machdep.c | 509 comconscflag = (TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | in fuloong_setup()
|
| /openbsd/src/gnu/usr.bin/perl/ext/POSIX/ |
| D | Makefile.PL | 39 CLOCAL CLOCKS_PER_SEC CREAD CS5 CS6 CS7 CS8 CSIZE CSTOPB E2BIG
|
| /openbsd/src/usr.sbin/pppd/ |
| D | sys-bsd.c | 421 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL); in set_up_tty() 523 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB); in open_ppp_loopback()
|
| /openbsd/src/usr.bin/tic/ |
| D | reset_cmd.c | 303 | CSTOPB in reset_tty_settings()
|
| /openbsd/src/lib/libedit/ |
| D | tty.c | 264 #ifdef CSTOPB 265 {"cstopb", CSTOPB, MD_CTL},
|
| /openbsd/src/gnu/usr.bin/perl/ext/POSIX/t/ |
| D | export.t | 25 CLOCKS_PER_SEC CREAD CS5 CS6 CS7 CS8 CSIZE CSTOPB DBL_DIG
|