/freebsd/contrib/ntp/libntp/ |
H A D | ssl_init.c | 230 * have it truncate the password in getpass() to 8 characters. in keytype_name() 233 # define getpass(str) getpassphrase(str) in keytype_name() 250 return getpass(pass_prompt); 245 # define getpass(str) getpassp global() macro
|
H A D | machines.c | 511 /* getpass is used in ntpq.c and ntpdc.c */ 514 getpass(const char * prompt) 515 getpass(const char * prompt) getpass() function
|
/freebsd/contrib/telnet/telnet/ |
H A D | authenc.c | 97 } else if ((res = getpass(prom))) { in telnet_gets()
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | authenc.c | 92 } else if ((res = getpass(prompt))) { in telnet_gets()
|
/freebsd/contrib/tnftp/ |
H A D | tnftp.h | 334 char *getpass(const char *); 441 # define getpass getpassphrase macro
|
/freebsd/contrib/libpcap/testprogs/ |
H A D | findalldevstest.c | 58 getpass(const char *prompt) in getpass() function 128 password = getpass("Password: "); in main()
|
/freebsd/contrib/ntp/include/ |
H A D | l_stdlib.h | 53 extern char * getpass (const char *);
|
/freebsd/contrib/smbfs/smbutil/ |
H A D | smbutil.c | 64 psw = getpass("Password:"); in cmd_crypt()
|
/freebsd/contrib/tcpdump/lbl/ |
H A D | os-sunos4.h | 93 char *getpass(char *);
|
/freebsd/contrib/libpcap/lbl/ |
H A D | os-sunos4.h | 92 char *getpass(char *);
|
/freebsd/usr.bin/enigma/ |
H A D | enigma.c | 105 setup(getpass("Enter key:")); in main()
|
/freebsd/lib/libc/gen/ |
H A D | readpassphrase.c | 187 getpass(const char *prompt) in getpass() function
|
H A D | Symbol.map | 216 getpass;
|
H A D | Makefile.inc | 247 getpass.3 \
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | readpassphrase.c | 198 getpass(const char *prompt)
|
/freebsd/contrib/libfido2/openbsd-compat/ |
H A D | readpassphrase.c | 201 getpass(const char *prompt)
|
/freebsd/usr.bin/chpass/ |
H A D | chpass.c | 218 password = getpass("Password: "); in main()
|
/freebsd/usr.bin/newgrp/ |
H A D | newgrp.c | 179 pass = getpass("Password:"); in addgroup()
|
/freebsd/include/ |
H A D | unistd.h | 474 char *getpass(const char *);
|
/freebsd/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/usr.sbin/pppctl/ |
H A D | pppctl.c | 163 passwd = getpass("Password: "); in Receive()
|
/freebsd/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()
|
H A D | ibdiag_common.c | 293 ibd_mkey = strtoull(getpass("M_Key: "), &endp, 0); in process_opt()
|
H A D | ibportstate.c | 498 val = strtoull(getpass("New M_Key: "), in main()
|