Home
last modified time | relevance | path

Searched refs:fetchXGet (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libfetch/
H A Dfetch.c76 fetchXGet(struct url *URL, struct url_stat *us, const char *flags) in fetchXGet() function
102 return (fetchXGet(URL, NULL, flags)); in fetchGet()
181 f = fetchXGet(u, us, flags); in fetchXGetURL()
H A Dfetch.h122 FILE *fetchXGet(struct url *, struct url_stat *, const char *);
H A DMakefile75 MLINKS+= fetch.3 fetchXGet.3
/freebsd/contrib/libucl/
H A Dconfigure.ac126 AC_CHECK_LIB(fetch, fetchXGet, [
/freebsd/usr.bin/fetch/
H A Dfetch.c579 f = fetchXGet(url, &us, flags); in fetch()
711 if ((f = fetchXGet(url, &us, flags)) == NULL) { in fetch()
/freebsd/usr.sbin/pkg/
H A Dpkg.c299 remote = fetchXGet(u, &st, fetchOpts); in fetch_to_fd()
/freebsd/contrib/libucl/src/
H A Ducl_util.c805 if ((in = fetchXGet (fetch_url, &us, "")) == NULL) {