Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dreadpassphrase.c46 int input, output, save_errno, i, need_restart, input_is_tty; in readpassphrase() local
68 input_is_tty = 0; in readpassphrase()
79 input_is_tty = 1; in readpassphrase()
91 if (input_is_tty && tcgetattr(input, &oterm) == 0) { in readpassphrase()
160 if (input_is_tty) in readpassphrase()