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

/freebsd-13-stable/usr.sbin/pkg/
H A Dpkg.c844 char tmpsig[MAXPATHLEN]; local
889 snprintf(tmpsig, MAXPATHLEN, "%s/%s.sig.XXXXXX",
895 if ((fd_sig = fetch_to_fd(url, tmpsig, fetchOpts)) == -1) {
905 snprintf(tmpsig, MAXPATHLEN,
912 if ((fd_sig = fetch_to_fd(url, tmpsig, fetchOpts)) == -1) {
947 unlink(tmpsig);

Completed in 56 milliseconds