Home
last modified time | relevance | path

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

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