Home
last modified time | relevance | path

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

/dports/sysutils/pacman/pacman-5.1.3/lib/libalpm/
H A Dalpm.h885 int alpm_option_set_ignorepkgs(alpm_handle_t *handle, alpm_list_t *ignorepkgs);
H A Dhandle.c643 int SYMEXPORT alpm_option_set_ignorepkgs(alpm_handle_t *handle, alpm_list_t *ignorepkgs) in alpm_option_set_ignorepkgs() function
/dports/sysutils/pacman/pacman-5.1.3/src/pacman/
H A Dconf.c772 alpm_option_set_ignorepkgs(handle, config->ignorepkg); in setup_libalpm()