getpass
if (*(p = getpass("Enter key: "))) {
if ((key = getpass("Password: ")) == NULL)
char *getpass(const char *);
__weak_alias(getpass,_getpass)
pass = getpass("Password:");
pass = getpass("Confirm password:");
clear = getpass("Password:");
passwd = getpass("Password: ");
char *getpass(const char *);
p = getpass("Enter key: ");
yppw.oldpass = getpass("Old password:");
password = getpass("Password: ");
password = getpass("Account: ");
ap = getpass("Account:");
gotpass = getpass("Password: ");
p = getpass("Password: ");
p = getpass("Account: ");
p = getpass(pwprompt);
p = getpass(prompt);
if (!strcmp(buf, getpass("Retype new password:")))
strcmp(crypt(getpass("Old password:"), pw->pw_passwd),
p = getpass("New password:");
p = getpass("New password:");
if (!strcmp(buf, getpass("Retype new password:")))
if (strcmp(crypt(p = getpass("Old password:"),
string = getpass("Enter string: ");
pw = getpass("Password:");
p = getpass("Password:");
} else if ((res = getpass(prmpt)) != NULL) {
p = getpass(prompt);