HomeSort by: relevance | last modified time | path
    Searched refs:EMPTYSTR (Results 1 - 4 of 4) sorted by relevancy

  /src/libexec/ftpd/
conf.c 173 if (EMPTYSTR(p))
179 if (EMPTYSTR(word) || EMPTYSTR(class))
192 (!EMPTYSTR(arg) && strcasecmp(arg, "off") == 0)) \
200 if (none || EMPTYSTR(arg)) \
209 if (none || EMPTYSTR(Arg)) \
232 if (none || EMPTYSTR(arg))
279 if (!none && !EMPTYSTR(arg)) {
297 if (EMPTYSTR(arg)) {
309 if (none || EMPTYSTR(types) |
    [all...]
ftpd.c 454 if (EMPTYSTR(optarg) || strcmp(optarg, "-") == 0)
479 if (EMPTYSTR(confdir))
762 if (EMPTYSTR(version))
1087 if (EMPTYSTR(p))
1093 if (EMPTYSTR(word))
1095 if (!EMPTYSTR(class)) {
1194 if (!EMPTYSTR(class) && retclass != NULL)
1514 if (! EMPTYSTR(curclass.limitfile))
1543 if (EMPTYSTR(homedir))
1545 if (EMPTYSTR(root) || chroot(root) < 0)
    [all...]
extern.h 371 #define EMPTYSTR(p) ((p) == NULL || *(p) == '\0')
ftpcmd.y 690 if (EMPTYSTR(version))

Completed in 20 milliseconds