Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libfetch/
H A Dfetch.h125 int fetchStat(struct url *, struct url_stat *, const char *);
H A Dfetch.c131 fetchStat(struct url *URL, struct url_stat *us, const char *flags) in fetchStat() function
227 s = fetchStat(u, us, flags); in fetchStatURL()
H A DMakefile71 MLINKS+= fetch.3 fetchStat.3
/freebsd-14.2/usr.bin/fetch/
H A Dfetch.c525 r = fetchStat(url, &us, flags); in fetch()