Home
last modified time | relevance | path

Searched refs:CSTOPB (Results 1 – 25 of 44) sorted by relevance

12

/openbsd/src/usr.sbin/lpr/lpd/
Dmodes.c54 { "cstopb", CSTOPB, 0 },
55 { "-cstopb", 0, CSTOPB },
/openbsd/src/bin/stty/
Dmodes.c57 { "cstopb", CSTOPB, 0 },
58 { "-cstopb", 0, CSTOPB },
Dprint.c165 put("-cstopb", CSTOPB, 0); in print()
/openbsd/src/sbin/ldattach/
Dldattach.c246 tty.c_cflag |= CSTOPB; in main()
248 tty.c_cflag &= ~CSTOPB; in main()
/openbsd/src/sys/arch/loongson/dev/
Dcom_leioc.c119 comconscflag = (TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | in leioc_cons_setup()
/openbsd/src/lib/libcurses/
Dnc_termios.h134 #define CSTOPB 0x00040 macro
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dser-unix.c842 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/
DTerminal.cpp308 fd_termios.c_cflag &= ~CSTOPB; in SetStopBits()
311 fd_termios.c_cflag |= CSTOPB; in SetStopBits()
/openbsd/src/sys/sys/
Dtermios.h141 #define CSTOPB 0x00000400 /* send 2 stop bits */ macro
/openbsd/src/usr.sbin/lpd/
Dlp_stty.c299 { "cstopb", CSTOPB, 0 },
300 { "-cstopb", 0, CSTOPB },
/openbsd/src/sys/dev/usb/
Ducycom.c265 t.c_cflag = CSTOPB | CS8; in ucycom_open()
425 cfg |= ISSET(t->c_cflag, CSTOPB) ? in ucycom_param()
Duark.c232 if (ISSET(t->c_cflag, CSTOPB)) in uark_param()
Dmoscom.c336 if (ISSET(t->c_cflag, CSTOPB)) in moscom_param()
Duchcom.c795 if (ISSET(cflag, PARENB) || ISSET(cflag, CSTOPB)) in uchcom_set_line_control()
833 if (ISSET(cflag, CSTOPB)) { in uchcom_set_line_control()
Duxrcom.c324 if (ISSET(t->c_cflag, CSTOPB)) in uxrcom_param()
Duslhcom.c335 if (ISSET(t->c_cflag, CSTOPB)) in uslhcom_create_config()
Duslcom.c443 if (ISSET(t->c_cflag, CSTOPB)) in uslcom_param()
Dumct.c469 if (ISSET(t->c_cflag, CSTOPB)) in umct_param()
/openbsd/src/usr.sbin/wsmoused/
Dmouse_protocols.c93 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* MouseSystems */
94 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Logitech */
/openbsd/src/sys/arch/loongson/loongson/
Dyeeloong_machdep.c509 comconscflag = (TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | in fuloong_setup()
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/
DMakefile.PL39 CLOCAL CLOCKS_PER_SEC CREAD CS5 CS6 CS7 CS8 CSIZE CSTOPB E2BIG
/openbsd/src/usr.sbin/pppd/
Dsys-bsd.c421 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/
Dreset_cmd.c303 | CSTOPB in reset_tty_settings()
/openbsd/src/lib/libedit/
Dtty.c264 #ifdef CSTOPB
265 {"cstopb", CSTOPB, MD_CTL},
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/t/
Dexport.t25 CLOCKS_PER_SEC CREAD CS5 CS6 CS7 CS8 CSIZE CSTOPB DBL_DIG

12