Searched refs:REASSIGN (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dconf.c91 REASSIGN(conv->suffix, NULL);
92 REASSIGN(conv->types, NULL);
93 REASSIGN(conv->disable, NULL);
94 REASSIGN(conv->command, NULL);
101 REASSIGN(curclass.chroot, NULL);
102 REASSIGN(curclass.classname, NULL);
104 REASSIGN(curclass.display, NULL);
105 REASSIGN(curclass.homedir, NULL);
107 REASSIGN(curclass.limitfile, NULL);
112 REASSIGN(curclas
[all...]
H A Dextern.h383 #define REASSIGN(X,Y) do { if (X) free(X); (X)=(Y); } while (/*CONSTCOND*/0) macro
H A Dftpcmd.y183 REASSIGN(fromname, NULL);
463 REASSIGN(fromname, NULL);
890 REASSIGN(fromname, NULL);
902 REASSIGN(fromname, NULL);
H A Dcmds.c394 REASSIGN(c->options, ftpd_strdup(ep));
H A Dftpd.c1616 REASSIGN(pw->pw_passwd, ftpd_strdup(passwd));

Completed in 104 milliseconds