Lines Matching refs:respbuf
1093 char respbuf[PAM_MAX_RESP_SIZE];
1129 (void) fgets(respbuf, sizeof (respbuf), stdin);
1130 temp = strchr(respbuf, '\n');
1134 r->resp = strdup(respbuf);
1180 char respbuf[PAM_MAX_RESP_SIZE];
1235 (void) fgets(respbuf, sizeof (respbuf), stdin);
1237 temp = strchr(respbuf, '\n');
1241 r->resp = strdup(respbuf);