| /freebsd-14.2/contrib/ntp/libntp/ |
| H A D | ssl_init.c | 233 # define getpass(str) getpassphrase(str) macro 250 return getpass(pass_prompt); in getpass_keytype()
|
| H A D | machines.c | 514 getpass(const char * prompt) in getpass() function
|
| /freebsd-14.2/usr.bin/newkey/ |
| H A D | newkey.c | 136 pass = getpass("New password:"); in main() 145 xdecrypt(crypt2, getpass("Retype password:")); in main()
|
| /freebsd-14.2/usr.bin/chkey/ |
| H A D | chkey.c | 150 pass = getpass("Password:"); in main() 169 xdecrypt(crypt2, getpass("Retype password:")); in main()
|
| /freebsd-14.2/usr.bin/keylogin/ |
| H A D | keylogin.c | 64 getpass("Password:"))) { in main()
|
| /freebsd-14.2/contrib/telnet/telnet/ |
| H A D | authenc.c | 97 } else if ((res = getpass(prom))) { in telnet_gets()
|
| /freebsd-14.2/crypto/heimdal/appl/telnet/telnet/ |
| H A D | authenc.c | 92 } else if ((res = getpass(prompt))) { in telnet_gets()
|
| /freebsd-14.2/contrib/tnftp/ |
| H A D | tnftp.h | 334 char *getpass(const char *); 441 # define getpass getpassphrase macro
|
| /freebsd-14.2/contrib/libpcap/testprogs/ |
| H A D | findalldevstest.c | 58 getpass(const char *prompt) in getpass() function 128 password = getpass("Password: "); in main()
|
| /freebsd-14.2/contrib/smbfs/smbutil/ |
| H A D | smbutil.c | 64 psw = getpass("Password:"); in cmd_crypt()
|
| /freebsd-14.2/contrib/ntp/include/ |
| H A D | l_stdlib.h | 53 extern char * getpass (const char *);
|
| /freebsd-14.2/contrib/libpcap/lbl/ |
| H A D | os-sunos4.h | 92 char *getpass(char *);
|
| /freebsd-14.2/contrib/tcpdump/lbl/ |
| H A D | os-sunos4.h | 93 char *getpass(char *);
|
| /freebsd-14.2/usr.bin/enigma/ |
| H A D | enigma.c | 106 setup(getpass("Enter key:")); in main()
|
| /freebsd-14.2/lib/libc/gen/ |
| H A D | readpassphrase.c | 187 getpass(const char *prompt) in getpass() function
|
| H A D | Symbol.map | 216 getpass;
|
| /freebsd-14.2/crypto/openssh/openbsd-compat/ |
| H A D | readpassphrase.c | 198 getpass(const char *prompt)
|
| /freebsd-14.2/contrib/libfido2/openbsd-compat/ |
| H A D | readpassphrase.c | 201 getpass(const char *prompt)
|
| /freebsd-14.2/usr.bin/chpass/ |
| H A D | chpass.c | 230 password = getpass("Password: "); in main()
|
| /freebsd-14.2/usr.bin/newgrp/ |
| H A D | newgrp.c | 180 pass = getpass("Password:"); in addgroup()
|
| /freebsd-14.2/include/ |
| H A D | unistd.h | 473 char *getpass(const char *);
|
| /freebsd-14.2/contrib/tnftp/src/ |
| H A D | util.c | 446 p = getpass("Password: "); in ftp_login() 458 p = getpass("Account: "); in ftp_login()
|
| H A D | cmds.c | 1501 password = getpass("Password: "); in user() 1513 password = getpass("Account: "); in user() 1813 ap = getpass("Account:"); in account()
|
| /freebsd-14.2/usr.sbin/pppctl/ |
| H A D | pppctl.c | 164 passwd = getpass("Password: "); in Receive()
|
| /freebsd-14.2/contrib/ofed/infiniband-diags/src/ |
| H A D | saquery.c | 1586 if (!isxdigit(*optarg) && !(optarg = getpass("SM_Key: "))) { in process_opt() 1675 if (!isxdigit(*optarg) && !(optarg = getpass("P_Key: "))) { in process_opt() 1697 if (!isxdigit(*optarg) && !(optarg = getpass("Q_Key: "))) { in process_opt()
|