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

/freebsd-13-stable/usr.sbin/pkg/
H A Dpkg.c847 char pkgstatic[MAXPATHLEN]; local
927 if ((ret = extract_pkg_static(fd_pkg, pkgstatic, MAXPATHLEN)) == 0)
928 ret = install_pkg_static(pkgstatic, tmppkg, force);
998 char pkgstatic[MAXPATHLEN]; local
1048 if ((ret = extract_pkg_static(fd_pkg, pkgstatic, MAXPATHLEN)) == 0)
1049 ret = install_pkg_static(pkgstatic, pkgpath, force);

Completed in 61 milliseconds