Symbol: getpass
bin/ed/cbc.c
234
if (*(p = getpass("Enter key: "))) {
crypto/dist/ipsec-tools/src/racoon/racoonctl.c
544
if ((key = getpass("Password: ")) == NULL)
include/unistd.h
238
char *getpass(const char *);
lib/libc/gen/getpass.c
57
__weak_alias(getpass,_getpass)
sbin/atactl/atactl.c
1860
pass = getpass("Password:");
sbin/atactl/atactl.c
1876
pass = getpass("Confirm password:");
sbin/init/init.c
702
clear = getpass("Password:");
sys/lib/libsa/checkpasswd.c
123
passwd = getpass("Password: ");
sys/lib/libsa/stand.h
288
char *getpass(const char *);
usr.bin/bdes/bdes.c
279
p = getpass("Enter key: ");
usr.bin/chpass/pw_yp.c
154
yppw.oldpass = getpass("Old password:");
usr.bin/ftp/cmds.c
1500
password = getpass("Password: ");
usr.bin/ftp/cmds.c
1512
password = getpass("Account: ");
usr.bin/ftp/cmds.c
1824
ap = getpass("Account:");
usr.bin/ftp/fetch.c
319
gotpass = getpass("Password: ");
usr.bin/ftp/util.c
439
p = getpass("Password: ");
usr.bin/ftp/util.c
451
p = getpass("Account: ");
usr.bin/login/login.c
399
p = getpass(pwprompt);
usr.bin/newgrp/grutil.c
257
p = getpass(prompt);
usr.bin/passwd/local_passwd.c
106
if (!strcmp(buf, getpass("Retype new password:")))
usr.bin/passwd/local_passwd.c
73
strcmp(crypt(getpass("Old password:"), pw->pw_passwd),
usr.bin/passwd/local_passwd.c
84
p = getpass("New password:");
usr.bin/passwd/yp_passwd.c
114
p = getpass("New password:");
usr.bin/passwd/yp_passwd.c
132
if (!strcmp(buf, getpass("Retype new password:")))
usr.bin/passwd/yp_passwd.c
98
if (strcmp(crypt(p = getpass("Old password:"),
usr.bin/pwhash/pwhash.c
242
string = getpass("Enter string: ");
usr.bin/skeyinit/skeyinit.c
163
pw = getpass("Password:");
usr.bin/su/su.c
275
p = getpass("Password:");
usr.bin/telnet/authenc.c
105
} else if ((res = getpass(prmpt)) != NULL) {
usr.bin/unzip/unzip.c
881
p = getpass(prompt);