Searched refs:getpass (Results 1 - 25 of 55) sorted by relevance

123

/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dpasswdprompt8 proc getpass {prompt} {
35 puts "The password you entered was: [getpass "Password: "]"
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/uwin/
H A Dgetpass.c32 #define getpass ______getpass macro
38 #undef getpass macro
50 extern char* getpass(const char *prompt) function
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/ac/
H A Dunistd.h39 LDAP_LUTIL_F(char*)(lutil_getpass) LDAP_P((const char *getpass));
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_checkpw/test/
H A Dtest-checkpw.c26 retval = checkpw(uname, getpass(prompt));
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dauthenc.c92 } else if ((res = getpass(prompt))) {
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/include/
H A Dsaslutil.h92 LIBSASL_API char * getpass(const char *prompt);
/macosx-10.10.1/Security-57031.1.35/SecurityTool/
H A Dkeychain_create.c123 password = getpass("password for new keychain: ");
132 password = getpass("retype password for new keychain: ");
H A Dkeychain_set_settings.c95 char *pBuf = getpass("Old Password: ");
107 char *pBuf = getpass("New Password: ");
115 pBuf = getpass("Retype New Password: ");
H A Dkeychain_unlock.c112 password = getpass(prompt);
/macosx-10.10.1/system_cmds-643.1.1/passwd.tproj/
H A Dod_passwd.c165 char *p = getpass( prompt );
173 char *p = getpass("New password:");
182 p = getpass("Retype new password:");
H A Dpasswd.c63 p = getpass("Old password:");
78 p = getpass("New password:");
129 if (!strcmp(nbuf, getpass("Retype new password:"))) break;
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dauthenc.c102 } else if ((res = getpass(prom))) {
/macosx-10.10.1/system_cmds-643.1.1/chkpasswd.tproj/
H A Dod_passwd.c75 char* p = getpass("Password:");
H A Dpasswd.c71 p = getpass("Password:");
/macosx-10.10.1/apache-793/httpd/support/
H A Ddbmmanage.in224 sub getpass {
272 my $value = getpass "New password:";
273 die "They don't match, sorry.\n" unless getpass("Re-type new password:") eq $value;
290 my $testpass = getpass();
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Dntlib.c139 getpass (const char * prompt) function
H A Dntlib.h44 char * getpass (const char * prompt);
/macosx-10.10.1/ntp-92/include/
H A Dl_stdlib.h57 extern char * getpass (const char *);
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dreadpassphrase.c168 getpass(const char *prompt) function
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dreadpassphrase.c192 getpass(const char *prompt)
/macosx-10.10.1/apr-32/apr/apr/passwd/
H A Dapr_getpass.c19 * wrapper for the system library's getpass() routine; otherwise, we
55 /* Disable getpass() support when PASS_MAX is defined and is "small",
57 * HP-UX truncates passwords (PR49496) so we disable getpass() for
83 /* MPE, Win32, NetWare and BeOS all lack a native getpass() */
87 * MPE lacks getpass() and a way to suppress stdin echo. So for now, just
143 * Windows lacks getpass(). So we'll re-implement it here.
148 /* WCE lacks console. So the getpass is unsuported
149 * The only way is to use the GUI so the getpass should be implemented
213 #endif /* no getpass or getpassphrase or getpass_r */
216 * Use the OS getpass() routin
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/pkcs11/
H A Dpkcs11-destroy.c67 #define getpassphrase(x) getpass(x)
H A Dpkcs11-list.c66 #define getpassphrase(x) getpass(x)
/macosx-10.10.1/bind9-45.101/bind9/contrib/nslint-2.1a3/lbl/
H A Dos-sunos4.h95 char *getpass(char *);
/macosx-10.10.1/libpcap-48/libpcap/lbl/
H A Dos-sunos4.h95 char *getpass(char *);

Completed in 411 milliseconds

123