Searched refs:_PATH_TTY (Results 1 – 6 of 6) sorted by relevance
59 #define _PATH_TTY "/dev/tty" macro
299 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()
1172 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY); in main()
394 #ifndef _PATH_TTY395 #define _PATH_TTY "/dev/tty" macro
112 ttyfd = open(_PATH_TTY, O_RDWR); in read_passphrase()
79 (input = output = open(_PATH_TTY, O_RDWR)) == -1) { in readpassphrase()