Searched refs:libPart (Results 1 – 5 of 5) sorted by relevance
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/ |
| H A D | SysCheck.pm | 140 $V = libPart($Name, "version"); 146 $ShortNames1{libPart($Soname, "short")}{$Soname} = 1; 155 $V = libPart($Name, "version"); 161 $ShortNames2{libPart($Soname, "short")}{$Soname} = 1; 219 my $LSName = libPart($LName, "short"); 257 my $LSName = libPart($LName, "short"); 314 my $LName_Short = libPart($LName, "name+ext"); 684 my $LName_Short = libPart($LName, "name+ext"); 1301 elsif(my $PV = libPart($LName, "version")) 1305 elsif(my $SV = libPart(getSONAME($LPath), "version")) [all …]
|
| H A D | ABIDump.pm | 215 $Name = libPart($Name, "name"); 272 my $Lib_ShortName = libPart($Lib_Name, "name+ext"); 276 if(my $ShortName = libPart($Lib_Name, "short")) 807 if(not libPart($Path, "name")) { 897 if(my $Short = libPart($Name, "name+ext")) { 1266 if(my $ShortName = libPart($Name, "name+ext"))
|
| H A D | Filter.pm | 493 my $ShortName = libPart($Name, "name+ext"); 538 and not $In::Opt{"TargetLibs"}{libPart($LName, "name+ext")}) {
|
| H A D | SysFiles.pm | 421 $In::Opt{"SystemObjects"}{libPart($N, "name+ext")}{$Path} = 1; 443 sub libPart($$) subroutine
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | abi-compliance-checker.pl | 10175 $In::Opt{"TargetLibShort"} = libPart($In::Opt{"TargetLib"}, "shortest");
|