Home
last modified time | relevance | path

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

/dflybsd-src/lib/libfetch/
H A Dfetch.h100 struct url_ent *fetchListFile(struct url *, const char *);
H A DMakefile50 MLINKS+= fetch.3 fetchListFile.3
H A Dfile.c124 fetchListFile(struct url *u, const char *flags __unused) in fetchListFile() function
H A Dfetch.c162 return (fetchListFile(URL, flags)); in fetchList()