Symbol: EMPTYSTR
libexec/ftpd/conf.c
173
if (EMPTYSTR(p))
libexec/ftpd/conf.c
179
if (EMPTYSTR(word) || EMPTYSTR(class))
libexec/ftpd/conf.c
192
(!EMPTYSTR(arg) && strcasecmp(arg, "off") == 0)) \
libexec/ftpd/conf.c
200
if (none || EMPTYSTR(arg)) \
libexec/ftpd/conf.c
209
if (none || EMPTYSTR(Arg)) \
libexec/ftpd/conf.c
232
if (none || EMPTYSTR(arg))
libexec/ftpd/conf.c
279
if (!none && !EMPTYSTR(arg)) {
libexec/ftpd/conf.c
297
if (EMPTYSTR(arg)) {
libexec/ftpd/conf.c
309
if (none || EMPTYSTR(types) ||
libexec/ftpd/conf.c
310
EMPTYSTR(disable) || EMPTYSTR(convcmd)) {
libexec/ftpd/conf.c
363
EMPTYSTR(p) ? NULL : ftpd_strdup(p));
libexec/ftpd/conf.c
415
if (none || EMPTYSTR(arg))
libexec/ftpd/conf.c
417
if (EMPTYSTR(p)) {
libexec/ftpd/conf.c
469
REASSIGN(template, EMPTYSTR(arg) ? NULL : ftpd_strdup(arg));
libexec/ftpd/conf.c
475
if (none || EMPTYSTR(arg))
libexec/ftpd/conf.c
560
if (EMPTYSTR(curclass.notify))
libexec/ftpd/conf.c
605
if (EMPTYSTR(file))
libexec/ftpd/conf.c
641
if (! EMPTYSTR(emailaddr))
libexec/ftpd/ftpcmd.y
690
if (EMPTYSTR(version))
libexec/ftpd/ftpd.c
1087
if (EMPTYSTR(p))
libexec/ftpd/ftpd.c
1093
if (EMPTYSTR(word))
libexec/ftpd/ftpd.c
1095
if (!EMPTYSTR(class)) {
libexec/ftpd/ftpd.c
1194
if (!EMPTYSTR(class) && retclass != NULL)
libexec/ftpd/ftpd.c
1514
if (! EMPTYSTR(curclass.limitfile))
libexec/ftpd/ftpd.c
1543
if (EMPTYSTR(homedir))
libexec/ftpd/ftpd.c
1545
if (EMPTYSTR(root) || chroot(root) < 0) {
libexec/ftpd/ftpd.c
1566
if (EMPTYSTR(homedir))
libexec/ftpd/ftpd.c
1568
if (EMPTYSTR(root) || chroot(root) < 0) {
libexec/ftpd/ftpd.c
1584
if (! EMPTYSTR(curclass.chroot)) {
libexec/ftpd/ftpd.c
1586
if (EMPTYSTR(root) || chroot(root) < 0) {
libexec/ftpd/ftpd.c
1596
if (EMPTYSTR(homedir) || chdir(homedir) < 0) {
libexec/ftpd/ftpd.c
1601
!EMPTYSTR(homedir) ? homedir : "/");
libexec/ftpd/ftpd.c
1605
!EMPTYSTR(homedir) ? homedir : "/");
libexec/ftpd/ftpd.c
1646
if (! EMPTYSTR(curclass.motd))
libexec/ftpd/ftpd.c
2582
reply(0, "Version: %s", EMPTYSTR(version) ? "<suppressed>" : version);
libexec/ftpd/ftpd.c
2737
if (! EMPTYSTR(curclass.display))
libexec/ftpd/ftpd.c
2739
if (! EMPTYSTR(curclass.notify))
libexec/ftpd/ftpd.c
2752
if (! EMPTYSTR(curclass.chroot))
libexec/ftpd/ftpd.c
2756
if (! EMPTYSTR(curclass.homedir))
libexec/ftpd/ftpd.c
2763
if (! EMPTYSTR(curclass.motd))
libexec/ftpd/ftpd.c
454
if (EMPTYSTR(optarg) || strcmp(optarg, "-") == 0)
libexec/ftpd/ftpd.c
479
if (EMPTYSTR(confdir))
libexec/ftpd/ftpd.c
762
if (EMPTYSTR(version))