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

  /src/libexec/ftpd/
conf.c 85 REASSIGN(conv->suffix, NULL);
86 REASSIGN(conv->types, NULL);
87 REASSIGN(conv->disable, NULL);
88 REASSIGN(conv->command, NULL);
95 REASSIGN(curclass.chroot, NULL);
96 REASSIGN(curclass.classname, NULL);
98 REASSIGN(curclass.display, NULL);
99 REASSIGN(curclass.homedir, NULL);
101 REASSIGN(curclass.limitfile, NULL);
106 REASSIGN(curclass.motd, ftpd_strdup(_NAME_FTPLOGINMESG))
    [all...]
extern.h 376 #define REASSIGN(X,Y) do { if (X) free(X); (X)=(Y); } while (/*CONSTCOND*/0)
ftpcmd.y 177 REASSIGN(fromname, NULL);
457 REASSIGN(fromname, NULL);
886 REASSIGN(fromname, NULL);
898 REASSIGN(fromname, NULL);
cmds.c 389 REASSIGN(c->options, ftpd_strdup(ep));
ftpd.c 1664 REASSIGN(pw->pw_passwd, ftpd_strdup(passwd));

Completed in 17 milliseconds