Searched refs:match_locations (Results 1 – 15 of 15) sorted by relevance
| /openbsd/src/usr.sbin/pkg_add/OpenBSD/ |
| D | Search.pm | 21 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);
|
| D | PkgSpec.pm | 162 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)});
|
| D | PackageRepositoryList.pm | 69 sub match_locations($self, @search) subroutine 73 my $l = $repo->match_locations(@search);
|
| D | Update.pm | 70 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));
|
| D | PackageLocator.pm | 114 sub match_locations($self, @search) subroutine 117 return $self->default_path($state)->match_locations(@search);
|
| D | UpdateSet.pm | 199 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);
|
| D | Search.pod | 21 my $list_ref = $inst->match_locations($search_object, $filter_object); 30 C<$repo-E<gt>match_locations($search1, $filter1, ...);>
|
| D | PkgInfo.pm | 174 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);
|
| D | State.pm | 53 sub match_locations($self, @p) subroutine 55 return $self->locator->match_locations(@p, $self->{state});
|
| D | Dependencies.pm | 181 my $candidates = $self->{set}->match_locations($dep->spec); 343 my $r = $state->repo->installed->match_locations(OpenBSD::Search::PkgSpec->new(".libs-".$pattern));
|
| D | FwUpdate.pm | 187 my $l = $inst->match_locations($search);
|
| D | PkgDelete.pm | 103 my $l = $locator->match_locations(OpenBSD::Search::Stem->new($name));
|
| D | AddDelete.pm | 332 my $l = $state->repo->installed->match_locations(OpenBSD::Search::Stem->new('quirks'));
|
| D | PkgAdd.pm | 314 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/ |
| D | Installed.pm | 128 sub match_locations($self, $search, @filters) subroutine 130 my $l = $search->match_locations($self);
|