Searched refs:getpass (Results 26 - 50 of 55) sorted by relevance

123

/macosx-10.10/tcpdump-61/tcpdump/lbl/
H A Dos-sunos4.h95 char *getpass(char *);
/macosx-10.10/lukemftp-14/tnftp/
H A Dtnftp.h336 char *getpass(const char *);
443 # define getpass getpassphrase macro
/macosx-10.10/screen-22/screen/
H A Dattacher.c817 if ((pass = getpass("Key: ")))
823 if ((pass = getpass("Again: ")))
870 if ((cp1 = getpass(message)) == NULL)
H A Dosdef.h.in137 extern char *getpass __P((char *));
/macosx-10.10/bind9-45.101/bind9/bin/pkcs11/
H A Dpkcs11-keygen.c77 #define getpassphrase(x) getpass(x)
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/sample/
H A Dhttp_digest_client.c42 ilist->result = strdup(getpass(""));
H A Dclient.c146 return getpass(prompt);
H A Dsample-client.c258 return getpass(prompt);
/macosx-10.10/rsync-45/rsync/
H A Dauthenticate.c300 /* XXX: cyeoh says that getpass is deprecated, because
309 pass = getpass("Password: ");
/macosx-10.10/system_cmds-643.1.1/chpass.tproj/
H A Dchpass.c371 password = getpass("Password: ");
H A Dopen_directory.c67 char* pass = getpass(buf);
/macosx-10.10/system_cmds-643.1.1/newgrp.tproj/
H A Dnewgrp.c210 pass = getpass("Password:");
/macosx-10.10/text_cmds-88/ed/
H A Dcbc.c173 if (*(p = getpass("Enter key: "))) {
/macosx-10.10/text_cmds-88/sort/
H A Dconfig.h279 /* Define to 1 if you have the declaration of `getpass', and to 0 if you
1594 /* Define to a replacement function name for getpass(). */
1595 #define getpass gnu_getpass macro
/macosx-10.10/Security-57031.1.35/SecurityTool/
H A DcreateFVMaster.c733 password = getpass("password for new keychain: ");
742 password = getpass("retype password for new keychain: ");
H A Dauthz.c609 char *pass = getpass("Password:");
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/utils/
H A Dsmtptest.c40 extern char *getpass();
132 *tresult = strdup(getpass("")); /* leaks! */
/macosx-10.10/ntp-92/libntp/
H A Dmachines.c529 /* getpass is used in ntpq.c and ntpdc.c */
532 getpass(const char * prompt) function
/macosx-10.10/ntp-92/ntpdc/
H A Dntpdc.c64 * have it truncate the password in getpass() to 8 characters.
67 # define getpass(str) getpassphrase(str) macro
959 pass = getpass(pass_prompt);
1857 pass = getpass("MD5 Password: ");
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dsaslutil.c793 getpass(prompt) function
/macosx-10.10/lukemftp-14/tnftp/src/
H A Dutil.c453 p = getpass("Password: ");
465 p = getpass("Account: ");
H A Dcmds.c1501 password = getpass("Password: ");
1513 password = getpass("Account: ");
1813 ap = getpass("Account:");
/macosx-10.10/ntp-92/ntpq/
H A Dntpq.c242 * have it truncate the password in getpass() to 8 characters.
245 # define getpass(str) getpassphrase(str) macro
1296 pass = getpass(pass_prompt);
2441 pass = getpass("MD5 Password: ");
/macosx-10.10/Libc-1044.1.2/include/
H A Dunistd.h630 char *getpass(const char *) __POSIX_C_DEPRECATED(199506L);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/dotMacTool/
H A DdotMacTool.cpp492 const char *pwdp = getpass("Enter .mac password: ");

Completed in 514 milliseconds

123