Home
last modified time | relevance | path

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

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