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