Searched refs:fetchXGetFile (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/share/examples/refuse/ian/libfetch/ |
H A D | file.c | 45 fetchXGetFile(struct url *u, struct url_stat *us, const char *flags) in fetchXGetFile() function 68 return (fetchXGetFile(u, NULL, flags)); in fetchGetFile()
|
H A D | fetch.h | 92 FILE *fetchXGetFile(struct url *, struct url_stat *, const char *);
|
H A D | Makefile | 85 MLINKS+= fetch.3 fetchXGetFile.3
|
H A D | fetch.c | 84 return (fetchXGetFile(URL, us, flags)); in fetchXGet()
|
/netbsd-src/external/bsd/fetch/dist/libfetch/ |
H A D | file.c | 78 fetchXGetFile(struct url *u, struct url_stat *us, const char *flags) in fetchXGetFile() function 140 return (fetchXGetFile(u, NULL, flags)); in fetchGetFile()
|
H A D | fetch.h | 109 fetchIO *fetchXGetFile(struct url *, struct url_stat *, const char *);
|
H A D | fetch.c | 89 return (fetchXGetFile(URL, us, flags)); in fetchXGet()
|