Searched refs:resps (Results 1 – 2 of 2) sorted by relevance
67 struct pam_response *resps; in t_pam_conv() local83 if ((resps = calloc(nm, sizeof *resps)) == NULL) in t_pam_conv()117 if (s->resps[i].resp != NULL && in t_pam_conv()118 (resps[i].resp = strdup(s->resps[i].resp)) == NULL) in t_pam_conv()120 resps[i].resp_retcode = s->resps[i].resp_retcode; in t_pam_conv()123 *respsp = resps; in t_pam_conv()129 free(resps[i].resp); in t_pam_conv()130 free(resps); in t_pam_conv()
36 struct pam_response *resps; member