Home
last modified time | relevance | path

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

/trueos/lib/libfetch/
HDfetch.c129 fetchStat(struct url *URL, struct url_stat *us, const char *flags) in fetchStat() function
225 s = fetchStat(u, us, flags); in fetchStatURL()
HDfetch.h124 int fetchStat(struct url *, struct url_stat *, const char *);
HDMakefile72 MLINKS+= fetch.3 fetchStat.3
/trueos/usr.bin/fetch/
HDfetch.c497 r = fetchStat(url, &us, flags); in fetch()