Home
last modified time | relevance | path

Searched refs:password_string (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/ldap/common/
H A Dcommon.c752 char *password_string = "Enter bind password: "; local
756 fputs(password_string,stdout);
772 passwd = getpassphrase(password_string);
775 passwd = getpass(password_string);
812 char *password_string = gettext("Enter bind password: "); local
813 passwd = getpassphrase(password_string);