Searched refs:pkglist (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libpkg/common/ |
H A D | dstream.c | 521 char *pkglist[2]; in ds_findpkg() local 525 pkglist[0] = pkg; in ds_findpkg() 526 pkglist[1] = NULL; in ds_findpkg() 527 if (ds_init(device, pkglist, NULL)) in ds_findpkg()
|
H A D | pkgtrans.c | 1864 dump_hdr_and_pkgs(BIO *bio, struct dm_buf *hdr, char **pkglist) in dump_hdr_and_pkgs() argument 1885 for (i = 0; pkglist[i]; i++) { in dump_hdr_and_pkgs() 1894 (void) snprintf(srcdir, MAXPATHLEN, "%s/%s", src, pkglist[i]); in dump_hdr_and_pkgs() 1901 if (pkgdump(pkglist[i], bio)) { in dump_hdr_and_pkgs() 1902 pkglist[i] = NULL; in dump_hdr_and_pkgs()
|
/titanic_50/usr/src/cmd/svr4pkg/pkgrm/ |
H A D | main.c | 687 char **pkglist; /* points to array of pkgs */ in main() local 711 n = pkgGetPackageList(&pkglist, argv, optind, in main() 739 for (npkgs = 0; pkglist[npkgs] != (char *)NULL; /* void */) { in main() 740 pkgLgth = strlen(pkglist[npkgs]); in main() 744 echoDebug(DBG_PKG_SELECTED, npkgs, pkglist[npkgs]); in main() 756 b = remove_packages(pkglist, nodelete, longestPkg, repeat, in main()
|
/titanic_50/usr/src/cmd/svr4pkg/pkgadd/ |
H A D | main.c | 1318 char **pkglist; /* points to array of pkgs */ in main() local 1339 b = get_package_list(&pkglist, argv, catg_arg, category, in main() 1360 for (npkgs = 0; pkglist[npkgs] != (char *)NULL; /* void */) { in main() 1361 echoDebug(DBG_PKG_SELECTED, npkgs, pkglist[npkgs]); in main() 1387 b = add_packages(pkglist, uri, ids_name, repeat, in main()
|