Searched refs:RPP_REQUIRE_TTY (Results 1 – 4 of 4) sorted by relevance
34 #define RPP_REQUIRE_TTY 0x02 /* Fail if there is no tty. */ macro
89 if (flags & RPP_REQUIRE_TTY) { in readpassphrase()
133 rppflags |= RPP_REQUIRE_TTY; in read_passphrase()
1438 if (readpassphrase(prompt, pw, sizeof(pw), RPP_REQUIRE_TTY) == NULL) in getproxypass()