Searched refs:pkgbase (Results 1 – 3 of 3) sorted by relevance
102 char *pkgbase; member431 pkg->pkgbase = xstrdup(pkgname); in check_duplicate_pkgbase()434 if (strcmp(pkg->pkgbase, pkgiter->pkgbase) == 0) { in check_duplicate_pkgbase()
436 char *pkgbase, *iter, *filename; in check_other_installed() local446 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()
317 add_installed_pkgs_by_basename(const char *pkgbase, lpkg_head_t *pkghead) in add_installed_pkgs_by_basename() argument324 arg.cookie = __UNCONST(pkgbase); in add_installed_pkgs_by_basename()