Searched refs:RPP_REQUIRE_TTY (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dreadpassphrase.h34 #define RPP_REQUIRE_TTY 0x02 /* Fail if there is no tty. */ macro
H A Dreadpassphrase.c81 if (flags & RPP_REQUIRE_TTY) {
/macosx-10.10/Libc-1044.1.2/include/
H A Dreadpassphrase.h36 #define RPP_REQUIRE_TTY 0x02 /* Fail if there is no tty. */ macro
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dreadpassphrase.c78 if (flags & RPP_REQUIRE_TTY) {
/macosx-10.10/OpenSSH-189/openssh/
H A Dreadpass.c133 rppflags |= RPP_REQUIRE_TTY;
/macosx-10.10/smb-759.0/lib/smbclient/
H A Dserver.c190 passwd = readpassphrase(prompt, passbuf, sizeof(passbuf), RPP_REQUIRE_TTY);
/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdav_agent.c743 /* Set RPP_REQUIRE_TTY so that we get an error if this is called
746 if (readpassphrase(USER_PROMPT, user, sizeof(user), RPP_REQUIRE_TTY | RPP_ECHO_ON) == NULL) {

Completed in 202 milliseconds