Lines Matching refs:ftpd_strdup
457 version = ftpd_strdup(optarg); in main()
843 save.pw_name = ftpd_strdup(p->pw_name); in sgetpwnam()
844 save.pw_passwd = ftpd_strdup(p->pw_passwd); in sgetpwnam()
845 save.pw_gecos = ftpd_strdup(p->pw_gecos); in sgetpwnam()
846 save.pw_dir = ftpd_strdup(p->pw_dir); in sgetpwnam()
847 save.pw_shell = ftpd_strdup(p->pw_shell); in sgetpwnam()
960 class = ftpd_strdup("guest"); in user()
963 class = ftpd_strdup("chroot"); in user()
966 class = ftpd_strdup("real"); in user()
1195 *retclass = ftpd_strdup(class); in checkuser()
1395 p = ftpd_strdup(passwd); in do_pass()
1663 REASSIGN(pw->pw_passwd, ftpd_strdup(passwd)); in do_pass()
3274 tmp = ftpd_strdup(arg); in extended_port()
3452 notglob = ftpd_strdup(whichf); in send_file_list()
3744 ftpd_strdup(const char *s) in ftpd_strdup() function
3802 myreply[i].resp = ftpd_strdup(cred->uname); in auth_conv()
3862 myreply[i].resp = ftpd_strdup(pbuf+5); in auth_conv()