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

/haiku-fatelf/src/libs/ncurses/ncurses/trace/
H A Dlib_tracebits.c115 {CSTOPB, "CSTOPB"},
123 #define ALLCTRL (CLOCAL|CREAD|CSIZE|CSTOPB|HUPCL|PARENB|PARODD)
/haiku-fatelf/src/kits/device/
H A DSerialPort.cpp565 options.c_cflag &= ~(CRTSCTS | CSIZE | CBAUD | CSTOPB | PARODD | PARENB);
579 options.c_cflag |= CSTOPB; // Set 2 stop bits
/haiku-fatelf/src/libs/ncurses/tack/
H A Dsysdep.c240 old_modes.c_cflag &= ~(CSIZE | CSTOPB);
269 ((old_modes.c_cflag & CSTOPB) ? 4 : 2);
/haiku-fatelf/headers/posix/
H A Dtermios.h120 #define CSTOPB 0x40 /* send 2 stop bits, not 1 */ macro
/haiku-fatelf/src/bin/gdb/gdb/
H A Dser-unix.c842 state.termios.c_cflag &= ~CSTOPB;
844 state.termios.c_cflag |= CSTOPB; /* two bits */
849 state.termio.c_cflag &= ~CSTOPB;
851 state.termio.c_cflag |= CSTOPB; /* two bits */
/haiku-fatelf/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.cpp139 if (tios->c_cflag & CSTOPB)
198 lineCoding.stopbits = (tios->c_cflag & CSTOPB) ? LC_STOP_BIT_2 : LC_STOP_BIT_1;
/haiku-fatelf/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSerialDevice.cpp185 lineCoding.stopbits = (tios->c_cflag & CSTOPB)
/haiku-fatelf/src/libs/edit/
H A Dtty.c258 #ifdef CSTOPB
259 {"cstopb", CSTOPB, MD_CTL},
260 #endif /* CSTOPB */
/haiku-fatelf/src/libs/ncurses/progs/
H A Dtset.c782 mode.c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD | CLOCAL);
/haiku-fatelf/src/bin/coreutils/src/
H A Dstty.c217 {"cstopb", control, REV, CSTOPB, 0},

Completed in 188 milliseconds