Searched refs:tmpsig (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/pkg/ |
H A D | pkg.c | 847 char tmpsig[MAXPATHLEN]; in bootstrap_pkg() local 872 snprintf(tmpsig, MAXPATHLEN, "%s/%s.sig.XXXXXX", in bootstrap_pkg() 878 if ((fd_sig = fetch_to_fd(repo, url, tmpsig, fetchOpts)) == -1) { in bootstrap_pkg() 887 snprintf(tmpsig, MAXPATHLEN, in bootstrap_pkg() 894 if ((fd_sig = fetch_to_fd(repo, url, tmpsig, fetchOpts)) == -1) { in bootstrap_pkg() 921 unlink(tmpsig); in bootstrap_pkg()
|