Home
last modified time | relevance | path

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

/freebsd-src/lib/libfetch/
H A Dfetch.h98 struct url_ent *fetchListFile(struct url *, const char *);
H A Dfile.c120 fetchListFile(struct url *u, const char *flags __unused) in fetchListFile() function
H A DMakefile59 MLINKS+= fetch.3 fetchListFile.3
H A Dfetch.c158 return (fetchListFile(URL, flags)); in fetchList()