Home
last modified time | relevance | path

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

/freebsd/lib/libfetch/
H A Dfetch.h125 int fetchStat(struct url *, struct url_stat *, const char *);
H A Dfetch.c130 fetchStat(struct url *URL, struct url_stat *us, const char *flags) in fetchStat() function
226 s = fetchStat(u, us, flags); in fetchStatURL()
H A DMakefile70 MLINKS+= fetch.3 fetchStat.3
/freebsd/usr.bin/fetch/
H A Dfetch.c524 r = fetchStat(url, &us, flags); in fetch()