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

/freebsd-11.0-release/lib/libfetch/
H A Dfetch.h124 int fetchStat(struct url *, struct url_stat *, const char *);
H A DMakefile71 MLINKS+= fetch.3 fetchStat.3
H A Dfetch.c129 fetchStat(struct url *URL, struct url_stat *us, const char *flags) function
214 * Attempt to parse the given URL; if successful, call fetchStat().
225 s = fetchStat(u, us, flags);
/freebsd-11.0-release/usr.bin/fetch/
H A Dfetch.c495 r = fetchStat(url, &us, flags);
513 * and remote files, so we should really do a fetchStat()

Completed in 64 milliseconds