| /src/external/gpl2/xcvs/dist/lib/ |
| getpass.h | 0 /* getpass.h -- Read a password of arbitrary length from /dev/tty or stdin. 22 /* Get getpass declaration, if available. */ 27 char *getpass (const char *prompt);
|
| getpass.c | 18 __RCSID("$NetBSD: getpass.c,v 1.2 2016/05/17 14:00:09 christos Exp $"); 25 #include "getpass.h" 88 getpass (const char *prompt) function 189 getpass (const char *prompt) function
|
| /src/external/bsd/nsd/dist/contrib/bind2nsd/scripts/ |
| s64-mkpw | 33 import getpass 73 syspw = getpass.getpass('sysconfig password: ') 74 dnspw = getpass.getpass('dnsconfig password: ')
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/ |
| unistd.d | 21 char* getpass(const(char)* prompt);
|
| /src/crypto/external/bsd/openssh/dist/ |
| readpassphrase.h | 45 char * getpass __P((const char *));
|
| namespace.h | 39 #define getpass ssh_getpass macro
|
| readpassphrase.c | 146 getpass(prompt) function
|
| /src/external/bsd/openldap/dist/include/ac/ |
| unistd.h | 41 LDAP_LUTIL_F(char*)(lutil_getpass) LDAP_P((const char *getpass));
|
| /src/external/bsd/openldap/lib/liblutil/ |
| Makefile | 15 md5.c passwd.c sha1.c getpass.c lockf.c utils.c uuid.c \
|
| /src/sys/lib/libsa/ |
| checkpasswd.c | 40 getpass(const char *prompt) function 123 passwd = getpass("Password: ");
|
| /src/external/bsd/ntp/dist/libntp/ |
| ssl_init.c | 232 * have it truncate the password in getpass() to 8 characters. 235 # define getpass(str) getpassphrase(str) macro 252 return getpass(pass_prompt);
|
| /src/crypto/external/bsd/netpgp/dist/src/librsa/ |
| rsastubs.c | 46 if ((passphrase = getpass(prompt)) == NULL) {
|
| /src/usr.bin/telnet/ |
| authenc.c | 105 } else if ((res = getpass(prmpt)) != NULL) {
|
| /src/usr.bin/passwd/ |
| local_passwd.c | 73 strcmp(crypt(getpass("Old password:"), pw->pw_passwd), 84 p = getpass("New password:"); 106 if (!strcmp(buf, getpass("Retype new password:")))
|
| yp_passwd.c | 98 if (strcmp(crypt(p = getpass("Old password:"), 114 p = getpass("New password:"); 132 if (!strcmp(buf, getpass("Retype new password:")))
|
| /src/external/bsd/ntp/dist/include/ |
| l_stdlib.h | 55 extern char * getpass (const char *);
|
| /src/lib/libc/gen/ |
| getpass.c | 1 /* $NetBSD: getpass.c,v 1.30 2016/01/31 23:41:38 christos Exp $ */ 33 __RCSID("$NetBSD: getpass.c,v 1.30 2016/01/31 23:41:38 christos Exp $"); 57 __weak_alias(getpass,_getpass) 65 * - Historically getpass ate extra characters silently, we provide 67 * - Historically getpass "worked" by echoing characters when turning 327 getpass(const char *prompt) function
|
| /src/external/bsd/libpcap/dist/testprogs/ |
| findalldevstest.c | 58 getpass(const char *prompt) function 128 password = getpass("Password: ");
|
| /src/usr.bin/chpass/ |
| pw_yp.c | 154 yppw.oldpass = getpass("Old password:");
|
| /src/usr.bin/pwhash/ |
| pwhash.c | 242 string = getpass("Enter string: ");
|
| /src/crypto/external/cpl/tpm-tools/dist/lib/ |
| tpm_utils.c | 158 * Safest use of getpass is to zero the memory as soon as possible. 181 pszPasswd = getpass( pszPrompt );
|
| /src/external/bsd/libfido2/dist/openbsd-compat/ |
| readpassphrase.c | 201 getpass(const char *prompt)
|
| /src/external/bsd/libpcap/dist/lbl/ |
| os-sunos4.h | 94 char *getpass(char *);
|
| /src/external/bsd/pam-u2f/dist/pamu2fcfg/ |
| readpassphrase.c | 201 getpass(const char *prompt)
|
| /src/external/bsd/tcpdump/dist/lbl/ |
| os-sunos4.h | 93 char *getpass(char *);
|