Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pkg/
H A Dpkg.c254 fetch_to_fd(struct repository *repo, const char *url, char *path, const char *fetchOpts) in fetch_to_fd() argument
299 remote = fetchXGet(u, &st, fetchOpts); in fetch_to_fd()
841 bootstrap_pkg(bool force, const char *fetchOpts, struct repository *repo) in bootstrap_pkg() argument
868 if ((fd_pkg = fetch_to_fd(repo, url, tmppkg, fetchOpts)) == -1) in bootstrap_pkg()
878 if ((fd_sig = fetch_to_fd(repo, url, tmpsig, fetchOpts)) == -1) { in bootstrap_pkg()
894 if ((fd_sig = fetch_to_fd(repo, url, tmpsig, fetchOpts)) == -1) { in bootstrap_pkg()
1078 const char *fetchOpts; in main() local
1086 fetchOpts = ""; in main()
1118 fetchOpts = "4"; in main()
1121 fetchOpts in main()
[all...]