Searched refs:getpassphrase (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/ac/
H A Dunistd.h35 LDAP_LIBC_F(char*)(getpassphrase)();
38 #define getpassphrase(p) lutil_getpass(p) macro
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dslappasswd.c176 newpw = ch_strdup(getpassphrase("New password: "));
177 cknewpw = getpassphrase("Re-enter new password: ");
/macosx-10.9.5/bind9-45.100/bind9/bin/pkcs11/
H A Dpkcs11-destroy.c67 #define getpassphrase(x) getpass(x) macro
167 pin = (CK_UTF8CHAR *)getpassphrase("Enter Pin: ");
H A Dpkcs11-list.c66 #define getpassphrase(x) getpass(x) macro
175 pin = (CK_UTF8CHAR *)getpassphrase("Enter Pin: ");
H A Dpkcs11-keygen.c77 #define getpassphrase(x) getpass(x) macro
248 pin = (CK_UTF8CHAR *)getpassphrase("Enter Pin: ");
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/clients/tools/
H A Dldappasswd.c209 oldpw.bv_val = strdup(getpassphrase(_("Old password: ")));
210 ckoldpw = getpassphrase(_("Re-enter old password: "));
234 newpw.bv_val = strdup(getpassphrase(_("New password: ")));
235 cknewpw = getpassphrase(_("Re-enter new password: "));
H A Dcommon.c1441 char *pw = getpassphrase( _("Enter LDAP Password: ") );
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/passwd/
H A Dapr_getpass.c213 #endif /* no getpass or getpassphrase or getpass_r */
238 char *pw_got = getpassphrase(prompt);
/macosx-10.9.5/apr-30/apr/apr/passwd/
H A Dapr_getpass.c213 #endif /* no getpass or getpassphrase or getpass_r */
238 char *pw_got = getpassphrase(prompt);
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/sample/
H A Dclient.c138 getpassphrase(const char *prompt) function
158 password = getpassphrase("Password: ");
H A Dsample-client.c249 getpassphrase(const char *prompt) function
267 password = getpassphrase("Password: ");
310 char *original = getpassphrase("");
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblutil/
H A Dsasl.c165 interact->result = (char *) getpassphrase( input );
/macosx-10.9.5/bind9-45.100/bind9/bin/pkcs11/win32/
H A Dwin32.c31 getpassphrase(const char *prompt) function
/macosx-10.9.5/lukemftp-13.92.1/tnftp/
H A Dtnftp.h443 # define getpass getpassphrase
H A Dconfigure8824 getpass getpassphrase getpgrp gettimeofday isascii \
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/progs/
H A Dslapd-tester.c412 passwd = getpassphrase( _("Enter LDAP Password: ") );
/macosx-10.9.5/ntp-88/ntpdc/
H A Dntpdc.c63 * Use getpassphrase() if configure.ac detected it, as Suns that
67 # define getpass(str) getpassphrase(str)
/macosx-10.9.5/ntp-88/ntpq/
H A Dntpq.c241 * Use getpassphrase() if configure.ac detected it, as Suns that
245 # define getpass(str) getpassphrase(str)
/macosx-10.9.5/apr-30/apr/apr/
H A Dconfigure28737 for ac_func in getpass getpassphrase gmtime_r localtime_r mkstemp
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/
H A Dconfigure36361 getpassphrase \
[all...]

Completed in 253 milliseconds