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

12

/freebsd-13-stable/contrib/ofed/infiniband-diags/src/
H A Dsaquery.c1586 if (!isxdigit(*optarg) && !(optarg = getpass("SM_Key: "))) {
1675 if (!isxdigit(*optarg) && !(optarg = getpass("P_Key: "))) {
1697 if (!isxdigit(*optarg) && !(optarg = getpass("Q_Key: "))) {
H A Dibportstate.c498 val = strtoull(getpass("New M_Key: "),
H A Dibdiag_common.c293 ibd_mkey = strtoull(getpass("M_Key: "), &endp, 0);
/freebsd-13-stable/contrib/smbfs/lib/smb/
H A Dctx.c587 cp = getpass("Password:");
/freebsd-13-stable/usr.sbin/keyserv/
H A Dkeyserv.c279 passwd = getpass("root password:");
/freebsd-13-stable/usr.sbin/pppctl/
H A Dpppctl.c166 passwd = getpass("Password: ");
/freebsd-13-stable/lib/libc/gen/
H A DMakefile.inc250 getpass.3 \
/freebsd-13-stable/contrib/tnftp/src/
H A Dfetch.c204 gotpass = getpass("Password: ");
/freebsd-13-stable/sbin/init/
H A Dinit.c907 clear = getpass("Password:");
/freebsd-13-stable/usr.sbin/ancontrol/
H A Dancontrol.c1465 password = getpass("Enter LEAP password:");
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6128 INTERCEPTOR(char *, getpass, const char *prompt) {
6130 COMMON_INTERCEPTOR_ENTER(ctx, getpass, prompt);
6133 char *res = REAL(getpass)(prompt);
6138 #define INIT_GETPASS COMMON_INTERCEPT_FUNCTION(getpass);
/freebsd-13-stable/contrib/apr/
H A Dconfigure22979 for ac_func in getpass getpassphrase gmtime_r localtime_r

Completed in 311 milliseconds

12