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

/freebsd-9.3-release/usr.sbin/pkg/
H A Dpkg.c813 char pkgstatic[MAXPATHLEN]; local
884 if ((ret = extract_pkg_static(fd_pkg, pkgstatic, MAXPATHLEN)) == 0)
885 ret = install_pkg_static(pkgstatic, tmppkg, force);
938 char pkgstatic[MAXPATHLEN]; local
988 if ((ret = extract_pkg_static(fd_pkg, pkgstatic, MAXPATHLEN)) == 0)
989 ret = install_pkg_static(pkgstatic, pkgpath, force);

Completed in 76 milliseconds