Lines Matching defs:pkg
64 "%s [-q] [-pi] [-x|l] [options] [pkg ...]\n" \
65 "%s -d device [-q] [-x|l] [options] [pkg ...]\n" \
113 static char **pkg = NULL;
275 pkg = &argv[optind];
278 if (pkg[0] && strcmp(pkg[0], "all") == NULL) {
280 pkg[0] = NULL;
292 * the pkginfo file in the spooled pkg. We have a spooled pkg if
306 * the pkginfo file in the spooled pkg so we skip any Reg 4 DB
307 * lookups and use the old algorithm. We have a spooled pkg if
392 pkg[i] = NULL;
408 if (pkg[i]) {
412 logerr(gettext(ERR_NOPINFO), pkg[i]);
414 logerr(gettext(ERR_NOINFO), pkg[i]);
630 if (pkg[i] && pkgnmchk(p, pkg[i], 1) == 0)
645 pkgopenfilter(server, pkgcnt == 1 ? pkg[0] : NULL) != 0)
652 if (pkgcnt && (selectp(pinfo->pkg) < 0))
655 dp = fpkg(pinfo->pkg);