Searched refs:myreply (Results 1 – 1 of 1) sorted by relevance
3788 struct pam_response *myreply; in auth_conv() local3793 myreply = calloc(num_msg, sizeof *myreply); in auth_conv()3794 if (myreply == NULL) in auth_conv()3798 myreply[i].resp_retcode = 0; in auth_conv()3799 myreply[i].resp = NULL; in auth_conv()3802 myreply[i].resp = ftpd_strdup(cred->uname); in auth_conv()3862 myreply[i].resp = ftpd_strdup(pbuf+5); in auth_conv()3873 *resp = myreply; in auth_conv()3877 free(myreply); in auth_conv()