HomeSort by relevance Sort by last modified time
    Searched refs:_PATH_TTY (Results 1 - 7 of 7) sorted by null

  /bionic/libc/include/
paths.h 65 #define _PATH_TTY "/dev/tty"
  /external/openssh/
sshpty.c 139 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY);
152 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY);
174 fd = open(_PATH_TTY, O_WRONLY);
259 if ((fd = open(_PATH_TTY, O_RDWR | O_NOCTTY)) >= 0) {
readpass.c 134 ttyfd = open(_PATH_TTY, O_RDWR);
138 debug("read_passphrase: can't open %s: %s", _PATH_TTY,
defines.h 455 #ifndef _PATH_TTY
456 # define _PATH_TTY "/dev/tty"
misc.c 1266 if ((fd = open(_PATH_TTY, O_RDONLY | O_NOCTTY)) >= 0) {
  /external/openssh/openbsd-compat/
readpassphrase.c 88 (input = output = open(_PATH_TTY, O_RDWR)) == -1) {
  /bionic/libc/stdio/
stdio.cpp 745 return s ? strcpy(s, _PATH_TTY) : const_cast<char*>(_PATH_TTY);

Completed in 1704 milliseconds