Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svr4pkg/pkginfo/
H A Dpkginfo.c323 int pkgLgth = 0; in report() local
330 pkgLgth = strlen(dp->pkginst); in report()
331 if (pkgLgth > longestPkg) in report()
332 longestPkg = pkgLgth; in report()
/titanic_41/usr/src/cmd/svr4pkg/pkgrm/
H A Dmain.c246 int pkgLgth = 0; in main() local
740 pkgLgth = strlen(pkglist[npkgs]); in main()
741 if (pkgLgth > longestPkg) { in main()
742 longestPkg = pkgLgth; in main()