Searched refs:fullpkgpath (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/usr.sbin/pkg_add/OpenBSD/ |
| H A D | PkgInfo.pm | 334 if (defined $plist->fullpkgpath) { 335 add_to_path_info($plist->fullpkgpath, 370 if ($plist->fullpkgpath =~ m/\/([^\/]+?)(,.*)?$/) { 465 if (defined $plist->fullpkgpath) { 466 $state->say("#1", $plist->fullpkgpath);
|
| H A D | PackingElement.pm | 1092 sub new($class, $fullpkgpath) 1094 bless {name => $fullpkgpath, 1095 path => OpenBSD::PkgPath::WithOpts->new($fullpkgpath)}, $class; 2045 sub new($class, $fullpkgpath) 2047 my ($dir, @mandatory) = split(/\,/, $fullpkgpath); 2054 say STDERR "Invalid $fullpkgpath (multiple subpackages)"; 2063 sub fullpkgpath($self) subroutine 2117 sub new($class, $fullpkgpath) 2120 while ($fullpkgpath =~ s/\[\,(.*?)\]//) { 2123 my $o = $class->SUPER::new($fullpkgpath);
|
| H A D | Update.pm | 241 my $o_pp = join(" ", map {$_->fullpkgpath} @o_ps); 245 my $n_pp= join(" ", map {$_->fullpkgpath} @n_ps);
|
| H A D | PkgCreate.pm | 121 $state->{fullpkgpath} = $state->{subst}->value('FULLPKGPATH') // ''; 913 my $p2 = $state->{fullpkgpath}; 1275 my $fullpkgpath = $state->{fullpkgpath}; 1285 $fullpkgpath, $cdrom, $ftp); 1484 my $name = $plist->fullpkgpath;
|
| H A D | PkgAdd.pm | 304 return if $checked->{$plist->fullpkgpath}; 305 $checked->{$plist->fullpkgpath} = 1; 310 $bad = $quirks->check_security($plist->fullpkgpath);
|
| H A D | PackingList.pm | 369 sub fullpkgpath($self) subroutine
|
| H A D | style.pod | 32 say "Normalized version is ", $pkgpath->fullpkgpath;
|