Lines Matching defs:prompt
224 * If two prompts are given, the PIN is confirmed with second prompt.
244 /* If second prompt given, PIN confirmation is requested. */
278 * Gets yes/no response from user. If either no prompt is supplied, a
279 * default prompt is used. If not message for invalid input is supplied,
285 yesno(char *prompt, char *invalid, boolean_t dflt)
290 if (prompt == NULL)
291 prompt = gettext("Enter (y)es or (n)o? ");
295 (void) printf("%s", prompt);
794 char prompt[1024];
799 (void) strlcpy(prompt,
801 "accessing the PKCS12 file: "), sizeof (prompt));
803 if (get_pin(prompt, NULL, (uchar_t **)&cred->cred,
845 get_input_string(char *prompt, char *default_str, int min_len, int max_len)
853 (void) printf("\t%s", prompt);
892 char prompt[1024];
895 (void) snprintf(prompt, sizeof (prompt),
898 fname = get_input_string(prompt, NULL,
1111 char prompt[1024];
1141 (void) snprintf(prompt, sizeof (prompt),
1144 if (get_pin(prompt, NULL, (uchar_t **)&cred->cred,