Home
last modified time | relevance | path

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

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