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

1 2 3 4 5

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
tcsetattr.c 8 int tcsetattr(int fd, int optional_actions, const struct termios* termios_p) { function
  /external/chromium_org/cloud_print/gcp20/prototype/
conio_posix.cc 20 tcsetattr(STDIN_FILENO, TCSANOW, &newt);
22 tcsetattr(STDIN_FILENO, TCSANOW, &oldt); // Restore default settings.
  /frameworks/wilhelm/tests/sandbox/
getch.c 17 tcsetattr(0, TCSANOW, &orig_termios);
32 tcsetattr(0, TCSANOW, &new_termios);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
ostermios.h 36 int tcsetattr(int fd,int optional_actions,const struct termios *termios_p);
  /external/openssh/openbsd-compat/
bsd-nextstep.h 52 int tcsetattr(int, int, const struct termios *);
bsd-nextstep.c 53 tcsetattr(int fd, int opt, const struct termios *t) function
readpassphrase.c 117 (void)tcsetattr(input, _T_FLUSH, &term);
152 while (tcsetattr(input, _T_FLUSH, &oterm) == -1 &&
  /external/dropbear/
netbsd_getpass.c 96 (void)tcsetattr(fileno(fp), TCSAFLUSH /*|TCSASOFT*/, &term);
108 (void)tcsetattr(fileno(fp), TCSAFLUSH/*|TCSASOFT*/, &term);
  /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/python/darwin-x86/2.7.5/lib/python2.7/
tty.py 28 tcsetattr(fd, when, mode)
36 tcsetattr(fd, when, mode)
getpass.py 70 termios.tcsetattr(fd, tcsetattr_flags, new)
73 termios.tcsetattr(fd, tcsetattr_flags, old)
77 # _raw_input succeeded. The final tcsetattr failed. Reraise
165 termios.tcgetattr, termios.tcsetattr
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tty.py 28 tcsetattr(fd, when, mode)
36 tcsetattr(fd, when, mode)
getpass.py 70 termios.tcsetattr(fd, tcsetattr_flags, new)
73 termios.tcsetattr(fd, tcsetattr_flags, old)
77 # _raw_input succeeded. The final tcsetattr failed. Reraise
165 termios.tcgetattr, termios.tcsetattr
  /libcore/luni/src/main/native/
java_io_Console.cpp 39 if (TEMP_FAILURE_RETRY(tcsetattr(STDIN_FILENO, TCSAFLUSH, &state)) == -1){
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/include/sys/
termios.h 125 int tcsetattr(int fd, int optional_actions, const struct termios *termios_p);
  /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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
termios.h 71 extern int tcsetattr (int __fd, int __optional_actions,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
termios.h 71 extern int tcsetattr (int __fd, int __optional_actions,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
termios.h 71 extern int tcsetattr (int __fd, int __optional_actions,
  /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) {
  /development/ndk/platforms/android-3/include/
termios.h 54 static __inline__ int tcsetattr(int fd, int __opt, const struct termios *s) function
  /external/chromium_org/chrome/browser/extensions/api/serial/
serial_connection_posix.cc 116 tcsetattr(file_, TCSANOW, &options);
  /hardware/qcom/bt/libbt-vendor/src/
userial_vendor.c 137 if (tcsetattr(fd, TCSANOW, &term) < 0)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
termios.h 54 static __inline__ int tcsetattr(int fd, int __opt, const struct termios *s) function
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
termios.h 54 static __inline__ int tcsetattr(int fd, int __opt, const struct termios *s) function

Completed in 397 milliseconds

1 2 3 4 5