Searched refs:tcsetattr (Results 1 - 16 of 16) sorted by relevance

/haiku/src/libs/bsd/
H A Dgetpass.c30 changed = tcsetattr(fileno(stdin), TCSAFLUSH, &noEchoTermios) == 0;
52 tcsetattr(fileno(stdin), TCSAFLUSH, &termios);
H A Dpty.cpp32 if ((termAttrs != NULL && tcsetattr(master, TCSANOW, termAttrs) != 0)
H A Dreadpassphrase.c103 (void)tcsetattr(input, TCSAFLUSH|TCSASOFT, &term);
138 while (tcsetattr(input, TCSAFLUSH|TCSASOFT, &oterm) == -1 &&
/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.c26 tcsetattr(int fd, int opt, const struct termios *termios) function
121 detected only when the tcsetattr() function is called */
/haiku/src/bin/network/telnet/
H A Dsys_bsd.c97 # define tcsetattr(f, a, t) ioctl(f, a, (char *)t) macro
415 tcsetattr(tin, TCSADRAIN, &tmp_tc);
676 if (tcsetattr(tin, TCSADRAIN, &tmp_tc) < 0)
677 tcsetattr(tin, TCSANOW, &tmp_tc);
/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.h148 /* options to tcsetattr() */
230 extern int tcsetattr(int fd, int option, const struct termios *termios);
/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);
/haiku/src/bin/unzip/
H A Dttyio.c128 # define STTY(f, s) tcsetattr(f, TCSAFLUSH, (zvoid *) s)
/haiku/src/bin/network/telnetd/
H A Dsys_term.c128 # define tcsetattr(f, a, t) ioctl(f, a, t) macro
210 (void) tcsetattr(pty, TCSANOW, &termbuf);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2558 void tcsetattr() {} function
H A Dlibroot_stubs_legacy.c2550 void tcsetattr() {} function

Completed in 308 milliseconds