Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/pkg/
H A Dpkg.c773 char pkgstatic[MAXPATHLEN]; in bootstrap_pkg() local
853 if ((ret = extract_pkg_static(fd_pkg, pkgstatic, MAXPATHLEN)) == 0) in bootstrap_pkg()
854 ret = install_pkg_static(pkgstatic, tmppkg, force); in bootstrap_pkg()
928 char pkgstatic[MAXPATHLEN]; in bootstrap_pkg_local() local
978 if ((ret = extract_pkg_static(fd_pkg, pkgstatic, MAXPATHLEN)) == 0) in bootstrap_pkg_local()
979 ret = install_pkg_static(pkgstatic, pkgpath, force); in bootstrap_pkg_local()