Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svr4pkg/pkginfo/
H A Dpkginfo.c328 int longestPkg = 0; in report() local
335 if (pkgLgth > longestPkg) in report()
336 longestPkg = pkgLgth; in report()
391 dumpinfo(choice, longestPkg); in report()
/illumos-gate/usr/src/cmd/svr4pkg/pkgrm/
H A Dmain.c246 int longestPkg = 0; in main() local
744 if (pkgLgth > longestPkg) { in main()
745 longestPkg = pkgLgth; in main()
753 echoDebug(DBG_NUM_PKGS_TO_REMOVE, npkgs, longestPkg); in main()
759 b = remove_packages(pkglist, nodelete, longestPkg, repeat, in main()