Searched refs:TCSANOW (Results 1 - 11 of 11) sorted by relevance

/haiku/src/libs/bsd/
H A Dpty.cpp32 if ((termAttrs != NULL && tcsetattr(master, TCSANOW, termAttrs) != 0)
/haiku/src/bin/multiuser/
H A Dmultiuser_utils.cpp54 if (tcsetattr(inFD, TCSANOW, &termAttrs) != 0) {
82 tcsetattr(inFD, TCSANOW, &termAttrs);
/haiku/src/add-ons/print/transports/serial_port/
H A DSerialTransport.cpp77 tcsetattr(fFile, TCSANOW, &options);
/haiku/src/system/libroot/posix/
H A Dtermios.c31 case TCSANOW:
/haiku/src/bin/network/telnet/
H A Dsys_bsd.c78 # ifndef TCSANOW
80 # define TCSANOW TCSETS macro
85 # define TCSANOW TCSETA macro
89 # define TCSANOW TIOCSETA macro
101 # endif /* TCSANOW */
674 tcsetattr(tin, TCSANOW, &tmp_tc);
/haiku/src/bin/network/telnetd/
H A Dsys_term.c91 # ifndef TCSANOW
93 # define TCSANOW TCSETS macro
98 # define TCSANOW TCSETA macro
102 # define TCSANOW TIOCSETA macro
120 # endif /* TCSANOW */
189 (void) tcsetattr(pty, TCSANOW, &termbuf);
/haiku/src/apps/terminal/
H A DShell.cpp237 if (tcsetattr(fFd, TCSANOW, &attr) < 0)
514 if (tcsetattr(0, TCSANOW, &tio) == -1) {
/haiku/headers/posix/
H A Dtermios.h149 #define TCSANOW 0x01 /* make change immediate */ macro
/haiku/src/bin/consoled/
H A Dconsoled.cpp337 tcsetattr(con->tty_slave_fd, TCSANOW, &termios);
/haiku/src/tests/apps/miniterminal/
H A DMiniView.cpp185 tcsetattr(fSlaveFD, TCSANOW, &tio);
/haiku/src/kits/device/
H A DSerialPort.cpp617 err = tcsetattr(ffd, TCSANOW, &options);

Completed in 177 milliseconds