gpkglist
*r_pkgList = gpkglist(a_pkgdev->dirname, &all_pkgs[0],
*r_pkgList = gpkglist(a_pkgdev->dirname, &a_argv[a_optind], NULL);
pkg = gpkglist(pkgdir, all_pkgs, category);
pkg = gpkglist(spooldir, all_pkgs, category);
pkg = gpkglist(spooldir, all_pkgs, NULL);
pkg = gpkglist(spooldir,
pkg = gpkglist(spooldir,
extern char **gpkglist(char *dir, char **pkg, char **catg);
xpkg = pkg = gpkglist(src, pkg, NULL);