Searched refs:readpassphrase (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dreadpassphrase.h1 /* $OpenBSD: readpassphrase.h,v 1.5 2003/06/17 21:56:23 millert Exp $ */
23 /* OPENBSD ORIGINAL: include/readpassphrase.h */
40 char * readpassphrase(const char *, char *, size_t, int);
H A Dreadpassphrase.c1 /* $OpenBSD: readpassphrase.c,v 1.22 2010/01/13 10:20:54 dtucker Exp $ */
23 /* OPENBSD ORIGINAL: lib/libc/gen/readpassphrase.c */
33 #include <readpassphrase.h>
54 readpassphrase(const char *prompt, char *buf, size_t bufsiz, int flags) function
196 return(readpassphrase(prompt, buf, sizeof(buf), RPP_ECHO_OFF));
/macosx-10.9.5/Libc-997.90.3/include/
H A Dreadpassphrase.h1 /* $OpenBSD: /usr/local/www/cvsroot/OpenBSD/src/include/readpassphrase.h,v 1.2 2002/02/16 21:27:17 millert Exp $ */
2 /* $FreeBSD: /repoman/r/ncvs/src/include/readpassphrase.h,v 1.2 2002/03/08 20:52:52 green Exp $ */
45 char * readpassphrase(const char *, char *, size_t, int);
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dreadpassphrase.c1 /* $OpenBSD: readpassphrase.c,v 1.12 2001/12/15 05:41:00 millert Exp $ */
31 static const char rcsid[] = "$OpenBSD: readpassphrase.c,v 1.12 2001/12/15 05:41:00 millert Exp $";
34 __FBSDID("$FreeBSD: src/lib/libc/gen/readpassphrase.c,v 1.6 2002/03/09 03:16:41 green Exp $");
48 #include <readpassphrase.h>
56 readpassphrase(const char *prompt, char *buf, size_t bufsiz, int flags) function
180 if (readpassphrase(prompt, buf, bufsiz, RPP_ECHO_OFF) == NULL) {
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dincludes.h125 # include <readpassphrase.h>
H A Dreadpass.c158 if (readpassphrase(prompt, buf, sizeof buf, rppflags) == NULL) {
H A Dconfigure6085 readpassphrase.h \
9549 readpassphrase \
/macosx-10.9.5/smb-697.95.1/lib/smbclient/
H A Dserver.c32 #include <readpassphrase.h>
190 passwd = readpassphrase(prompt, passbuf, sizeof(passbuf), RPP_REQUIRE_TTY);
/macosx-10.9.5/webdavfs-352.92.2/mount.tproj/
H A Dwebdav_agent.c39 #include <readpassphrase.h>
829 if (readpassphrase(USER_PROMPT, user, sizeof(user), RPP_REQUIRE_TTY | RPP_ECHO_ON) == NULL) {
833 else if (readpassphrase(PASS_PROMPT, pass, sizeof(pass), RPP_ECHO_OFF) == NULL) {
/macosx-10.9.5/Libc-997.90.3/xcodescripts/
H A Dheaders.sh50 nlist.h paths.h printf.h poll.h ranlib.h readpassphrase.h regex.h runetype.h search.h \
/macosx-10.9.5/eap8021x-180/eapolcfg.tproj/
H A Deapolcfg.c53 #include <readpassphrase.h>
1407 if (readpassphrase("Enter password: ",

Completed in 216 milliseconds