Searched refs:fetchStatFile (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/share/examples/refuse/ian/libfetch/ |
H A D | file.c | 49 if (us && fetchStatFile(u, us, flags) == -1) in fetchXGetFile() 111 fetchStatFile(struct url *u, struct url_stat *us, const char *flags __unused) in fetchStatFile() function
|
H A D | fetch.h | 95 int fetchStatFile(struct url *, struct url_stat *, const char *);
|
H A D | Makefile | 80 MLINKS+= fetch.3 fetchStatFile.3
|
H A D | fetch.c | 136 return (fetchStatFile(URL, us, flags)); in fetchStat()
|
/netbsd-src/external/bsd/fetch/dist/libfetch/ |
H A D | fetch.h | 112 int fetchStatFile(struct url *, struct url_stat *, const char *);
|
H A D | file.c | 208 fetchStatFile(struct url *u, struct url_stat *us, const char *flags __unused) in fetchStatFile() function
|
H A D | fetch.c | 143 return (fetchStatFile(URL, us, flags)); in fetchStat()
|