HomeSort by relevance Sort by last modified time
    Searched full:tty (Results 201 - 225 of 787) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
paths.h 61 #define _PATH_TTY "/dev/tty"
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
paths.h 61 #define _PATH_TTY "/dev/tty"
  /prebuilts/ndk/8/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
  /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/libppp/src/
physical.h 109 unsigned parity; /* What parity is enabled? (tty flags) */
110 unsigned speed; /* tty speed */
  /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/chromium/testing/gtest/test/
gtest_color_test_.cc 63 // goes to a TTY).
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
ChangeLog 17 * If output is a tty, use terminal's width to wrap help-text (wiesmann)
  /external/e2fsprogs/lib/ss/
pager.c 104 fd = open("/dev/tty", O_WRONLY, 0);
  /external/gtest/test/
gtest_color_test_.cc 63 // goes to a TTY).
  /external/kernel-headers/original/linux/
console_struct.h 54 struct tty_struct *vc_tty; /* TTY we are attached to */

Completed in 1021 milliseconds

1 2 3 4 5 6 7 891011>>