HomeSort by relevance Sort by last modified time
    Searched refs:stty (Results 76 - 100 of 121) sorted by null

1 2 34 5

  /prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/
sgtty.h 45 int stty(int, struct sgttyb *);
  /prebuilts/ndk/r11/platforms/android-23/arch-arm/usr/include/
sgtty.h 45 int stty(int, struct sgttyb *);
  /prebuilts/ndk/r11/platforms/android-23/arch-arm64/usr/include/
sgtty.h 45 int stty(int, struct sgttyb *);
  /prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/include/
sgtty.h 45 int stty(int, struct sgttyb *);
  /prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/include/
sgtty.h 45 int stty(int, struct sgttyb *);
  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/
sgtty.h 45 int stty(int, struct sgttyb *);
  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/
sgtty.h 45 int stty(int, struct sgttyb *);
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/
sgtty.h 45 int stty(int, struct sgttyb *);
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/
sgtty.h 45 int stty(int, struct sgttyb *);
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/
sgtty.h 45 int stty(int, struct sgttyb *);
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/
sgtty.h 45 int stty(int, struct sgttyb *);
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/
sgtty.h 45 int stty(int, struct sgttyb *);
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/
sgtty.h 45 int stty(int, struct sgttyb *);
  /prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/
sgtty.h 46 int stty(int, struct sgttyb *);
  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/
sgtty.h 46 int stty(int, struct sgttyb *);
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/
sgtty.h 46 int stty(int, struct sgttyb *);
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/
sgtty.h 46 int stty(int, struct sgttyb *);
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/
sgtty.h 46 int stty(int, struct sgttyb *);
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/
sgtty.h 46 int stty(int, struct sgttyb *);
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/
sgtty.h 46 int stty(int, struct sgttyb *);
  /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;
  /external/ltp/testcases/kernel/syscalls/ioctl/
test_ioctl 28 if command -v stty >/dev/null 2>&1; then
29 stty --file=$1 > /dev/null

Completed in 1707 milliseconds

1 2 34 5