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

1 2 3 4 5 6

  /frameworks/wilhelm/tests/sandbox/
getch.c 17 tcsetattr(0, TCSANOW, &orig_termios);
32 tcsetattr(0, TCSANOW, &new_termios);
  /external/openssh/
sshtty.c 61 if (tcsetattr(fileno(stdin), TCSADRAIN, &_saved_tio) == -1) {
63 perror("tcsetattr");
91 if (tcsetattr(fileno(stdin), TCSADRAIN, &tio) == -1) {
93 perror("tcsetattr");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libutil-2.7.so 
libutil.so 
libutil.so.1 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libutil-2.7.so 
libutil.so 
libutil.so.1 
  /hardware/broadcom/libbt/src/
userial_vendor.c 241 tcsetattr(vnd_userial.fd, TCSANOW, &vnd_userial.termios);
244 tcsetattr(vnd_userial.fd, TCSANOW, &vnd_userial.termios);
251 tcsetattr(vnd_userial.fd, TCSANOW, &vnd_userial.termios);
308 tcsetattr(vnd_userial.fd, TCSANOW, &vnd_userial.termios);
  /libcore/luni/src/main/native/
java_io_Console.cpp 39 if (TEMP_FAILURE_RETRY(tcsetattr(STDIN_FILENO, TCSAFLUSH, &state)) == -1){
  /external/dropbear/
netbsd_getpass.c 96 (void)tcsetattr(fileno(fp), TCSAFLUSH /*|TCSASOFT*/, &term);
108 (void)tcsetattr(fileno(fp), TCSAFLUSH/*|TCSASOFT*/, &term);
  /external/openssh/openbsd-compat/
bsd-nextstep.c 53 tcsetattr(int fd, int opt, const struct termios *t) function
bsd-nextstep.h 52 int tcsetattr(int, int, const struct termios *);
readpassphrase.c 117 (void)tcsetattr(input, _T_FLUSH, &term);
152 while (tcsetattr(input, _T_FLUSH, &oterm) == -1 &&
  /external/e2fsprogs/ext2ed/
win.c 67 tcsetattr(0,TCSANOW,&termioCurrent);
159 tcsetattr(0,TCSANOW,&termioInit);
  /external/qemu/distrib/sdl-1.2.15/src/video/wscons/
SDL_wsconsevents.c 64 if (tcsetattr(private->fd, TCSANOW, &tty) < 0) {
84 if (tcsetattr(private->fd, TCSANOW, &private->saved_tty) < 0) {
  /external/libppp/src/
tty.c 459 if (tcsetattr(p->fd, TCSANOW, &ios) == -1)
460 log_Printf(LogWARN, "%s: tcsetattr: Failed configuring device\n",
485 if (cfsetspeed(&tio, B0) == -1 || tcsetattr(p->fd, TCSANOW, &tio) == -1)
502 if (!physical_IsSync(p) && tcsetattr(p->fd, TCSAFLUSH, &dev->ios) == -1)
503 log_Printf(LogWARN, "%s: tcsetattr: Unable to restore device settings\n",
741 if (tcsetattr(p->fd, TCSADRAIN, &ios) == -1) {
742 log_Printf(LogWARN, "%s: tcsetattr: Failed configuring device\n",
prompt.c 442 tcsetattr(fd, TCSANOW, &newtio);
460 tcsetattr(p->fd_in, TCSADRAIN, &newtio);
480 tcsetattr(p->fd_in, TCSADRAIN, &p->comtio);
502 tcsetattr(p->fd_in, TCSADRAIN, &p->oldtio);
  /bionic/libc/include/
termios.h 54 static __inline__ int tcsetattr(int fd, int __opt, const struct termios *s) function
  /development/ndk/platforms/android-3/include/
termios.h 54 static __inline__ int tcsetattr(int fd, int __opt, const struct termios *s) function
  /external/kernel-headers/original/asm-arm/
termbits.h 166 /* tcsetattr uses these */
  /external/kernel-headers/original/asm-x86/
termbits.h 193 /* tcsetattr uses these */
  /hardware/invensense/libsensors_iio/software/simple_apps/gesture_test/build/android/
inv_gesture_test-shared 
  /hardware/qcom/bt/libbt-vendor/src/
userial_vendor.c 137 if (tcsetattr(fd, TCSANOW, &term) < 0)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
termbits.h 193 /* tcsetattr uses these */

Completed in 3011 milliseconds

1 2 3 4 5 6