| pkg_delete.c | 69 add_by_filename(lpkg_head_t *pkgs, const char *filename) 82 TAILQ_INSERT_TAIL(pkgs, lpp, lp_link); 87 add_by_pattern(lpkg_head_t *pkgs, const char *pattern) 89 switch (add_installed_pkgs_by_pattern(pattern, pkgs)) { 108 add_by_pkgname(lpkg_head_t *pkgs, char *pkg) 135 TAILQ_INSERT_TAIL(pkgs, lpp, lp_link); 140 switch (add_installed_pkgs_by_basename(pkg, pkgs)) { 158 * 1: like 0, but prepend the depending packages to pkgs if they exist 163 process_required_by(const char *pkg, lpkg_head_t *pkgs, 199 if (pkgs) { 301 lpkg_head_t *pkgs; member in struct:find_leaves_data 644 lpkg_head_t pkgs, sorted_pkgs; local [all...] |