getpassphrase
return (getpassphrase(
if ((phrase1 = getpassphrase(prompt1)) == NULL) {
if ((phrase2 = getpassphrase(prompt2)) == NULL) {
if ((pw = getpassphrase(prompt)) == NULL)
getpassphrase(prompt);
pass = getpassphrase(prompt);
psw = getpassphrase(gettext("Password:"));
char *it = getpassphrase("Enter password:");
chapSecret = getpassphrase(gettext("Enter secret:"));
chapSecret = getpassphrase(gettext("Re-enter secret:"));
pass = getpassphrase(phrase);
pass = getpassphrase(gettext("Re-enter secret: "));
login_pw = getpassphrase(prompt);
login_pw = getpassphrase(prompt);
bindPass = getpassphrase(prompt);
bindPass = getpassphrase(prompt);
extern char *getpassphrase();
pass = getpassphrase(prompt);
pass = getpassphrase("Please retype password:");
pass = getpassphrase(prompt);
pass = getpassphrase(prompt);
newpw = getpassphrase(gettext("Enter new password: "));
newpw = getpassphrase(gettext("Enter new password: "));
passwd = getpassphrase(password_string);
passwd = getpassphrase(password_string);
if ((newvalue = (char *)getpassphrase(str)) == NULL) {
password = getpassphrase("Enter password:");
getpassphrase("Bind Password:");
arglist->proxyPassword = getpassphrase("Proxy Bind Password:");
arglist->adminPassword = getpassphrase("admin Bind Password:");
arglist->proxyPassword = getpassphrase("Proxy Bind Password:");
arglist->adminPassword = getpassphrase("admin Password:");
strdup(getpassphrase("Enter password:"));
temp = getpassphrase(m->msg);
getpassphrase(gettext("Enter new password: "))) != NULL) {
getpassphrase(gettext("Re-enter password: ")))
crypt(getpassphrase(PW), g->gr_passwd)) == 0) {
temp = getpassphrase(m->msg);
if ((passphrase = getpassphrase(prompt)) != NULL)
passwd = getpassphrase(gettext("Bind Password:"));
if ((p = getpassphrase(passwd_prompt)) == NULL) {
temp = getpassphrase(m->msg);
extern char *getpassphrase(const char *);
tmpbuf = getpassphrase(prompt);
tmpbuf = getpassphrase(prompt);
npw = getpassphrase(dgettext(TEXT_DOMAIN, "Password:"));