Home
last modified time | relevance | path

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

/freebsd/lib/libfetch/
H A Dfetch.h114 struct url_ent *fetchListFTP(struct url *, const char *);
H A DMakefile58 MLINKS+= fetch.3 fetchListFTP.3
H A Dfetch.c160 return (fetchListFTP(URL, flags)); in fetchList()
H A Dftp.c1207 fetchListFTP(struct url *url __unused, const char *flags __unused) in fetchListFTP() function