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

1 2 3 4 5 6

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
tcgetattr.c 8 int tcgetattr(int fd, struct termios* termios_p) { function
  /bionic/libc/bionic/
isatty.c 38 return tcgetattr (fd, &term) == 0;
  /external/compiler-rt/lib/msan/lit_tests/Linux/
tcgetattr.cc 15 int res = tcgetattr(fd, &t);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
ostermios.h 35 int tcgetattr(int fd,struct termios *termios_p);
  /external/openssh/openbsd-compat/
bsd-nextstep.h 51 int tcgetattr(int, struct termios *);
bsd-nextstep.c 47 tcgetattr(int fd, struct termios *t) function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
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/chromium_org/cloud_print/gcp20/prototype/
conio_posix.cc 17 tcgetattr(STDIN_FILENO, &oldt);
  /frameworks/wilhelm/tests/sandbox/
getch.c 25 tcgetattr(0, &orig_termios);
  /libcore/luni/src/main/native/
java_io_Console.cpp 29 if (TEMP_FAILURE_RETRY(tcgetattr(STDIN_FILENO, &state)) == -1) {
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/include/sys/
termios.h 124 int tcgetattr(int fd, struct termios *termios_p);
  /external/dropbear/
netbsd_getpass.c 93 (void)tcgetattr(fileno(fp), &term);
  /external/openssh/
sshtty.c 73 if (tcgetattr(fileno(stdin), &tio) == -1) {
75 perror("tcgetattr");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
termios.h 67 extern int tcgetattr (int __fd, struct termios *__termios_p) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
termios.h 67 extern int tcgetattr (int __fd, struct termios *__termios_p) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
termios.h 67 extern int tcgetattr (int __fd, struct termios *__termios_p) __THROW;
  /development/ndk/platforms/android-3/include/
termios.h 49 static __inline__ int tcgetattr(int fd, struct termios *s) function
  /external/chromium_org/chrome/browser/extensions/api/serial/
serial_connection_posix.cc 16 tcgetattr(file_, &options);
  /external/e2fsprogs/lib/et/
com_err.c 53 if ((tcgetattr(fd, &t)) == 0 &&
  /hardware/qcom/bt/libbt-vendor/src/
userial_vendor.c 123 if (tcgetattr(fd, &term) < 0)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
termios.h 49 static __inline__ int tcgetattr(int fd, struct termios *s) function
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
termios.h 49 static __inline__ int tcgetattr(int fd, struct termios *s) function

Completed in 886 milliseconds

1 2 3 4 5 6