Home
last modified time | relevance | path

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

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