Home
last modified time | relevance | path

Searched refs:resps (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/openpam/t/
H A Dt_pam_conv.c67 struct pam_response *resps; in t_pam_conv() local
83 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()
H A Dt_pam_conv.h36 struct pam_response *resps; member