Searched refs:promptstr (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgic_pwd.c55 char promptstr[1024]; local
83 strcpy(promptstr, "Password for ");
84 strncat(promptstr, clientstr, sizeof(promptstr)-strlen(promptstr)-1);
85 promptstr[sizeof(promptstr)-1] = '\0';
89 prompt.prompt = promptstr;
/illumos-gate/usr/src/lib/libsasl/include/
H A Dplugin_common.h174 const char *challenge, const char *promptstr,
/illumos-gate/usr/src/cmd/krb5/kadmin/ktutil/
H A Dktutil_funcs.c118 char promptstr[1024]; local
173 (void) snprintf(promptstr, sizeof(promptstr),
175 retval = krb5_read_password(context, promptstr, NULL, password.data,
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c160 static char *promptstr = ":"; variable
289 promptstr = setprompt(optarg);
1676 (void) sprintf(outstr, promptstr, pagenum);
/illumos-gate/usr/src/cmd/format/
H A Dio.c444 input(type, promptstr, delim, param, deflt, cmdflag)
446 char *promptstr;
495 fmt_print(promptstr);
/illumos-gate/usr/src/lib/libsasl/plugin/
H A Dplugin_common.c511 const char *challenge, const char *promptstr,
541 challenge, promptstr, NULL, result, NULL);
510 _plug_challenge_prompt(const sasl_utils_t *utils, unsigned int id, const char *challenge, const char *promptstr, const char **result, sasl_interact_t **prompt_need) argument

Completed in 77 milliseconds