/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
wanrouter.h | 224 char tty; /* Create a fake tty device */ member in struct:wandev_conf 225 unsigned tty_major; /* Major number for wanpipe tty device */ 226 unsigned tty_minor; /* Minor number for wanpipe tty device */ 227 unsigned tty_mode; /* TTY operation mode SYNC or ASYNC */
|
capability.h | 296 /* Allow configuration of tty devices */ 297 /* Allow vhangup() of tty */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
wanrouter.h | 224 char tty; /* Create a fake tty device */ member in struct:wandev_conf 225 unsigned tty_major; /* Major number for wanpipe tty device */ 226 unsigned tty_minor; /* Minor number for wanpipe tty device */ 227 unsigned tty_mode; /* TTY operation mode SYNC or ASYNC */
|
/external/mksh/src/ |
main.c | 2 /* $OpenBSD: tty.c,v 1.9 2006/03/14 22:08:01 deraadt Exp $ */ 281 /* initialise tty size before importing environment */ 789 * a tty, but to have stopped jobs, one only 1101 * saving/resetting tty modes upon forground job completion, and 1102 * for setting up the tty process group. Return values: 1103 * 0 = got controlling tty 1104 * 1 = got terminal but no controlling tty 1118 /* already got a tty which is /dev/tty */ 1125 /* fd 3 on UWIN _is_ /dev/tty (or our controlling tty) * [all...] |
/external/ppp/pppd/ |
auth.c | 1535 char *tty; local [all...] |
/external/qemu/slirp/ |
debug.c | 19 /* Carry over one item from main.c so that the tty's restored. 20 * Only done when the tty being used is /dev/tty --RedWolf */
|
/external/qemu/slirp-android/ |
debug.c | 21 /* Carry over one item from main.c so that the tty's restored. 22 * Only done when the tty being used is /dev/tty --RedWolf */
|
/packages/apps/Phone/src/com/android/phone/ |
PhoneGlobals.java | 254 // TTY feature enabled on this platform 256 // Current TTY operating mode selected by user 355 // Force TTY state update according to new headset state 403 // TTY mode is only applied if a headset is connected 554 // Read platform settings for TTY feature 620 // Read TTY settings and store it into BP NV. 621 // AP owns (i.e. stores) the TTY setting in AP settings database and pushes the setting 622 // to BP at power up (BP does not need to make the TTY setting persistent storage). 623 // This way, there is a single owner (i.e AP) for the TTY setting in the phone. [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
SDL_fbevents.c | 201 /* This will fail if we aren't root or this isn't our tty */ 250 static const char * const vcs[] = { "/dev/vc/%d", "/dev/tty%d", NULL }; 274 /* This needs to be our controlling tty 278 tty0_fd = open("/dev/tty", O_RDWR, 0); 287 /* Last resort, maybe our tty is a usable VT */ 290 keyboard_fd = open("/dev/tty", O_RDWR);
|
/external/llvm/utils/lit/lit/ |
ProgressBar.py | 90 output; if this stream is not a tty, then the terminal is 97 # If the stream isn't a tty, then assume it has no capabilities.
|
/external/openssh/ |
ssh.0 | 329 -T Disable pseudo-tty allocation. 331 -t Force pseudo-tty allocation. This can be used to execute 334 options force tty allocation, even if ssh has no local tty. 490 If no pseudo-tty has been allocated, the session is transparent and can 493 if a tty is used. [all...] |
ssh.1 | 550 Disable pseudo-tty allocation. 552 Force pseudo-tty allocation. 558 options force tty allocation, even if 560 has no local tty. 847 If no pseudo-tty has been allocated, 851 will also make the session transparent even if a tty is used. [all...] |
/packages/apps/Music/res/values-fi/ |
strings.xml | 105 <item quantity="one" msgid="422388042993582235">"1 kappale lisätty soittolistaan."</item> 106 <item quantity="other" msgid="7662771987109627255">"<xliff:g id="NUMBER">%d</xliff:g> kappaletta lisätty soittolistaan."</item>
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-gdb.1 | 21 .RB "[\|" "\-tty="\c 350 .BI "\-tty=" "device"\c
|
arm-eabi-gdbtui.1 | 21 .RB "[\|" "\-tty="\c 350 .BI "\-tty=" "device"\c
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-gdb.1 | 21 .RB "[\|" "\-tty="\c 350 .BI "\-tty=" "device"\c
|
arm-linux-androideabi-gdbtui.1 | 21 .RB "[\|" "\-tty="\c 350 .BI "\-tty=" "device"\c
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-gdb.1 | 21 .RB "[\|" "\-tty="\c 350 .BI "\-tty=" "device"\c
|
arm-eabi-gdbtui.1 | 21 .RB "[\|" "\-tty="\c 350 .BI "\-tty=" "device"\c
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-gdb.1 | 21 .RB "[\|" "\-tty="\c 350 .BI "\-tty=" "device"\c
|
arm-linux-androideabi-gdbtui.1 | 21 .RB "[\|" "\-tty="\c 350 .BI "\-tty=" "device"\c
|
/external/chromium/testing/gtest/test/ |
gtest_unittest.cc | [all...] |
/external/gtest/test/ |
gtest_unittest.cc | [all...] |
/external/libvpx/libvpx/third_party/googletest/src/test/ |
gtest_unittest.cc | [all...] |
/bionic/libc/stdio/ |
setvbuf.c | 82 * a `tty flag' to suggest that we check isatty(fd), but we do not
|