Searched refs:tcgetattr (Results 1 - 15 of 15) sorted by path

/haiku/src/add-ons/print/transports/serial_port/
H A DSerialTransport.cpp65 tcgetattr(fFile, &options);
/haiku/src/bin/consoled/
H A Dconsoled.cpp332 if (tcgetattr(con->tty_slave_fd, &termios) == 0) {
/haiku/src/bin/unzip/
H A Dttyio.c127 # define GTTY(f, s) tcgetattr(f, (zvoid *) s)
/haiku/src/libs/bsd/
H A Dgetpass.c26 if (tcgetattr(fileno(stdin), &termios) == 0) {
H A Dreadpassphrase.c95 if (input != STDIN_FILENO && tcgetattr(input, &oterm) == 0) {
/haiku/headers/posix/
H A Dtermios.h229 extern int tcgetattr(int fd, struct termios *termios);
/haiku/src/apps/terminal/
H A DShell.cpp228 if (tcgetattr(fFd, &attr) < 0)
495 tcgetattr(slave, &tio);
/haiku/src/bin/multiuser/
H A Dmultiuser_utils.cpp45 if (tcgetattr(inFD, &termAttrs) != 0) {
/haiku/src/bin/network/telnet/
H A Dsys_bsd.c82 # define tcgetattr(f, t) ioctl(f, TCGETS, (char *)t) macro
87 # define tcgetattr(f, t) ioctl(f, TCGETA, (char *)t) macro
91 # define tcgetattr(f, t) ioctl(f, TIOCGETA, (char *)t) macro
242 tcgetattr(0, &old_tc);
405 tcgetattr(tin, &tmp_tc);
/haiku/src/bin/network/telnetd/
H A Dsys_term.c95 # define tcgetattr(f, t) ioctl(f, TCGETS, (char *)t) macro
100 # define tcgetattr(f, t) ioctl(f, TCGETA, (char *)t) macro
104 # define tcgetattr(f, t) ioctl(f, TIOCGETA, (char *)t) macro
153 (void) tcgetattr(pty, &termbuf);
/haiku/src/kits/device/
H A DSerialPort.cpp568 err = tcgetattr(ffd, &options);
/haiku/src/system/libroot/posix/
H A Dtermios.c18 tcgetattr(int fd, struct termios *termios) function
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2554 void tcgetattr() {} function
H A Dlibroot_stubs_legacy.c2546 void tcgetattr() {} function
/haiku/src/tests/apps/miniterminal/
H A DMiniView.cpp128 tcgetattr(fSlaveFD, &tio);

Completed in 127 milliseconds