Home
last modified time | relevance | path

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

/NextBSD/lib/libfetch/
HDcommon.h95 int fetch_netrc_auth(struct url *url);
HDhttp.c1663 } else if (fetch_netrc_auth(purl) == 0) { in http_request_body()
1693 } else if (fetch_netrc_auth(url) == 0) { in http_request_body()
HDftp.c913 fetch_netrc_auth(url); in ftp_authenticate()
HDcommon.c1267 fetch_netrc_auth(struct url *url) in fetch_netrc_auth() function