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

1 2 3 4 5 6 7

  /bionic/libc/unistd/
isatty.c 38 return tcgetattr (fd, &term) == 0;
  /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/openssh/
sshtty.c 73 if (tcgetattr(fileno(stdin), &tio) == -1) {
75 perror("tcgetattr");
ttymodes.c 305 if (tcgetattr(fd, &tio) == -1) {
306 logit("tcgetattr: %.100s", strerror(errno));
374 if (tcgetattr(fd, &tio) == -1) {
375 logit("tcgetattr: %.100s", strerror(errno));
485 return; /* Packet parsed ok but tcgetattr() failed */
  /external/openssh/openbsd-compat/
bsd-nextstep.c 47 tcgetattr(int fd, struct termios *t) function
bsd-nextstep.h 51 int tcgetattr(int, struct termios *);
  /device/moto/stingray/whisper/
SA_Phys_Linux.c 424 ret = tcgetattr( ttyFd, &termOptions );
427 DBG_ERROR("Error returned by tcgetattr. errno = %d", errno);
448 tcgetattr(ttyFd, &tty);
  /bionic/libc/include/
termios.h 49 static __inline__ int tcgetattr(int fd, struct termios *s) function
  /development/ndk/platforms/android-3/include/
termios.h 49 static __inline__ int tcgetattr(int fd, struct termios *s) function
  /external/bluetooth/bluez/tools/
csr_h4.c 58 if (tcgetattr(fd, &ti) < 0) {
  /external/dropbear/
netbsd_getpass.c 93 (void)tcgetattr(fileno(fp), &term);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
termios.h 49 static __inline__ int tcgetattr(int fd, struct termios *s) function
  /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;
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
termios.h 49 static __inline__ int tcgetattr(int fd, struct termios *s) function
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
termios.h 49 static __inline__ int tcgetattr(int fd, struct termios *s) function