Home
last modified time | relevance | path

Searched refs:fetchStat (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/share/examples/refuse/ian/libfetch/
H A Dfetch.c129 fetchStat(struct url *URL, struct url_stat *us, const char *flags) in fetchStat() function
223 s = fetchStat(u, us, flags); in fetchStatURL()
H A Dfetch.h121 int fetchStat(struct url *, struct url_stat *, const char *);
H A DMakefile78 MLINKS+= fetch.3 fetchStat.3
/netbsd-src/external/bsd/fetch/dist/libfetch/
H A Dfetch.h142 int fetchStat(struct url *, struct url_stat *, const char *);
H A Dfetch.c135 fetchStat(struct url *URL, struct url_stat *us, const char *flags) in fetchStat() function
232 s = fetchStat(u, us, flags); in fetchStatURL()