/prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/ |
paths.h | 61 #define _PATH_TTY "/dev/tty"
|
/prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/ |
paths.h | 61 #define _PATH_TTY "/dev/tty"
|
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/ |
paths.h | 61 #define _PATH_TTY "/dev/tty"
|
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/ |
paths.h | 61 #define _PATH_TTY "/dev/tty"
|
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/ |
paths.h | 61 #define _PATH_TTY "/dev/tty"
|
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/ |
paths.h | 61 #define _PATH_TTY "/dev/tty"
|
/system/core/rootdir/ |
ueventd.rc | 5 /dev/tty 0666 root root
|
/device/moto/stingray/ril/ |
libmoto_qmi_ril.so | |
/external/genext2fs/ |
device_table.txt | 11 /dev/tty c 666 0 0 5 0 0 0 - 12 /dev/tty c 666 0 0 4 0 0 1 6
|
/external/openssh/openbsd-compat/ |
readpassphrase.c | 77 * Read and write to /dev/tty if available. If not, read from 78 * stdin and write to stderr unless a tty is required.
|
/ndk/sources/host-tools/make-3.81/ |
signame.c | 163 init_sig (SIGTTIN, "TTIN", _("Stopped (tty input)")); 166 init_sig (SIGTTOU, "TTOU", _("Stopped (tty output)"));
|
/packages/apps/Exchange/exchange2/res/values-fi/ |
strings.xml | 21 <string name="meeting_declined" msgid="6707617183246608552">"Hylätty: <xliff:g id="SUBJECT">%s</xliff:g>"</string> 30 <string name="notification_exchange_calendar_added" msgid="6823659622379350159">"Exchange-kalenteri lisätty"</string>
|
/packages/apps/Exchange/res/values-fi/ |
strings.xml | 21 <string name="meeting_declined" msgid="6707617183246608552">"Hylätty: <xliff:g id="SUBJECT">%s</xliff:g>"</string> 30 <string name="notification_exchange_calendar_added" msgid="6823659622379350159">"Exchange-kalenteri lisätty"</string>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/protocols/ |
talkd.h | 72 char r_tty[TTY_SIZE];/* callee's tty name */ 100 #define PERMISSION_DENIED 4 /* callee's tty doesn't permit announce */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/protocols/ |
talkd.h | 72 char r_tty[TTY_SIZE];/* callee's tty name */ 100 #define PERMISSION_DENIED 4 /* callee's tty doesn't permit announce */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/protocols/ |
talkd.h | 72 char r_tty[TTY_SIZE];/* callee's tty name */ 100 #define PERMISSION_DENIED 4 /* callee's tty doesn't permit announce */
|
/external/dropbear/ |
loginrec.c | 449 if (strncmp(src, "tty", 3) == 0) 684 int tty; local 691 tty=0; 695 tty++; 702 dropbear_log(LOG_WARNING, "utmp_write_entry: tty not found"); 707 tty = ttyslot(); /* seems only to work for /dev/ttyp? style names */ 711 if (tty > 0 && (fd = open(UTMP_FILE, O_RDWR|O_CREAT, 0644)) >= 0) { 712 (void)lseek(fd, (off_t)(tty * sizeof(struct utmp)), SEEK_SET); 725 (void)lseek(fd, (off_t)(tty * sizeof(struct utmp)), SEEK_SET); 963 * username on a given tty line. However, some systems (HP-UX is one [all...] |
netbsd_getpass.c | 76 * read and write to /dev/tty if possible; else read from
|
/external/openssh/ |
loginrec.c | 605 if (strncmp(src, "tty", 3) == 0) 844 int tty; local 851 tty=0; 854 tty++; 861 logit("%s: tty not found", __func__); 866 tty = ttyslot(); /* seems only to work for /dev/ttyp? style names */ 870 if (tty > 0 && (fd = open(UTMP_FILE, O_RDWR|O_CREAT, 0644)) >= 0) { 873 pos = (off_t)tty * sizeof(struct utmp); 880 logit("%s: Couldn't seek to tty %d slot in %s", 881 __func__, tty, UTMP_FILE) [all...] |
ttymodes.c | 15 * SSH2 tty modes support by Kevin Steves. 426 debug("Ignoring unsupported tty mode opcode %d (0x%x)", 489 logit("Setting tty modes failed: %.100s", strerror(errno));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
term.h | 69 #undef TTY 81 #define TTY struct termios 92 #define TTY struct termio 134 #define TTY struct sgttyb [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
term.h | 69 #undef TTY 81 #define TTY struct termios 92 #define TTY struct termio 134 #define TTY struct sgttyb [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
term.h | 69 #undef TTY 81 #define TTY struct termios 92 #define TTY struct termio 134 #define TTY struct sgttyb [all...] |
/external/bluetooth/bluez/test/ |
attest.c | 94 /* Switch tty to RAW mode */
|
/external/chromium/testing/gtest/test/ |
gtest_color_test_.cc | 63 // goes to a TTY).
|