Lines Matching refs:ftpd_strdup
457 version = ftpd_strdup(optarg);
843 save.pw_name = ftpd_strdup(p->pw_name);
844 save.pw_passwd = ftpd_strdup(p->pw_passwd);
845 save.pw_gecos = ftpd_strdup(p->pw_gecos);
846 save.pw_dir = ftpd_strdup(p->pw_dir);
847 save.pw_shell = ftpd_strdup(p->pw_shell);
960 class = ftpd_strdup("guest");
963 class = ftpd_strdup("chroot");
966 class = ftpd_strdup("real");
1195 *retclass = ftpd_strdup(class);
1395 p = ftpd_strdup(passwd);
1664 REASSIGN(pw->pw_passwd, ftpd_strdup(passwd));
3275 tmp = ftpd_strdup(arg);
3453 notglob = ftpd_strdup(whichf);
3745 ftpd_strdup(const char *s)
3803 myreply[i].resp = ftpd_strdup(cred->uname);
3863 myreply[i].resp = ftpd_strdup(pbuf+5);