Home | History | Annotate | Download | only in ftpd

Lines Matching refs:REASSIGN

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));
107 REASSIGN(curclass.notify, NULL);
150 REASSIGN(curclass.classname, ftpd_strdup(findclass));
204 REASSIGN(curclass.Field, arg); \
341 REASSIGN(conv->suffix, suffix);
342 REASSIGN(conv->types, types);
343 REASSIGN(conv->disable, disable);
344 REASSIGN(conv->command, convcmd);
360 REASSIGN(curclass.limitfile, NULL);
362 REASSIGN(curclass.limitfile,
469 REASSIGN(template, EMPTYSTR(arg) ? NULL : ftpd_strdup(arg));
503 REASSIGN(template, NULL);
953 REASSIGN(pids, NULL);