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

1 2 3 4 5 6 7 8

  /external/toybox/scripts/
minicom.sh 14 stty $SPEED -F "$1"
15 stty raw -echo -ctlecho -F "$1"
16 stty raw -echo # Need to do it on stdin, too.
18 stty cooked echo # Put stdin back.
  /external/bzip2/
bzmore 20 oldtty=`stty -g 2>/dev/null`
21 if stty -cbreak 2>/dev/null; then
24 # 'stty min 1' resets eof to ^a on both SunOS and SysV!
28 trap 'stty $oldtty 2>/dev/null; exit' 0 2 3 5 10 13 15
30 trap 'stty $ncb echo 2>/dev/null; exit' 0 2 3 5 10 13 15
45 stty $cb -echo 2>/dev/null
47 stty $ncb echo 2>/dev/null
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/
bugzillaLogin.sh 6 stty -echo
8 stty echo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
sgtty.h 36 extern int stty (int __fd, __const struct sgttyb *__params) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
sgtty.h 36 extern int stty (int __fd, __const struct sgttyb *__params) __THROW;
  /bionic/libc/include/
sgtty.h 45 int stty(int, struct sgttyb *);
  /development/ndk/platforms/android-21/include/
sgtty.h 45 int stty(int, struct sgttyb *);
  /development/ndk/platforms/android-3/include/
sgtty.h 46 int stty(int, struct sgttyb *);
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
sgtty.h 46 int stty(int, struct sgttyb *);
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
sgtty.h 46 int stty(int, struct sgttyb *);
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
sgtty.h 46 int stty(int, struct sgttyb *);
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
sgtty.h 46 int stty(int, struct sgttyb *);
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
sgtty.h 46 int stty(int, struct sgttyb *);
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
sgtty.h 46 int stty(int, struct sgttyb *);
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
sgtty.h 46 int stty(int, struct sgttyb *);
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
sgtty.h 46 int stty(int, struct sgttyb *);
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
sgtty.h 46 int stty(int, struct sgttyb *);
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
sgtty.h 46 int stty(int, struct sgttyb *);
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
sgtty.h 46 int stty(int, struct sgttyb *);
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
sgtty.h 46 int stty(int, struct sgttyb *);
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
sgtty.h 46 int stty(int, struct sgttyb *);
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
sgtty.h 46 int stty(int, struct sgttyb *);
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/
sgtty.h 46 int stty(int, struct sgttyb *);
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/
sgtty.h 46 int stty(int, struct sgttyb *);
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/
sgtty.h 46 int stty(int, struct sgttyb *);

Completed in 1769 milliseconds

1 2 3 4 5 6 7 8