Searched refs:EMPTYSTR (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dconf.c179 if (EMPTYSTR(p))
185 if (EMPTYSTR(word) || EMPTYSTR(class))
198 (!EMPTYSTR(arg) && strcasecmp(arg, "off") == 0)) \
206 if (none || EMPTYSTR(arg)) \
215 if (none || EMPTYSTR(Arg)) \
238 if (none || EMPTYSTR(arg))
285 if (!none && !EMPTYSTR(arg)) {
303 if (EMPTYSTR(arg)) {
315 if (none || EMPTYSTR(type
[all...]
H A Dftpd.c439 if (EMPTYSTR(optarg) || strcmp(optarg, "-") == 0)
464 if (EMPTYSTR(confdir))
744 if (EMPTYSTR(version))
1068 if (EMPTYSTR(p))
1074 if (EMPTYSTR(word))
1076 if (!EMPTYSTR(class)) {
1155 if (!EMPTYSTR(class) && retclass != NULL)
1464 if (! EMPTYSTR(curclass.limitfile))
1493 if (EMPTYSTR(homedir))
1495 if (EMPTYSTR(roo
[all...]
H A Dextern.h378 #define EMPTYSTR(p) ((p) == NULL || *(p) == '\0') macro
H A Dftpcmd.y696 if (EMPTYSTR(version))

Completed in 102 milliseconds