Home
last modified time | relevance | path

Searched refs:alpm_list_diff (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/pacman/pacman-5.1.3/lib/libalpm/
H A Dalpm_list.h86 alpm_list_t *alpm_list_diff(const alpm_list_t *lhs, const alpm_list_t *rhs, alpm_list_fn_cmp fn);
H A Dconflict.c233 alpm_list_t *dblist = alpm_list_diff(_alpm_db_get_pkgcache(db), in _alpm_outerconflicts()
644 if((diff = alpm_list_diff(owners, pkgs, _alpm_pkg_cmp))) { in _alpm_db_find_fileconflicts()
H A Ddeps.c109 alpm_list_t *localpkgs = alpm_list_diff( in dep_graph_init()
114 localpkgs = alpm_list_diff(oldlocal, ignore, _alpm_pkg_cmp); in dep_graph_init()
H A Dalpm_list.c794 alpm_list_t SYMEXPORT *alpm_list_diff(const alpm_list_t *lhs, in alpm_list_diff() function
H A Dsync.c434 localpkgs = alpm_list_diff(_alpm_db_get_pkgcache(handle->db_local), in _alpm_sync_prepare()
/dports/sysutils/pacman/pacman-5.1.3/src/pacman/
H A Dutil.c1240 optdeps = alpm_list_diff(new, old, depend_cmp); in display_new_optdepends()