Home
last modified time | relevance | path

Searched refs:PKGSIZ (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/head/
H A Dpkgstrct.h41 #define PKGSIZ 64 macro
73 char pkg[PKGSIZ+1];
/titanic_41/usr/src/cmd/svr4pkg/libinst/
H A Dlockinst.c77 static char lock_name[PKGSIZ];
78 static char lock_pkg[PKGSIZ];
79 static char lock_place[PKGSIZ];
H A Ddockdeps.c62 static char rmpkg[PKGSIZ+1];
109 (void) strncpy(rmpkg, rmpkginst, PKGSIZ); in dockdeps()
H A Deptstat.c131 (void) strncpy(me->pkg, pkg, PKGSIZ); in eptstat()
H A Dpkgops.c1023 char pkgWild[PKGSIZ+1] = {'\0'}; in pkgLocateHighestInst()
1024 char pkgName[PKGSIZ+1] = {'\0'}; in pkgLocateHighestInst()
/titanic_41/usr/src/cmd/svr4pkg/installf/
H A Dmain.c311 if (n > PKGSIZ) { in main()
312 progerr(gettext(ERR_PKGNAME_TOO_LONG), PKGSIZ, n, n-PKGSIZ, in main()
313 PKGSIZ); in main()
/titanic_41/usr/src/lib/libpkg/common/
H A Dgpkglist.c66 static char cont_keyword[PKGSIZ+1]; /* the continuation keyword */
102 (void) strncpy(cont_keyword, keyword, PKGSIZ); in pkglist_cont()
H A Dsrchcfile.c129 char pkgname[PKGSIZ+1]; in srchcfile()
/titanic_41/usr/src/cmd/svr4pkg/pkginstall/
H A Dpkgenv.c55 char pkgwild[PKGSIZ+1];
H A Dgetinst.c50 static char newinst[PKGSIZ];
/titanic_41/usr/src/lib/libadm/common/
H A Dpkginfo.c289 static char pkginst[PKGSIZ+1]; in fpkginst()
/titanic_41/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c2559 char instPkg[PKGSIZ+1]; /* installed pkg instance nam */ in check_applicability()