Searched refs:aresp (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_ttyconv.c325 struct pam_response *aresp; local
332 if ((aresp = calloc(n, sizeof *aresp)) == NULL)
335 aresp[i].resp_retcode = 0;
336 aresp[i].resp = NULL;
340 (aresp[i].resp = strdup(respbuf)) == NULL)
345 (aresp[i].resp = strdup(respbuf)) == NULL)
364 *resp = aresp;
369 if (aresp[i].resp != NULL) {
370 strlset(aresp[
[all...]

Completed in 47 milliseconds