Searched refs:tios (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.c2255 struct termios tios; local
2258 if (tcgetattr(infd, &tios) < 0)
2265 cfsetispeed(&tios, SV.serialSpeed);
2266 cfsetospeed(&tios, SV.serialSpeed);
2272 tios.c_cflag |= PARENB + PARODD; // parity enable + odd parity
2275 tios.c_cflag |= PARENB;
2276 tios.c_cflag &= ~PARODD; // parity enable + even parity
2279 tios.c_cflag &= ~(PARENB + PARODD); // parity enable + even parity
2284 tios.c_cflag &= ~CSIZE; // parity enable + even parity
2288 tios
2321 struct termios tios; local
2374 struct termios tios; local
2936 struct termios tios; local
[all...]
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dsys-MacOSX.c1429 struct termios tios; local
1435 if (tcgetattr(fd, &tios) < 0) {
1441 inittermios = tios;
1445 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
1449 tios.c_cflag |= CDTRCTS;
1452 tios.c_cflag |= CRTSCTS;
1454 tios.c_cflag &= ~CRTSCTS;
1456 tios.c_cflag &= ~CDTRCTS;
1460 tios.c_cflag |= CS8 | CREAD | HUPCL;
1462 tios
1504 struct termios tios; local
1564 struct termios tios; local
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dtty.c1191 struct termios *tios = &el->el_tty.t_ex; local
1207 tios = &el->el_tty.t_ed;
1212 tios = &el->el_tty.t_ex;
1217 tios = &el->el_tty.t_ts;
1302 tios->c_cc[c] = v;
1322 if (tty_setty(el, TCSADRAIN, tios) == -1) {
/macosx-10.10.1/libedit-40/src/
H A Dtty.c1231 struct termios *tios = &el->el_tty.t_ex; local
1250 tios = &el->el_tty.t_ed;
1255 tios = &el->el_tty.t_ex;
1260 tios = &el->el_tty.t_ts;
1349 tios->c_cc[c] = (cc_t)v;
1369 if (tty_setty(el, TCSADRAIN, tios) == -1) {
/macosx-10.10.1/lukemftp-14/tnftp/libedit/
H A Dtty.c1151 struct termios *tios = &el->el_tty.t_ex; local
1166 tios = &el->el_tty.t_ed;
1171 tios = &el->el_tty.t_ex;
1176 tios = &el->el_tty.t_ts;
1256 tios->c_cc[c] = v;

Completed in 154 milliseconds