Searched refs:fetchListFile (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/share/examples/refuse/ian/libfetch/ |
H A D | fetch.h | 96 struct url_ent *fetchListFile(struct url *, const char *);
|
H A D | file.c | 118 fetchListFile(struct url *u, const char *flags __unused) in fetchListFile() function
|
H A D | Makefile | 68 MLINKS+= fetch.3 fetchListFile.3
|
H A D | fetch.c | 155 return (fetchListFile(URL, flags)); in fetchList()
|
/netbsd-src/external/bsd/fetch/dist/libfetch/ |
H A D | fetch.h | 113 int fetchListFile(struct url_list *, struct url *, const char *,
|
H A D | file.c | 234 fetchListFile(struct url_list *ue, struct url *u, const char *pattern, in fetchListFile() function
|
H A D | fetch.c | 164 return (fetchListFile(ue, URL, pattern, flags)); in fetchList()
|