Lines Matching refs:EMPTYSTR
173 if (EMPTYSTR(p)) in parse_conf()
179 if (EMPTYSTR(word) || EMPTYSTR(class)) in parse_conf()
192 (!EMPTYSTR(arg) && strcasecmp(arg, "off") == 0)) \ in parse_conf()
200 if (none || EMPTYSTR(arg)) \ in parse_conf()
209 if (none || EMPTYSTR(Arg)) \ in parse_conf()
232 if (none || EMPTYSTR(arg)) in parse_conf()
279 if (!none && !EMPTYSTR(arg)) { in parse_conf()
297 if (EMPTYSTR(arg)) { in parse_conf()
309 if (none || EMPTYSTR(types) || in parse_conf()
310 EMPTYSTR(disable) || EMPTYSTR(convcmd)) { in parse_conf()
363 EMPTYSTR(p) ? NULL : ftpd_strdup(p)); in parse_conf()
415 if (none || EMPTYSTR(arg)) in parse_conf()
417 if (EMPTYSTR(p)) { in parse_conf()
469 REASSIGN(template, EMPTYSTR(arg) ? NULL : ftpd_strdup(arg)); in parse_conf()
475 if (none || EMPTYSTR(arg)) in parse_conf()
560 if (EMPTYSTR(curclass.notify)) in show_chdir_messages()
605 if (EMPTYSTR(file)) in display_file()
641 if (! EMPTYSTR(emailaddr)) in display_file()