Home
last modified time | relevance | path

Searched refs:_PATH_TTY (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/head/
H A Dpaths.h59 #define _PATH_TTY "/dev/tty" macro
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dsshpty.c299 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY); in pty_make_controlling_tty()
312 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY); in pty_make_controlling_tty()
344 fd = open(_PATH_TTY, O_WRONLY); in pty_make_controlling_tty()
H A Dsshd.c1172 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY); in main()
/titanic_44/usr/src/cmd/ssh/include/
H A Ddefines.h394 #ifndef _PATH_TTY
395 #define _PATH_TTY "/dev/tty" macro
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dreadpass.c112 ttyfd = open(_PATH_TTY, O_RDWR); in read_passphrase()
/titanic_44/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dreadpassphrase.c79 (input = output = open(_PATH_TTY, O_RDWR)) == -1) { in readpassphrase()