HomeSort by: relevance | last modified time | path
    Searched refs:tcgetattr (Results 1 - 15 of 15) sorted by relevancy

  /xsrc/external/mit/luit/dist/
sys.c 219 rc = tcgetattr(sfd, &tio);
234 rc = tcgetattr(0, &saved_tio);
256 rc = tcgetattr(0, &tio);
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/shared/
posix_tty.c 148 SYSCALL(tcgetattr(fd, &t));
201 SYSCALL(tcgetattr(fd, &t));
340 SYSCALL(tcgetattr(fd, &t));
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/
posix_tty.c 146 SYSCALL (tcgetattr (fd, &t));
202 SYSCALL (tcgetattr (fd, &t));
366 SYSCALL (tcgetattr (fd, &t));
  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/linux/
ms.c 132 ret = tcgetattr(port, &t);
134 ErrorF("Couldn't tcgetattr(%s): %d\n", pi->path, errno);
keyboard.c 698 tcgetattr (fd, &LinuxTermios);
mouse.c 736 ret = tcgetattr (km->iob.fd, &t);
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
lnx-ms.c 232 if (tcgetattr(priv->fd, &priv->tty) < 0)
233 FATAL1("msLinuxInit: tcgetattr failed (%s)\n", strerror(errno));
lnx-keyboard.c 570 if (tcgetattr(priv->fd, &priv->kbdtty) < 0)
571 FATAL1("kbdLinuxInit: tcgetattr failed (%s)\n", strerror(errno));
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
lnx_init.c 214 tcgetattr(xf86Info.consoleFd, &tty_attr);
  /xsrc/external/mit/xterm/dist/
xterm_io.h 288 #define ttyGetAttr(fd, datap) tcgetattr(fd, datap)
resize.c 484 rc = tcgetattr(tty, &tioorig);
configure 5859 tcgetattr \
16649 else if (tcgetattr(pty, &tio) < 0)
16675 else if (tcgetattr(tty, &tio) < 0)
16764 else if (tcgetattr(pty, &tio) < 0)
16790 else if (tcgetattr(tty, &tio) < 0)
16921 else if (tcgetattr(pty, &tio) < 0)
16947 else if (tcgetattr(tty, &tio) < 0)
  /xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
emu-ui.c 59 tcgetattr(STDIN_FILENO, &saved_termios);
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
lnx_init.c 258 tcgetattr(xf86Info.consoleFd, &tty_attr);
  /xsrc/external/mit/xf86-input-keyboard/dist/src/
bsd_kbd.c 72 tcgetattr(pInfo->fd, &(priv->kbdtty));

Completed in 22 milliseconds