Searched refs:fetchStat (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/share/examples/refuse/ian/libfetch/ |
H A D | fetch.c | 129 fetchStat(struct url *URL, struct url_stat *us, const char *flags) in fetchStat() function 223 s = fetchStat(u, us, flags); in fetchStatURL()
|
H A D | fetch.h | 121 int fetchStat(struct url *, struct url_stat *, const char *);
|
H A D | Makefile | 78 MLINKS+= fetch.3 fetchStat.3
|
/netbsd-src/external/bsd/fetch/dist/libfetch/ |
H A D | fetch.h | 142 int fetchStat(struct url *, struct url_stat *, const char *);
|
H A D | fetch.c | 135 fetchStat(struct url *URL, struct url_stat *us, const char *flags) in fetchStat() function 232 s = fetchStat(u, us, flags); in fetchStatURL()
|