Searched refs:respbuf (Results 1 – 1 of 1) sorted by relevance
324 char respbuf[PAM_MAX_RESP_SIZE]; in openpam_ttyconv() local339 if (prompt(msg[i]->msg, respbuf, 0) < 0 || in openpam_ttyconv()340 (aresp[i].resp = strdup(respbuf)) == NULL) in openpam_ttyconv()344 if (prompt(msg[i]->msg, respbuf, 1) < 0 || in openpam_ttyconv()345 (aresp[i].resp = strdup(respbuf)) == NULL) in openpam_ttyconv()365 memset(respbuf, 0, sizeof respbuf); in openpam_ttyconv()377 memset(respbuf, 0, sizeof respbuf); in openpam_ttyconv()