Home
last modified time | relevance | path

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

/dragonfly/contrib/tnftp/src/
HDfetch.c393 if (EMPTYSTRING(url)) in url_decode()
687 if (EMPTYSTRING(no_proxy)) in handle_noproxy()
732 EMPTYSTRING(pui.host) || in handle_proxy()
733 (! EMPTYSTRING(pui.path) && strcmp(pui.path, "/") != 0)) { in handle_proxy()
1013 if (EMPTYSTRING(*auth)) { in do_auth()
1152 if (EMPTYSTRING(location)) { in negotiate_connection()
1367 if (ui.utype == FILE_URL_T && ! EMPTYSTRING(ui.host) in fetch_url()
1373 if (EMPTYSTRING(ui.path)) { in fetch_url()
1403 if (EMPTYSTRING(savefile)) { in fetch_url()
1463 if (! EMPTYSTRING(penv)) { /* use proxy */ in fetch_url()
[all …]
HDftp_var.h332 #define EMPTYSTRING(x) ((x) == NULL || (*(x) == '\0')) macro
HDmain.c471 if (! EMPTYSTRING(cp)) in main()
480 if (localhome == NULL && !EMPTYSTRING(pw->pw_dir)) in main()
HDcmds.c1352 if (EMPTYSTRING(p)) in ls()
2596 if (EMPTYSTRING(p)) in lpage()
2627 if (EMPTYSTRING(p)) in page()
HDftp.c1045 if (! EMPTYSTRING(remote)) { in recvrequest()