Home
last modified time | relevance | path

Searched refs:pkgbase (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/bsd/pkg_install/dist/admin/
Dmain.c102 char *pkgbase; member
431 pkg->pkgbase = xstrdup(pkgname); in check_duplicate_pkgbase()
434 if (strcmp(pkg->pkgbase, pkgiter->pkgbase) == 0) { in check_duplicate_pkgbase()
/netbsd/src/external/bsd/pkg_install/dist/add/
Dperform.c436 char *pkgbase, *iter, *filename; in check_other_installed() local
446 pkgbase = xstrdup(pkg->pkgname); in check_other_installed()
448 if ((iter = strrchr(pkgbase, '-')) == NULL) { in check_other_installed()
449 free(pkgbase); in check_other_installed()
454 pkg->other_version = find_best_matching_installed_pkg(pkgbase, 0); in check_other_installed()
455 free(pkgbase); in check_other_installed()
/netbsd/src/external/bsd/pkg_install/dist/lib/
Diterate.c317 add_installed_pkgs_by_basename(const char *pkgbase, lpkg_head_t *pkghead) in add_installed_pkgs_by_basename() argument
324 arg.cookie = __UNCONST(pkgbase); in add_installed_pkgs_by_basename()