HomeSort by relevance Sort by last modified time
    Searched refs:tcgetattr (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /bionic/libc/bionic/
isatty.c 38 return tcgetattr (fd, &term) == 0;
  /external/compiler-rt/test/msan/Linux/
tcgetattr.cc 15 int res = tcgetattr(fd, &t);
  /external/syslinux/com32/libutil/
ansiline.c 55 tcgetattr(0, &original_termios_settings);
73 tcgetattr(0, &tio);
ansiraw.c 56 tcgetattr(0, &original_termios_settings);
74 tcgetattr(0, &tio);
91 tcgetattr(fd, &tio);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tty.py 20 mode = tcgetattr(fd)
32 mode = tcgetattr(fd)
getpass.py 63 old = termios.tcgetattr(fd) # a copy to save
165 termios.tcgetattr, termios.tcsetattr
  /external/python/cpython2/Lib/
tty.py 20 mode = tcgetattr(fd)
32 mode = tcgetattr(fd)
getpass.py 63 old = termios.tcgetattr(fd) # a copy to save
165 termios.tcgetattr, termios.tcsetattr
  /external/python/cpython3/Lib/
tty.py 20 mode = tcgetattr(fd)
32 mode = tcgetattr(fd)
getpass.py 69 old = termios.tcgetattr(fd) # a copy to save
176 termios.tcgetattr, termios.tcsetattr
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tty.py 20 mode = tcgetattr(fd)
32 mode = tcgetattr(fd)
  /prebuilts/gdb/linux-x86/lib/python2.7/
tty.py 20 mode = tcgetattr(fd)
32 mode = tcgetattr(fd)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tty.py 20 mode = tcgetattr(fd)
32 mode = tcgetattr(fd)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tty.py 20 mode = tcgetattr(fd)
32 mode = tcgetattr(fd)
  /frameworks/wilhelm/tests/sandbox/
getch.c 25 tcgetattr(0, &orig_termios);
  /system/media/audio_utils/tests/
getch.c 25 tcgetattr(0, &orig_termios);
  /bionic/libc/include/
termios.h 49 int tcgetattr(int __fd, struct termios* __t) __INTRODUCED_IN(21);
  /external/autotest/client/site_tests/firmware_TouchMTB/
common_util.py 47 old_attrs = termios.tcgetattr(fin)
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hci_smd.c 117 if (tcgetattr(fd, &term) < 0)
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
hci_smd.c 117 if (tcgetattr(fd, &term) < 0)
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hci_smd.c 116 if (tcgetattr(fd, &term) < 0)
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hci_smd.c 120 if (tcgetattr(fd, &term) < 0)
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hci_smd.c 120 if (tcgetattr(fd, &term) < 0)
  /libcore/ojluni/src/main/native/
Console_md.c 59 if (tcgetattr(tty, &tio) == -1) {
60 JNU_ThrowIOExceptionWithLastError(env, "tcgetattr failed");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
termios.h 67 extern int tcgetattr (int __fd, struct termios *__termios_p) __THROW;

Completed in 926 milliseconds

1 2 3 4 5