Home
last modified time | relevance | path

Searched refs:alpm_list_next (Results 1 – 17 of 17) sorted by path

/dports/devel/appstream-glib/appstream-glib-0.7.18/libappstream-builder/
H A Dasb-package-alpm.c59 for (current = list; current; current = alpm_list_next (current)) { in asb_package_alpm_list_to_array()
129 for (current = alpm_depends; current; current = alpm_list_next (current)) in asb_package_alpm_ensure_depends()
/dports/sysutils/pacman/pacman-5.1.3/lib/libalpm/
H A Dalpm_list.c607 inline alpm_list_t SYMEXPORT *alpm_list_next(const alpm_list_t *node) in alpm_list_next() function
H A Dalpm_list.h77 alpm_list_t *alpm_list_next(const alpm_list_t *list);
H A Dbe_local.c750 for(i = v; i; i = alpm_list_next(i)) in local_db_read()
H A Dremove.c175 for(i = _alpm_db_get_pkgcache(handle->db_local); i; i = alpm_list_next(i)) { in remove_notify_needed_optdepends()
181 for(j = optdeps; j; j = alpm_list_next(j)) { in remove_notify_needed_optdepends()
/dports/sysutils/pacman/pacman-5.1.3/src/pacman/
H A Dconf.c340 for(i = values; i; i = alpm_list_next(i)) { in process_siglevel()
439 for(i = values; i; i = alpm_list_next(i)) { in process_cleanmethods()
671 for(i = repo->servers; i; i = alpm_list_next(i)) { in register_repo()
736 for(i = config->hookdirs; i; i = alpm_list_next(i)) { in setup_libalpm()
753 for(i = config->repos; i; i = alpm_list_next(i)) { in setup_libalpm()
H A Ddatabase.c69 for(i = targets; i; i = alpm_list_next(i)) { in change_install_reason()
100 for(i = data; i; i = alpm_list_next(i)) { in check_db_missing_deps()
271 for(i = dblist; i; i = alpm_list_next(i)) { in check_db_sync()
H A Ddeptest.c36 for(i = targets; i; i = alpm_list_next(i)) { in pacman_deptest()
48 for(i = deps; i; i = alpm_list_next(i)) { in pacman_deptest()
H A Dfiles.c56 for(t = targets; t; t = alpm_list_next(t)) { in files_fileowner()
67 for(s = syncs; s; s = alpm_list_next(s)) { in files_fileowner()
72 for(p = packages; p; p = alpm_list_next(p)) { in files_fileowner()
107 for(t = targets; t; t = alpm_list_next(t)) { in files_search()
120 for(s = syncs; s; s = alpm_list_next(s)) { in files_search()
126 for(p = packages; p; p = alpm_list_next(p)) { in files_search()
152 for(ml = match; ml; ml = alpm_list_next(ml)) { in files_search()
164 for(ml = match; ml; ml = alpm_list_next(ml)) { in files_search()
214 for(i = targets; i; i = alpm_list_next(i)) { in files_list()
232 for(j = syncs; j; j = alpm_list_next(j)) { in files_list()
[all …]
H A Dpackage.c154 for(i = deps; i; i = alpm_list_next(i)) { in deplist_display()
169 for(i = alpm_pkg_get_optdepends(pkg); i; i = alpm_list_next(i)) { in optdeplist_display()
412 for(i = alpm_pkg_get_backup(pkg); i; i = alpm_list_next(i)) { in dump_pkg_backups()
528 for(i = searchlist; i; i = alpm_list_next(i)) { in dump_pkg_search()
542 for(k = grp; k; k = alpm_list_next(k)) { in dump_pkg_search()
545 if(alpm_list_next(k)) { in dump_pkg_search()
H A Dpacman.c231 for(i = list; i; i = alpm_list_next(i)) { in usage()
1254 for(j = alpm_option_get_cachedirs(config->handle); j; j = alpm_list_next(j)) { in main()
1259 for(j = alpm_option_get_hookdirs(config->handle); j; j = alpm_list_next(j)) { in main()
H A Dquery.c156 for(t = targets; t; t = alpm_list_next(t)) { in query_fileowner()
212 for(i = packages; i && (!found || is_dir); i = alpm_list_next(i)) { in query_fileowner()
245 for(j = sync_dbs; j; j = alpm_list_next(j)) { in pkg_get_locality()
352 for(j = alpm_db_get_groupcache(db_local); j; j = alpm_list_next(j)) { in query_group()
356 for(p = grp->packages; p; p = alpm_list_next(p)) { in query_group()
365 for(i = targets; i; i = alpm_list_next(i)) { in query_group()
371 for(p = grp->packages; p; p = alpm_list_next(p)) { in query_group()
430 for(i = alpm_db_get_pkgcache(db_local); i; i = alpm_list_next(i)) { in pacman_query()
456 for(i = targets; i; i = alpm_list_next(i)) { in pacman_query()
H A Dremove.c66 for(p = grp->packages; p; p = alpm_list_next(p)) { in remove_target()
101 for(i = targets; i; i = alpm_list_next(i)) { in pacman_remove()
122 for(i = data; i; i = alpm_list_next(i)) { in pacman_remove()
141 for(i = alpm_trans_get_remove(config->handle); i; i = alpm_list_next(i)) { in pacman_remove()
H A Dsync.c177 for(i = cachedirs; i; i = alpm_list_next(i)) { in sync_cleancache()
314 for(i = syncs; i; i = alpm_list_next(i)) { in sync_search()
329 for(i = targets; i; i = alpm_list_next(i)) { in sync_group()
332 for(j = syncs; j; j = alpm_list_next(j)) { in sync_group()
355 for(i = syncs; i; i = alpm_list_next(i)) { in sync_group()
404 for(j = syncs; j; j = alpm_list_next(j)) { in sync_info()
435 for(i = syncs; i; i = alpm_list_next(i)) { in sync_info()
459 for(j = syncs; j; j = alpm_list_next(j)) { in sync_list()
480 for(i = ls; i; i = alpm_list_next(i)) { in sync_list()
589 for(i = pkgs; i; i = alpm_list_next(i)) { in process_group()
[all …]
H A Dupgrade.c60 for(i = targets, n = 0; i; i = alpm_list_next(i), n++) { in pacman_upgrade()
89 for(i = targets, n = 0; i; i = alpm_list_next(i), n++) { in pacman_upgrade()
H A Dutil.c139 for(i = sync_dbs; i; i = alpm_list_next(i)) { in check_syncdbs()
156 for(i = syncs; i; i = alpm_list_next(i)) { in sync_syncdbs()
389 for(i = list; i; i = alpm_list_next(i)) { in strreplace()
457 for(i = rows; i; i = alpm_list_next(i)) { in table_free()
503 i++, curcell = alpm_list_next(curcell)) { in table_print_line()
570 for(i = rows; i; i = alpm_list_next(i)) { in table_calc_widths()
650 for(i = rows; i; i = alpm_list_next(i)) { in table_display()
678 for(i = alpm_list_next(list); i; i = alpm_list_next(i)) { in list_display()
719 for(i = alpm_list_next(list); i; i = alpm_list_next(i)) { in list_display_linebreak()
886 for(i = targets; i; i = alpm_list_next(i)) { in _display_targets()
[all …]
/dports/sysutils/pacman/pacman-5.1.3/src/util/
H A Dcleanupdelta.c56 for(i = pkglist; i; i = alpm_list_next(i)) { in checkpkgs()
59 for(j = unused; j; j = alpm_list_next(j)) { in checkpkgs()
73 for(i = dbnames; i; i = alpm_list_next(i)) { in checkdbs()