getpass
char *getpass(const char *);
if ((buf = (char *)getpass("Enter key:")) == NULL) {
if ((pasword = getpass("New password:")) == NULL) {
if (strcmp(pwbuf, getpass("Retype new password:")) != 0) {
cur_pw = getpass(prompt);
char *getpass();
if (!(pass = getpass("Password:")))
passwd = getpass("root password:");
passwd = getpass(password_string);
if ((newvalue = (char *)getpass(str)) == NULL) {
#define getpassphrase getpass
password = getpass(gettext("Password:"));
(key = (unsigned char *)getpass(
char *getpass();
return (unsigned char *)getpass(prompt);
extern char *getpass(const char *);
extern char *getpass(const char *);
*apass = getpass("");