HomeSort by: relevance | last modified time | path
    Searched refs:ftpd_strdup (Results 1 - 6 of 6) sorted by relevancy

  /src/libexec/ftpd/
popen.c 135 if (sl_add(sl, ftpd_strdup(argv[0])) == -1)
144 if (sl_add(sl, ftpd_strdup(argv[argc])) == -1) {
150 if (sl_add(sl, ftpd_strdup(*pop)) == -1) {
conf.c 106 REASSIGN(curclass.motd, ftpd_strdup(_NAME_FTPLOGINMESG));
150 REASSIGN(curclass.classname, ftpd_strdup(findclass));
203 arg = ftpd_strdup(arg); \
308 suffix = ftpd_strdup(arg);
315 types = ftpd_strdup(types);
316 disable = ftpd_strdup(disable);
317 convcmd = ftpd_strdup(convcmd);
363 EMPTYSTR(p) ? NULL : ftpd_strdup(p));
469 REASSIGN(template, EMPTYSTR(arg) ? NULL : ftpd_strdup(arg));
552 cp = ftpd_strdup(curwd)
    [all...]
ftpd.c 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)
3745 ftpd_strdup(const char *s) function in typeref:typename:char *
    [all...]
extern.h 168 char *ftpd_strdup(const char *);
cmds.c 389 REASSIGN(c->options, ftpd_strdup(ep));
436 return (ftpd_strdup(name));
ftpcmd.y 1604 yylval.s = ftpd_strdup(cp);

Completed in 15 milliseconds