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

/freebsd-13-stable/usr.sbin/pkg/
H A Dpkg.c182 fetch_to_fd(const char *url, char *path, const char *fetchOpts) function
878 if ((fd_pkg = fetch_to_fd(url, tmppkg, fetchOpts)) != -1)
895 if ((fd_sig = fetch_to_fd(url, tmpsig, fetchOpts)) == -1) {
912 if ((fd_sig = fetch_to_fd(url, tmpsig, fetchOpts)) == -1) {

Completed in 58 milliseconds