Searched refs:PKGSIZ (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/head/ |
H A D | pkgstrct.h | 41 #define PKGSIZ 64 macro 73 char pkg[PKGSIZ+1];
|
/titanic_41/usr/src/cmd/svr4pkg/libinst/ |
H A D | lockinst.c | 77 static char lock_name[PKGSIZ]; 78 static char lock_pkg[PKGSIZ]; 79 static char lock_place[PKGSIZ];
|
H A D | dockdeps.c | 62 static char rmpkg[PKGSIZ+1]; 109 (void) strncpy(rmpkg, rmpkginst, PKGSIZ); in dockdeps()
|
H A D | eptstat.c | 131 (void) strncpy(me->pkg, pkg, PKGSIZ); in eptstat()
|
H A D | pkgops.c | 1023 char pkgWild[PKGSIZ+1] = {'\0'}; in pkgLocateHighestInst() 1024 char pkgName[PKGSIZ+1] = {'\0'}; in pkgLocateHighestInst()
|
/titanic_41/usr/src/cmd/svr4pkg/installf/ |
H A D | main.c | 311 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 D | gpkglist.c | 66 static char cont_keyword[PKGSIZ+1]; /* the continuation keyword */ 102 (void) strncpy(cont_keyword, keyword, PKGSIZ); in pkglist_cont()
|
H A D | srchcfile.c | 129 char pkgname[PKGSIZ+1]; in srchcfile()
|
/titanic_41/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | pkgenv.c | 55 char pkgwild[PKGSIZ+1];
|
H A D | getinst.c | 50 static char newinst[PKGSIZ];
|
/titanic_41/usr/src/lib/libadm/common/ |
H A D | pkginfo.c | 289 static char pkginst[PKGSIZ+1]; in fpkginst()
|
/titanic_41/usr/src/cmd/svr4pkg/pkgadd/ |
H A D | main.c | 2559 char instPkg[PKGSIZ+1]; /* installed pkg instance nam */ in check_applicability()
|