Lines Matching refs:REASSIGN
85 REASSIGN(conv->suffix, NULL); in init_curclass()
86 REASSIGN(conv->types, NULL); in init_curclass()
87 REASSIGN(conv->disable, NULL); in init_curclass()
88 REASSIGN(conv->command, NULL); in init_curclass()
95 REASSIGN(curclass.chroot, NULL); in init_curclass()
96 REASSIGN(curclass.classname, NULL); in init_curclass()
98 REASSIGN(curclass.display, NULL); in init_curclass()
99 REASSIGN(curclass.homedir, NULL); in init_curclass()
101 REASSIGN(curclass.limitfile, NULL); in init_curclass()
106 REASSIGN(curclass.motd, ftpd_strdup(_NAME_FTPLOGINMESG)); in init_curclass()
107 REASSIGN(curclass.notify, NULL); in init_curclass()
150 REASSIGN(curclass.classname, ftpd_strdup(findclass)); in parse_conf()
204 REASSIGN(curclass.Field, arg); \ in parse_conf()
341 REASSIGN(conv->suffix, suffix); in parse_conf()
342 REASSIGN(conv->types, types); in parse_conf()
343 REASSIGN(conv->disable, disable); in parse_conf()
344 REASSIGN(conv->command, convcmd); in parse_conf()
360 REASSIGN(curclass.limitfile, NULL); in parse_conf()
362 REASSIGN(curclass.limitfile, in parse_conf()
469 REASSIGN(template, EMPTYSTR(arg) ? NULL : ftpd_strdup(arg)); in parse_conf()
503 REASSIGN(template, NULL); in parse_conf()
953 REASSIGN(pids, NULL); in count_users()