Searched refs:respbuf (Results 1 – 1 of 1) sorted by relevance
322 char respbuf[PAM_MAX_RESP_SIZE]; in openpam_ttyconv() local337 if (prompt(msg[i]->msg, respbuf, 0) < 0 || in openpam_ttyconv()338 (aresp[i].resp = strdup(respbuf)) == NULL) in openpam_ttyconv()342 if (prompt(msg[i]->msg, respbuf, 1) < 0 || in openpam_ttyconv()343 (aresp[i].resp = strdup(respbuf)) == NULL) in openpam_ttyconv()363 memset(respbuf, 0, sizeof respbuf); in openpam_ttyconv()375 memset(respbuf, 0, sizeof respbuf); in openpam_ttyconv()