Home
last modified time | relevance | path

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

/minix3/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()
/minix3/minix/commands/fetch/
H A Dfetch.c495 r = fetchStat(url, &us, flags); in fetch()