Searched refs:_PATH_TTY (Results 1 - 12 of 12) sorted by relevance

/external/dropbear/
H A Dnetbsd_getpass.c79 if ((outfp = fp = fopen(_PATH_TTY, "w+")) == NULL) {
H A Dsshpty.c278 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY);
293 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY);
330 fd = open(_PATH_TTY, O_WRONLY);
H A Dcli-authinteract.c44 tty = fopen(_PATH_TTY, "r");
H A Doptions.h264 #define _PATH_TTY "/dev/tty" macro
H A Dcli-kex.c134 tty = fopen(_PATH_TTY, "r");
/external/openssh/
H A Dreadpass.c134 ttyfd = open(_PATH_TTY, O_RDWR);
138 debug("read_passphrase: can't open %s: %s", _PATH_TTY,
H A Dsshpty.c137 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY);
150 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY);
182 fd = open(_PATH_TTY, O_WRONLY);
H A Ddefines.h420 #ifndef _PATH_TTY
421 # define _PATH_TTY "/dev/tty" macro
H A Dsshd.c1764 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY);
/external/openssh/openbsd-compat/
H A Dreadpassphrase.c81 (input = output = open(_PATH_TTY, O_RDWR)) == -1) {
/external/libppp/src/
H A Dmain.c343 if (open(_PATH_TTY, O_RDONLY) != STDIN_FILENO) {
344 fprintf(stderr, "Cannot open %s for input !\n", _PATH_TTY);
H A Dchat.c741 if (open(_PATH_TTY, O_RDWR) != 3)

Completed in 223 milliseconds