Lines Matching refs:prompts
840 u_int *num, char ***prompts, u_int **echo_on)
859 *prompts = xcalloc((*num + 1), sizeof(char *));
862 (*prompts)[i] = buffer_get_string(&m, NULL);
938 char ***prompts, u_int **echo_on)
943 *prompts = xcalloc(*numprompts, sizeof(char *));
950 u_int *numprompts, char ***prompts, u_int **echo_on)
974 mm_chall_setup(name, infotxt, numprompts, prompts, echo_on);
975 (*prompts)[0] = challenge;
1008 u_int *numprompts, char ***prompts, u_int **echo_on)
1034 mm_chall_setup(name, infotxt, numprompts, prompts, echo_on);
1036 xasprintf(*prompts, "%s%s", challenge, SKEY_PROMPT);