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

12

  /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"
  /external/dropbear/
netbsd_getpass.c 79 if ((outfp = fp = fopen(_PATH_TTY, "w+")) == NULL) {
sshpty.c 278 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY);
293 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY);
330 fd = open(_PATH_TTY, O_WRONLY);
cli-authinteract.c 44 tty = fopen(_PATH_TTY, "r");
options.h 264 #define _PATH_TTY "/dev/tty"
cli-kex.c 134 tty = fopen(_PATH_TTY, "r");
  /external/openssh/
readpass.c 134 ttyfd = open(_PATH_TTY, O_RDWR);
138 debug("read_passphrase: can't open %s: %s", _PATH_TTY,
sshpty.c 137 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY);
150 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY);
182 fd = open(_PATH_TTY, O_WRONLY);
defines.h 420 #ifndef _PATH_TTY
421 # define _PATH_TTY "/dev/tty"
sshd.c     [all...]
  /external/openssh/openbsd-compat/
readpassphrase.c 81 (input = output = open(_PATH_TTY, O_RDWR)) == -1) {

Completed in 306 milliseconds

12