Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/ftp/
H A Dfetch.c98 #define EMPTYSTRING(x) ((x) == NULL || (*(x) == '\0')) macro
218 if (EMPTYSTRING(savefile)) { in file_get()
395 if (EMPTYSTRING(path)) { in url_get()
406 if (EMPTYSTRING(path) && !outfile) { in url_get()
427 if (EMPTYSTRING(savefile)) { in url_get()
464 if (EMPTYSTRING(host)) { in url_get()
471 if (!EMPTYSTRING(path)) in url_get()
475 if (!EMPTYSTRING(path)) { in url_get()
1348 if (EMPTYSTRING(username)) { in auto_fetch()
1403 if (EMPTYSTRING(host)) { in auto_fetch()
[all …]