Searched defs:tty (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Daskpass.c16 bool tty, restore_tio = FALSE; local
20 tty = isatty(STDIN_FILENO) != 0;
21 if (tty) {
25 fd = open("/dev/tty", O_RDONLY);
27 i_fatal("open(/dev/tty) failed: %m");
48 if (tty) {

Completed in 10 milliseconds