Home
last modified time | relevance | path

Searched refs:match_locations (Results 1 – 15 of 15) sorted by relevance

/openbsd/src/usr.sbin/pkg_add/OpenBSD/
DSearch.pm21 sub match_locations($self, $o) subroutine
48 sub match_locations($self, $o) subroutine
50 return $self->{spec}->match_locations($o->locations_list);
55 return $self->{spec}->match_locations($l);
DPkgSpec.pm162 sub match_locations($, $) subroutine
288 sub match_locations($o, $list) subroutine
361 sub match_locations($self, $r) subroutine
365 push(@$l, @{$subpattern->match_locations($r)});
DPackageRepositoryList.pm69 sub match_locations($self, @search) subroutine
73 my $l = $repo->match_locations(@search);
DUpdate.pm70 my $l = $set->match_locations(OpenBSD::Search::Exact->new($dbg));
203 my $l = $set->match_locations(@search);
275 $l = $set->match_locations(OpenBSD::Search::Exact->new($hint_name), $k);
284 $l = $set->match_locations(@search, $k);
363 my $l = $locator->match_locations(OpenBSD::Search::Stem->new($name));
DPackageLocator.pm114 sub match_locations($self, @search) subroutine
117 return $self->default_path($state)->match_locations(@search);
DUpdateSet.pm199 sub match_locations($, @) subroutine
255 sub match_locations($set, @spec) subroutine
259 $r = $set->{path}->match_locations(@spec);
262 $r = $set->{repo}->match_locations(@spec);
DSearch.pod21 my $list_ref = $inst->match_locations($search_object, $filter_object);
30 C<$repo-E<gt>match_locations($search1, $filter1, ...);>
DPkgInfo.pm174 my $l = $repo->match_locations(OpenBSD::Search::Stem->new($pkgname));
192 my $r = $repo->match_locations($s);
256 my $r = $state->repo->installed->match_locations($s);
493 my $r = $state->repo->match_locations($partial);
DState.pm53 sub match_locations($self, @p) subroutine
55 return $self->locator->match_locations(@p, $self->{state});
DDependencies.pm181 my $candidates = $self->{set}->match_locations($dep->spec);
343 my $r = $state->repo->installed->match_locations(OpenBSD::Search::PkgSpec->new(".libs-".$pattern));
DFwUpdate.pm187 my $l = $inst->match_locations($search);
DPkgDelete.pm103 my $l = $locator->match_locations(OpenBSD::Search::Stem->new($name));
DAddDelete.pm332 my $l = $state->repo->installed->match_locations(OpenBSD::Search::Stem->new('quirks'));
DPkgAdd.pm314 my $r = $spec->match_locations([$h->{location}]);
1157 my $l = $state->repo->installed->match_locations(OpenBSD::Search::Stem->new('quirks'));
/openbsd/src/usr.sbin/pkg_add/OpenBSD/PackageRepository/
DInstalled.pm128 sub match_locations($self, $search, @filters) subroutine
130 my $l = $search->match_locations($self);