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

/freebsd-13-stable/lib/libfetch/
H A Dfetch.h127 int fetchStat(struct url *, struct url_stat *, const char *);
H A DMakefile69 MLINKS+= fetch.3 fetchStat.3
H A Dfetch.c133 fetchStat(struct url *URL, struct url_stat *us, const char *flags) function
218 * Attempt to parse the given URL; if successful, call fetchStat().
229 s = fetchStat(u, us, flags);
/freebsd-13-stable/usr.bin/fetch/
H A Dfetch.c524 r = fetchStat(url, &us, flags);
542 * and remote files, so we should really do a fetchStat()

Completed in 68 milliseconds