Home | History | Annotate | Download | only in ftpd

Lines Matching defs:myreply

3789 	struct pam_response *myreply;
3794 myreply = calloc(num_msg, sizeof *myreply);
3795 if (myreply == NULL)
3799 myreply[i].resp_retcode = 0;
3800 myreply[i].resp = NULL;
3803 myreply[i].resp = ftpd_strdup(cred->uname);
3863 myreply[i].resp = ftpd_strdup(pbuf+5);
3874 *resp = myreply;
3878 free(myreply);