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

/illumos-gate/usr/src/cmd/svr4pkg/pkginfo/
H A Dpkginfo.c324 int longestPkg = 0; local
331 if (pkgLgth > longestPkg)
332 longestPkg = pkgLgth;
387 dumpinfo(choice, longestPkg);
/illumos-gate/usr/src/cmd/svr4pkg/pkgrm/
H A Dmain.c243 int longestPkg = 0; local
741 if (pkgLgth > longestPkg) {
742 longestPkg = pkgLgth;
750 echoDebug(DBG_NUM_PKGS_TO_REMOVE, npkgs, longestPkg);
756 b = remove_packages(pkglist, nodelete, longestPkg, repeat,

Completed in 65 milliseconds