PKGSIZ
if (n > PKGSIZ) {
progerr(gettext(ERR_PKGNAME_TOO_LONG), PKGSIZ, n, n-PKGSIZ,
PKGSIZ);
(void) strncpy(rmpkg, rmpkginst, PKGSIZ);
static char rmpkg[PKGSIZ+1];
(void) strncpy(me->pkg, pkg, PKGSIZ);
static char lock_name[PKGSIZ];
static char lock_pkg[PKGSIZ];
static char lock_place[PKGSIZ];
char pkgWild[PKGSIZ+1] = {'\0'};
char pkgName[PKGSIZ+1] = {'\0'};
char instPkg[PKGSIZ+1]; /* installed pkg instance nam */
static char newinst[PKGSIZ];
char pkgwild[PKGSIZ+1];
char pkg[PKGSIZ+1];
static char pkginst[PKGSIZ+1];
(void) strncpy(cont_keyword, keyword, PKGSIZ);
static char cont_keyword[PKGSIZ+1]; /* the continuation keyword */
char pkgname[PKGSIZ+1];