Searched refs:fetch_to_fd (Results 1 – 1 of 1) sorted by relevance
| /freebsd/usr.sbin/pkg/ |
| H A D | pkg.c | 254 fetch_to_fd(struct repository *repo, const char *url, char *path, const char *fetchOpts) in fetch_to_fd() function 874 if ((fd_pkg = fetch_to_fd(repo, url, tmppkg, fetchOpts)) == -1) in bootstrap_pkg() 884 if ((fd_sig = fetch_to_fd(repo, url, tmpsig, fetchOpts)) == -1) { in bootstrap_pkg() 900 if ((fd_sig = fetch_to_fd(repo, url, tmpsig, fetchOpts)) == -1) { in bootstrap_pkg()
|