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 
  /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.12/src/video/wscons/
SDL_wsconsevents.c 64 if (tcsetattr(private->fd, TCSANOW, &tty) < 0) {
84 if (tcsetattr(private->fd, TCSANOW, &private->saved_tty) < 0) {
  /device/moto/stingray/whisper/
SA_Phys_Linux.c 433 ret = tcsetattr(ttyFd, TCSANOW, &termOptions );
435 DBG_ERROR("Error returned by tcsetattr. errno = %d", errno);
490 tcsetattr(ttyFd, TCSANOW, &tty);
  /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/bluetooth/bluez/test/
attest.c 96 tcsetattr(fd, TCSANOW, &ti);
  /external/bluetooth/bluez/tools/
csr_h4.c 72 if (tcsetattr(fd, TCSANOW, &ti) < 0) {
  /external/kernel-headers/original/asm-arm/
termbits.h 166 /* tcsetattr uses these */
  /external/kernel-headers/original/asm-x86/
termbits.h 193 /* tcsetattr uses these */
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
termios.h 54 static __inline__ int tcsetattr(int fd, int __opt, const struct termios *s) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
termbits.h 193 /* tcsetattr uses these */
  /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,

Completed in 323 milliseconds

1 2 3 4 5 6