Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/pkg/
H A Dpkg.c182 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()
838 bootstrap_pkg(bool force, const char *fetchOpts) in bootstrap_pkg() argument
878 if ((fd_pkg = fetch_to_fd(url, tmppkg, fetchOpts)) != -1) in bootstrap_pkg()
895 if ((fd_sig = fetch_to_fd(url, tmpsig, fetchOpts)) == -1) { in bootstrap_pkg()
912 if ((fd_sig = fetch_to_fd(url, tmpsig, fetchOpts)) == -1) { in bootstrap_pkg()
1100 const char *fetchOpts; in main() local
1107 fetchOpts = ""; in main()
1135 fetchOpts = "4"; in main()
1138 fetchOpts = "6"; in main()
[all …]