Lines Matching defs:reply
99 str_data[3] == TELQUAL_IS ? ">>>IS" : ">>>REPLY",
255 /* client received REPLY -- could be SRA KEY, CONTINUE, ACCEPT, or REJECT */
520 struct pam_response *reply = NULL;
522 if (reallocarr(&reply, num_msg, sizeof(*reply)) != 0)
528 reply[i].resp_retcode = PAM_SUCCESS;
529 reply[i].resp = COPY_STRING(cred->uname);
534 reply[i].resp_retcode = PAM_SUCCESS;
535 reply[i].resp = COPY_STRING(cred->pass);
540 reply[i].resp_retcode = PAM_SUCCESS;
541 reply[i].resp = NULL;
544 free(reply);
549 *resp = reply;