Home
last modified time | relevance | path

Searched refs:EMPTYSTR (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/libexec/ftpd/
H A Dconf.c173 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()
[all …]
H A Dftpd.c454 if (EMPTYSTR(optarg) || strcmp(optarg, "-") == 0) in main()
479 if (EMPTYSTR(confdir)) in main()
762 if (EMPTYSTR(version)) in main()
1087 if (EMPTYSTR(p)) in checkuser()
1093 if (EMPTYSTR(word)) in checkuser()
1095 if (!EMPTYSTR(class)) { in checkuser()
1194 if (!EMPTYSTR(class) && retclass != NULL) in checkuser()
1513 if (! EMPTYSTR(curclass.limitfile)) in do_pass()
1542 if (EMPTYSTR(homedir)) in do_pass()
1544 if (EMPTYSTR(root) || chroot(root) < 0) { in do_pass()
[all …]
H A Dextern.h371 #define EMPTYSTR(p) ((p) == NULL || *(p) == '\0') macro
H A Dftpcmd.y690 if (EMPTYSTR(version))
/netbsd-src/external/bsd/blocklist/diff/
H A Dftpd.diff68 if (EMPTYSTR(confdir))