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

/illumos-gate/usr/src/head/
H A Dpkgstrct.h41 #define PKGSIZ 64 macro
73 char pkg[PKGSIZ+1];
/illumos-gate/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 Deptstat.c131 (void) strncpy(me->pkg, pkg, PKGSIZ);
H A Ddockdeps.c62 static char rmpkg[PKGSIZ+1];
109 (void) strncpy(rmpkg, rmpkginst, PKGSIZ);
H A Dpkgops.c1023 char pkgWild[PKGSIZ+1] = {'\0'};
1024 char pkgName[PKGSIZ+1] = {'\0'};
/illumos-gate/usr/src/cmd/svr4pkg/installf/
H A Dmain.c311 if (n > PKGSIZ) {
312 progerr(gettext(ERR_PKGNAME_TOO_LONG), PKGSIZ, n, n-PKGSIZ, local
313 PKGSIZ); local
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dpkgenv.c55 char pkgwild[PKGSIZ+1];
H A Dgetinst.c50 static char newinst[PKGSIZ];
/illumos-gate/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);
H A Dsrchcfile.c129 char pkgname[PKGSIZ+1];
/illumos-gate/usr/src/lib/libadm/common/
H A Dpkginfo.c289 static char pkginst[PKGSIZ+1];
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c2559 char instPkg[PKGSIZ+1]; /* installed pkg instance nam */

Completed in 170 milliseconds