/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.
|
/development/ndk/platforms/android-21/include/ |
sgtty.h | 45 int stty(int, struct sgttyb *);
|
/development/ndk/platforms/android-9/include/ |
sgtty.h | 46 int stty(int, struct sgttyb *);
|
/prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/ |
sgtty.h | 46 int stty(int, struct sgttyb *);
|
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/ |
sgtty.h | 46 int stty(int, struct sgttyb *);
|
/prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/ |
sgtty.h | 46 int stty(int, struct sgttyb *);
|
/prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/ |
sgtty.h | 46 int stty(int, struct sgttyb *);
|
/prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/ |
sgtty.h | 46 int stty(int, struct sgttyb *);
|
/prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/ |
sgtty.h | 46 int stty(int, struct sgttyb *);
|
/prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/ |
sgtty.h | 46 int stty(int, struct sgttyb *);
|
/prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/ |
sgtty.h | 46 int stty(int, struct sgttyb *);
|
/prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/ |
sgtty.h | 46 int stty(int, struct sgttyb *);
|
/prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/ |
sgtty.h | 46 int stty(int, struct sgttyb *);
|
/prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/ |
sgtty.h | 46 int stty(int, struct sgttyb *);
|
/prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/ |
sgtty.h | 46 int stty(int, struct sgttyb *);
|
/prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/ |
sgtty.h | 46 int stty(int, struct sgttyb *);
|
/prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/ |
sgtty.h | 46 int stty(int, struct sgttyb *);
|
/prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/ |
sgtty.h | 46 int stty(int, struct sgttyb *);
|
/prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/ |
sgtty.h | 46 int stty(int, struct sgttyb *);
|
/prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/ |
sgtty.h | 46 int stty(int, struct sgttyb *);
|
/prebuilts/ndk/r10/platforms/android-17/arch-x86/usr/include/ |
sgtty.h | 46 int stty(int, struct sgttyb *);
|
/prebuilts/ndk/r10/platforms/android-18/arch-arm/usr/include/ |
sgtty.h | 46 int stty(int, struct sgttyb *);
|
/prebuilts/ndk/r10/platforms/android-18/arch-mips/usr/include/ |
sgtty.h | 46 int stty(int, struct sgttyb *);
|
/prebuilts/ndk/r10/platforms/android-18/arch-x86/usr/include/ |
sgtty.h | 46 int stty(int, struct sgttyb *);
|
/prebuilts/ndk/r10/platforms/android-19/arch-arm/usr/include/ |
sgtty.h | 46 int stty(int, struct sgttyb *);
|