Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libfetch/
H A Dfetch.c79 fetchXGet(struct url *URL, struct url_stat *us, const char *flags) in fetchXGet() function
105 return (fetchXGet(URL, NULL, flags)); in fetchGet()
184 f = fetchXGet(u, us, flags); in fetchXGetURL()
H A Dfetch.h124 FILE *fetchXGet(struct url *, struct url_stat *, const char *);
H A DMakefile76 MLINKS+= fetch.3 fetchXGet.3
/freebsd-13.1/contrib/libucl/
H A Dconfigure.ac126 AC_CHECK_LIB(fetch, fetchXGet, [
/freebsd-13.1/usr.bin/fetch/
H A Dfetch.c582 f = fetchXGet(url, &us, flags); in fetch()
713 if ((f = fetchXGet(url, &us, flags)) == NULL) { in fetch()
/freebsd-13.1/usr.sbin/pkg/
H A Dpkg.c234 remote = fetchXGet(u, &st, fetchOpts); in fetch_to_fd()
/freebsd-13.1/contrib/libucl/src/
H A Ducl_util.c805 if ((in = fetchXGet (fetch_url, &us, "")) == NULL) {