Searched defs:promptstr (Results 1 - 4 of 4) sorted by relevance

/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/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/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
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c160 static char *promptstr = ":"; variable
289 promptstr = setprompt(optarg);
1676 (void) sprintf(outstr, promptstr, pagenum);

Completed in 71 milliseconds