/device/moto/stingray/ril/ |
tty2ttyd | |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
rex.x | 107 const NL1 = 0x00000100; /* tty 37 */ 112 const TAB1 = 0x00000400; /* tty 37 */ 118 const CR2 = 0x00002000; /* tty 37 */ 122 const FF1 = 0x00004000; /* tty 37 */ 172 sgttyb basic; /* standard unix tty flags */ 212 * Send tty modes
|
/bionic/libc/include/sys/ |
_sigdefs.h | 58 __BIONIC_SIGDEF(TTIN,21,"Stopped (tty input)") 59 __BIONIC_SIGDEF(TTOU,22,"Stopper (tty output)")
|
/development/ndk/platforms/android-3/include/sys/ |
_sigdefs.h | 53 __BIONIC_SIGDEF(SIGTTIN,21,"Stopped (tty input)") 54 __BIONIC_SIGDEF(SIGTTOU,22,"Stopper (tty output)")
|
/development/ndk/platforms/android-9/include/sys/ |
_sigdefs.h | 58 __BIONIC_SIGDEF(TTIN,21,"Stopped (tty input)") 59 __BIONIC_SIGDEF(TTOU,22,"Stopper (tty output)")
|
/external/genext2fs/ |
test-mount.sh | 65 egrep -v "(hda|hdb|tty|loop|ram|ubda)" $fname | \ 70 egrep -v "(hda|hdb|tty|loop|ram|ubda)" | \
|
genext2fs.8 | 149 /dev/tty c 666 0 0 5 0 0 0 - 150 /dev/tty c 666 0 0 4 0 0 1 6 159 node /dev/mem (major 1, minor 1), and also creates /dev/tty, 160 /dev/tty[0-5], /dev/loop[0-1], /dev/hda, /dev/hda1 to /dev/hda15 and
|
/external/ppp/pppd/plugins/radius/ |
clientid.c | 99 * Arguments: full pathname of the tty 118 warn("rc_map2id: can't find tty %s in map database", ttyname);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/ |
_sigdefs.h | 53 __BIONIC_SIGDEF(SIGTTIN,21,"Stopped (tty input)") 54 __BIONIC_SIGDEF(SIGTTOU,22,"Stopper (tty output)")
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/ |
_sigdefs.h | 53 __BIONIC_SIGDEF(SIGTTIN,21,"Stopped (tty input)") 54 __BIONIC_SIGDEF(SIGTTOU,22,"Stopper (tty output)")
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/ |
_sigdefs.h | 53 __BIONIC_SIGDEF(SIGTTIN,21,"Stopped (tty input)") 54 __BIONIC_SIGDEF(SIGTTOU,22,"Stopper (tty output)")
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/ |
_sigdefs.h | 53 __BIONIC_SIGDEF(SIGTTIN,21,"Stopped (tty input)") 54 __BIONIC_SIGDEF(SIGTTOU,22,"Stopper (tty output)")
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/ |
_sigdefs.h | 53 __BIONIC_SIGDEF(SIGTTIN,21,"Stopped (tty input)") 54 __BIONIC_SIGDEF(SIGTTOU,22,"Stopper (tty output)")
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/ |
_sigdefs.h | 53 __BIONIC_SIGDEF(SIGTTIN,21,"Stopped (tty input)") 54 __BIONIC_SIGDEF(SIGTTOU,22,"Stopper (tty output)")
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/ |
_sigdefs.h | 53 __BIONIC_SIGDEF(SIGTTIN,21,"Stopped (tty input)") 54 __BIONIC_SIGDEF(SIGTTOU,22,"Stopper (tty output)")
|
/prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/sys/ |
_sigdefs.h | 58 __BIONIC_SIGDEF(TTIN,21,"Stopped (tty input)") 59 __BIONIC_SIGDEF(TTOU,22,"Stopper (tty output)")
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/ |
_sigdefs.h | 53 __BIONIC_SIGDEF(SIGTTIN,21,"Stopped (tty input)") 54 __BIONIC_SIGDEF(SIGTTOU,22,"Stopper (tty output)")
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/ |
_sigdefs.h | 53 __BIONIC_SIGDEF(SIGTTIN,21,"Stopped (tty input)") 54 __BIONIC_SIGDEF(SIGTTOU,22,"Stopper (tty output)")
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/sys/ |
_sigdefs.h | 58 __BIONIC_SIGDEF(TTIN,21,"Stopped (tty input)") 59 __BIONIC_SIGDEF(TTOU,22,"Stopper (tty output)")
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/sys/ |
_sigdefs.h | 58 __BIONIC_SIGDEF(TTIN,21,"Stopped (tty input)") 59 __BIONIC_SIGDEF(TTOU,22,"Stopper (tty output)")
|
/device/samsung/crespo4g/crespo4g_overlay/packages/apps/Phone/res/values/ |
config.xml | 20 <!-- Flag indicating if tty is enabled -->
|
/external/dropbear/ |
sshpty.h | 10 * tty.
|
cli-kex.c | 118 FILE *tty = NULL; local 134 tty = fopen(_PATH_TTY, "r"); 135 if (tty) { 136 response = getc(tty); 137 fclose(tty);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
pt_chown | |
/external/clang/lib/CodeGen/ |
CodeGenTBAA.cpp | 83 if (const TagType *TTy = dyn_cast<TagType>(QTy)) 84 return TTy->getDecl()->hasAttr<MayAliasAttr>(); 87 if (const TypedefType *TTy = dyn_cast<TypedefType>(QTy)) { 88 if (TTy->getDecl()->hasAttr<MayAliasAttr>()) 91 return TypeHasMayAlias(TTy->desugar());
|