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

/freebsd-9.3-release/usr.sbin/pkg/
H A Dpkg.c174 fetch_to_fd(const char *url, char *path) function
841 if ((fd_pkg = fetch_to_fd(url, tmppkg)) == -1)
853 if ((fd_sig = fetch_to_fd(url, tmpsig)) == -1) {
869 if ((fd_sig = fetch_to_fd(url, tmpsig)) == -1) {

Completed in 1316 milliseconds