Searched refs:fetchOpts (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.sbin/pkg/
H A Dpkg.c182 fetch_to_fd(const char *url, char *path, const char *fetchOpts) argument
234 remote = fetchXGet(u, &st, fetchOpts);
838 bootstrap_pkg(bool force, const char *fetchOpts) argument
878 if ((fd_pkg = fetch_to_fd(url, tmppkg, fetchOpts)) != -1)
895 if ((fd_sig = fetch_to_fd(url, tmpsig, fetchOpts)) == -1) {
912 if ((fd_sig = fetch_to_fd(url, tmpsig, fetchOpts)) == -1) {
1066 const char *fetchOpts; local
1073 fetchOpts = "";
1101 fetchOpts = "4";
1104 fetchOpts
[all...]

Completed in 58 milliseconds