Searched refs:ftpd_strdup (Results 1 – 6 of 6) sorted by relevance
106 REASSIGN(curclass.motd, ftpd_strdup(_NAME_FTPLOGINMESG)); in init_curclass()150 REASSIGN(curclass.classname, ftpd_strdup(findclass)); in parse_conf()203 arg = ftpd_strdup(arg); \ in parse_conf()308 suffix = ftpd_strdup(arg); in parse_conf()315 types = ftpd_strdup(types); in parse_conf()316 disable = ftpd_strdup(disable); in parse_conf()317 convcmd = ftpd_strdup(convcmd); in parse_conf()363 EMPTYSTR(p) ? NULL : ftpd_strdup(p)); in parse_conf()469 REASSIGN(template, EMPTYSTR(arg) ? NULL : ftpd_strdup(arg)); in parse_conf()552 cp = ftpd_strdup(curwd); in show_chdir_messages()[all …]
135 if (sl_add(sl, ftpd_strdup(argv[0])) == -1) in ftpd_popen()144 if (sl_add(sl, ftpd_strdup(argv[argc])) == -1) { in ftpd_popen()150 if (sl_add(sl, ftpd_strdup(*pop)) == -1) { in ftpd_popen()
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()[all …]
168 char *ftpd_strdup(const char *);
389 REASSIGN(c->options, ftpd_strdup(ep)); in opts()436 return (ftpd_strdup(name)); in renamefrom()
1604 yylval.s = ftpd_strdup(cp);