Searched refs:fetchOpts (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/usr.sbin/pkg/ |
| D | pkg.c | 182 fetch_to_fd(const char *url, char *path, const char *fetchOpts) in fetch_to_fd() argument 234 remote = fetchXGet(u, &st, fetchOpts); in fetch_to_fd() 836 bootstrap_pkg(bool force, const char *fetchOpts) in bootstrap_pkg() argument 876 if ((fd_pkg = fetch_to_fd(url, tmppkg, fetchOpts)) != -1) in bootstrap_pkg() 893 if ((fd_sig = fetch_to_fd(url, tmpsig, fetchOpts)) == -1) { in bootstrap_pkg() 910 if ((fd_sig = fetch_to_fd(url, tmpsig, fetchOpts)) == -1) { in bootstrap_pkg() 1098 const char *fetchOpts; in main() local 1105 fetchOpts = ""; in main() 1134 fetchOpts = "4"; in main() 1137 fetchOpts = "6"; in main() [all …]
|