Searched refs:CSTOPB (Results 1 - 24 of 24) sorted by relevance

/macosx-10.9.5/ncurses-42/ncurses/ncurses/trace/
H A Dlib_tracebits.c138 {CSTOPB, "CSTOPB"},
146 #define ALLCTRL (CLOCAL|CREAD|CSIZE|CSTOPB|HUPCL|PARENB|PARODD)
/macosx-10.9.5/adv_cmds-153/stty/
H A Dmodes.c70 { "cstopb", CSTOPB, 0 },
71 { "-cstopb", 0, CSTOPB },
H A Dprint.c182 put("-cstopb", CSTOPB, 0);
/macosx-10.9.5/tcsh-65/tcsh/
H A Dmi.termios.c229 * CSTOPB: set for B110 (driver will generate 2 stop-bits than)
252 termios_p->c_cflag |= CSTOPB;
320 * c_ospeed != 110 && c_cflag & CSTOPB
321 * c_ospeed == 110 && ! c_cflag & CSTOPB
H A Ded.term.c205 # ifdef CSTOPB
206 { "cstopb", CSTOPB, M_CONTROL },
207 # endif /* CSTOPB */
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dtermios.h210 #define CSTOPB 0x00000400 /* send 2 stop bits */ macro
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A DtclUnixChan.c1300 stop = (iostate.c_cflag & CSTOPB) ? 2 : 1;
1317 stop = (iostate.c_cflag & CSTOPB) ? 2 : 1;
1394 SET_BITS(flag, CSTOPB);
1397 CLEAR_BITS(iostate.c_cflag, PARENB | PARODD | CSIZE | CSTOPB);
1426 SET_BITS(flag, CSTOPB);
1429 CLEAR_BITS(iostate.c_cflag, PARENB | PARODD | PAREXT | CSIZE | CSTOPB);
H A Dconfigure12718 t.c_cflag |= PARENB | PARODD | CSIZE | CSTOPB;
12762 t.c_cflag |= CBAUD | PARENB | PARODD | CSIZE | CSTOPB;
12856 t.c_cflag |= PARENB | PARODD | CSIZE | CSTOPB;
12903 t.c_cflag |= CBAUD | PARENB | PARODD | CSIZE | CSTOPB;
/macosx-10.9.5/tcl-102/tcl84/tcl/unix/
H A DtclUnixChan.c1461 stop = (iostate.c_cflag & CSTOPB) ? 2 : 1;
1478 stop = (iostate.c_cflag & CSTOPB) ? 2 : 1;
1552 flag |= CSTOPB;
1555 iostate.c_cflag &= ~(PARENB | PARODD | CSIZE | CSTOPB);
1581 flag |= CSTOPB;
1584 iostate.c_cflag &= ~(PARENB | PARODD | PAREXT | CSIZE | CSTOPB);
H A Dconfigure6332 t.c_cflag |= PARENB | PARODD | CSIZE | CSTOPB;
6363 t.c_cflag |= CBAUD | PARENB | PARODD | CSIZE | CSTOPB;
6431 t.c_cflag |= PARENB | PARODD | CSIZE | CSTOPB;
6465 t.c_cflag |= CBAUD | PARENB | PARODD | CSIZE | CSTOPB;
/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_neoclock4x.c207 termsettings.c_cflag = CS8 | CSTOPB | CLOCAL | CREAD;
228 termsettings.c_cflag |= CSTOPB;
250 termsettings.c_cflag |= CSTOPB;
H A Drefclock_arc.c677 arg.c_cflag = B300 | CS8 | CREAD | CLOCAL | CSTOPB;
H A Drefclock_parse.c476 #define MBG_CFLAG (CS7|PARENB|CREAD|CLOCAL|HUPCL|CSTOPB)
832 #define COMPUTIME_CFLAG (CSTOPB|CS7|CREAD|CLOCAL)
5840 * default setup. CSTOPB was missing for the 7E2 default data format of
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dstty.c217 { "cstopb", BIT, C_FLAG, 0, CSTOPB, CSTOPB, C("Use two (one) stop bits") },
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/src/
H A Dccid_serial.c722 * CSTOPB: set two stop bits
725 current_termios.c_cflag = CS8 | CSTOPB | CREAD | CLOCAL;
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dtty.c266 #ifdef CSTOPB
267 {"cstopb", CSTOPB, MD_CTL},
268 #endif /* CSTOPB */
/macosx-10.9.5/libedit-39/src/
H A Dtty.c267 #ifdef CSTOPB
268 {"cstopb", CSTOPB, MD_CTL},
269 #endif /* CSTOPB */
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dtty.c258 #ifdef CSTOPB
259 {"cstopb", CSTOPB, MD_CTL},
260 #endif /* CSTOPB */
/macosx-10.9.5/ncurses-42/ncurses/progs/
H A Dtset.c833 mode.c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD | CLOCAL);
/macosx-10.9.5/IOSerialFamily-64.1.1/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.cpp1706 if (ISSET(cflag, CSTOPB))
3400 if (state & CSTOPB)
3401 strncat(stateDescription, "CSTOPB ", sizeof(stateDescription) - 8);
/macosx-10.9.5/modemccl-25.1/CCLEngine/
H A DCCLEngine.c2304 tios.c_cflag |= CSTOPB; // 2 stop bits
2307 tios.c_cflag &= ~CSTOPB; // 1 stop bit
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.0a2/
H A Dconfigure1581 t.c_cflag |= PARENB | PARODD | CSIZE | CSTOPB;
1614 t.c_cflag |= CBAUD | PARENB | PARODD | CSIZE | CSTOPB;
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dsys-MacOSX.c1302 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
1429 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB);
/macosx-10.9.5/tcl-102/tcl/tcl/macosx/
H A Dconfigure12726 t.c_cflag |= PARENB | PARODD | CSIZE | CSTOPB;
12770 t.c_cflag |= CBAUD | PARENB | PARODD | CSIZE | CSTOPB;
12864 t.c_cflag |= PARENB | PARODD | CSIZE | CSTOPB;
12911 t.c_cflag |= CBAUD | PARENB | PARODD | CSIZE | CSTOPB;

Completed in 452 milliseconds