Searched refs:fetchOpts (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/usr.sbin/pkg/ |
| H A D | pkg.c | 183 fetch_to_fd(const char *url, char *path, const char *fetchOpts) in fetch_to_fd() argument 235 remote = fetchXGet(u, &st, fetchOpts); in fetch_to_fd() 764 bootstrap_pkg(bool force, const char *fetchOpts) in bootstrap_pkg() argument 804 if ((fd_pkg = fetch_to_fd(url, tmppkg, fetchOpts)) != -1) in bootstrap_pkg() 821 if ((fd_sig = fetch_to_fd(url, tmpsig, fetchOpts)) == -1) { in bootstrap_pkg() 838 if ((fd_sig = fetch_to_fd(url, tmpsig, fetchOpts)) == -1) { in bootstrap_pkg() 1034 const char *fetchOpts; in main() local 1041 fetchOpts = ""; in main() 1073 fetchOpts = "4"; in main() 1076 fetchOpts = "6"; in main() [all …]
|