Home
last modified time | relevance | path

Searched refs:fetchList (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/share/examples/refuse/ian/libfetch/
H A Dfetch.c152 fetchList(struct url *URL, const char *flags) in fetchList() function
241 ue = fetchList(u, flags); in fetchListURL()
H A Dfetch.h122 struct url_ent *fetchList(struct url *, const char *);
H A DMakefile66 MLINKS+= fetch.3 fetchList.3
/netbsd-src/external/bsd/fetch/dist/libfetch/
H A Dfetch.h143 int fetchList(struct url_list *, struct url *, const char *,
H A Dfetch.c159 fetchList(struct url_list *ue, struct url *URL, const char *pattern, in fetchList() function
251 rv = fetchList(ue, u, pattern, flags); in fetchListURL()
/netbsd-src/external/bsd/pkg_install/dist/lib/
H A Dpkg_io.c258 if (fetchList(&ue, url, url_pattern, fetch_flags)) { in find_best_package_int()