Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libfetch/
H A Dfetch.h122 int fetchStatURL(const char *, struct url_stat *, const char *);
H A DMakefile75 MLINKS+= fetch.3 fetchStatURL.3
H A Dfetch.c221 fetchStatURL(const char *URL, struct url_stat *us, const char *flags) in fetchStatURL() function
/freebsd-13.1/usr.sbin/bsdinstall/distfetch/
H A Ddistfetch.c140 if (fetchStatURL(urls[i], &ustat, "") == 0 && ustat.size > 0) in fetch_files()