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

12

/freebsd-12-stable/crypto/heimdal/appl/telnet/telnet/
H A Dauthenc.c92 } else if ((res = getpass(prompt))) {
/freebsd-12-stable/usr.bin/keylogin/
H A Dkeylogin.c66 getpass("Password:"))) {
/freebsd-12-stable/release/picobsd/tinyware/passwd/
H A Dlocal_passwd.c115 strcmp(crypt(getpass("Old password:"), pw->pw_passwd),
144 p = getpass("New password:");
162 if (!strcmp(buf, getpass("Retype new password:")))
/freebsd-12-stable/contrib/ntp/libntp/
H A Dssl_init.c242 * have it truncate the password in getpass() to 8 characters.
245 # define getpass(str) getpassphrase(str) macro
262 return getpass(pass_prompt);
H A Dmachines.c512 /* getpass is used in ntpq.c and ntpdc.c */
515 getpass(const char * prompt) function
/freebsd-12-stable/contrib/telnet/telnet/
H A Dauthenc.c99 } else if ((res = getpass(prom))) {
/freebsd-12-stable/usr.bin/chkey/
H A Dchkey.c152 pass = getpass("Password:");
171 xdecrypt(crypt2, getpass("Retype password:"));
/freebsd-12-stable/usr.bin/newkey/
H A Dnewkey.c138 pass = getpass("New password:");
147 xdecrypt(crypt2, getpass("Retype password:"));
/freebsd-12-stable/contrib/ntp/include/
H A Dl_stdlib.h53 extern char * getpass (const char *);
/freebsd-12-stable/contrib/smbfs/smbutil/
H A Dsmbutil.c64 psw = getpass("Password:");
/freebsd-12-stable/contrib/libpcap/testprogs/
H A Dfindalldevstest.c59 getpass(const char *prompt) function
125 password = getpass("Password: ");
/freebsd-12-stable/contrib/tcpdump/lbl/
H A Dos-sunos4.h93 char *getpass(char *);
/freebsd-12-stable/contrib/libpcap/lbl/
H A Dos-sunos4.h92 char *getpass(char *);
/freebsd-12-stable/contrib/apr/passwd/
H A Dapr_getpass.c19 * wrapper for the system library's getpass() routine; otherwise, we
58 /* Disable getpass() support when PASS_MAX is defined and is "small",
60 * HP-UX truncates passwords (PR49496) so we disable getpass() for
86 /* MPE, Win32, and BeOS all lack a native getpass() */
90 * MPE lacks getpass() and a way to suppress stdin echo. So for now, just
107 * Windows lacks getpass(). So we'll re-implement it here.
112 /* WCE lacks console. So the getpass is unsuported
113 * The only way is to use the GUI so the getpass should be implemented
215 #endif /* no getpass or getpassphrase or getpass_r */
218 * Use the OS getpass() routin
[all...]
/freebsd-12-stable/lib/libc/gen/
H A Dreadpassphrase.c190 getpass(const char *prompt) function
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.c198 getpass(const char *prompt)
/freebsd-12-stable/usr.bin/enigma/
H A Denigma.c108 setup(getpass("Enter key:"));
/freebsd-12-stable/contrib/tnftp/
H A Dtnftp.h334 char *getpass(const char *);
441 # define getpass getpassphrase macro
/freebsd-12-stable/bin/ed/
H A Dcbc.c166 if ((p = getpass("Enter key: ")) != NULL && *p != '\0') {
/freebsd-12-stable/usr.bin/chpass/
H A Dchpass.c232 password = getpass("Password: ");
/freebsd-12-stable/usr.bin/newgrp/
H A Dnewgrp.c182 pass = getpass("Password:");
/freebsd-12-stable/lib/libcompat/4.3/
H A Drexec.c55 char *getpass(), *getlogin();
/freebsd-12-stable/include/
H A Dunistd.h474 char *getpass(const char *);
/freebsd-12-stable/contrib/googletest/googlemock/scripts/
H A Dupload.py35 import getpass namespace
472 password = getpass.getpass("Password for %s: " % email)
/freebsd-12-stable/contrib/googletest/googletest/scripts/
H A Dupload.py35 import getpass namespace
472 password = getpass.getpass("Password for %s: " % email)

Completed in 274 milliseconds

12