Searched refs:EMPTYSTRING (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/tnftp/src/
H A Dfetch.c272 if (EMPTYSTRING(url))
529 if (urltype == FILE_URL_T && ! EMPTYSTRING(host)
535 if (EMPTYSTRING(path)) {
559 if (EMPTYSTRING(savefile)) {
613 if (! EMPTYSTRING(proxyenv)) { /* use proxy */
623 if (! EMPTYSTRING(no_proxy)) {
670 EMPTYSTRING(phost) ||
671 (! EMPTYSTRING(ppath)
699 } /* ! EMPTYSTRING(proxyenv) */
1021 if (EMPTYSTRING(locatio
[all...]
H A Dftp_var.h327 #define EMPTYSTRING(x) ((x) == NULL || (*(x) == '\0')) macro
H A Dmain.c453 if (! EMPTYSTRING(cp))
462 if (localhome == NULL && !EMPTYSTRING(pw->pw_dir))
H A Dcmds.c1346 if (EMPTYSTRING(p))
2577 if (EMPTYSTRING(p))
2608 if (EMPTYSTRING(p))
H A Dftp.c999 if (! EMPTYSTRING(remote)) {

Completed in 44 milliseconds