Home
last modified time | relevance | path

Searched refs:fetchParseURL (Results 1 – 9 of 9) sorted by relevance

/freebsd/lib/libfetch/
H A Dfetch.c178 if ((u = fetchParseURL(URL)) == NULL) in fetchXGetURL()
205 if ((u = fetchParseURL(URL)) == NULL) in fetchPutURL()
223 if ((u = fetchParseURL(URL)) == NULL) in fetchStatURL()
241 if ((u = fetchParseURL(URL)) == NULL) in fetchListURL()
347 fetchParseURL(const char *URL) in fetchParseURL() function
H A Dfetch.h131 struct url *fetchParseURL(const char *);
H A DMakefile63 MLINKS+= fetch.3 fetchParseURL.3
H A Dhttp.c1510 *p && (purl = fetchParseURL(p))) { in http_get_proxy()
1906 new = fetchParseURL(p); in http_request_body()
H A Dftp.c1080 *p && (purl = fetchParseURL(p)) != NULL) { in ftp_get_proxy()
/freebsd/usr.bin/fetch/
H A Dfetch.c460 if ((url = fetchParseURL(URL)) == NULL) { in fetch()
/freebsd/usr.sbin/pkg/
H A Dpkg.c278 if ((u = fetchParseURL(url)) == NULL) { in fetch_to_fd()
279 warn("fetchParseURL('%s')", url); in fetch_to_fd()
/freebsd/contrib/ntp/sntp/m4/
H A Dopenldap.m4928 #include <fetch.h>]], [[struct url *u = fetchParseURL("file:///"); ]])],[ol_cv_lib_fetch=yes],[ol_c…
/freebsd/contrib/libucl/src/
H A Ducl_util.c799 fetch_url = fetchParseURL (url);