Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svr4pkg/pkginfo/
H A Dpkginfo.c327 int pkgLgth = 0; in report() local
334 pkgLgth = strlen(dp->pkginst); in report()
335 if (pkgLgth > longestPkg) in report()
336 longestPkg = pkgLgth; in report()
/illumos-gate/usr/src/cmd/svr4pkg/pkgrm/
H A Dmain.c249 int pkgLgth = 0; in main() local
743 pkgLgth = strlen(pkglist[npkgs]); in main()
744 if (pkgLgth > longestPkg) { in main()
745 longestPkg = pkgLgth; in main()