Home
last modified time | relevance | path

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

/dragonfly/lib/libfetch/
H A Dfetch.c134 fetchStat(struct url *URL, struct url_stat *us, const char *flags) in fetchStat() function
230 s = fetchStat(u, us, flags); in fetchStatURL()
H A Dfetch.h127 int fetchStat(struct url *, struct url_stat *, const char *);
H A DMakefile61 MLINKS+= fetch.3 fetchStat.3
/dragonfly/usr.bin/fetch/
H A Dfetch.c533 r = fetchStat(url, &us, flags); in fetch()