Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pkg/
H A Dpkg.c182 fetch_to_fd(const char *url, char *path, const char *fetchOpts) in fetch_to_fd() function
803 if ((fd_pkg = fetch_to_fd(url, tmppkg, fetchOpts)) != -1) in bootstrap_pkg()
820 if ((fd_sig = fetch_to_fd(url, tmpsig, fetchOpts)) == -1) { in bootstrap_pkg()
837 if ((fd_sig = fetch_to_fd(url, tmpsig, fetchOpts)) == -1) { in bootstrap_pkg()