Searched refs:push_U (Results 1 – 5 of 5) sorted by relevance
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/ |
| H A D | SysFiles.pm | 599 push_U($In::Opt{"SysPaths"}{$Type}, grep { -d $_ } @{$OS_AddPath{$In::Opt{"OS"}}{$Type}}); 618 push_U($In::Opt{"SysPaths"}{$Type}, cmdFind($RootDir,"d","*$Type*",1)); 623 push_U($In::Opt{"SysPaths"}{$Type}, "/".$Type); 626 push_U($In::Opt{"SysPaths"}{$Type}, $RootDir."/".$Type); 632 push_U($In::Opt{"SysPaths"}{$Type}, cmdFind($UsrDir,"d","*$Type*",1)); 635 push_U($In::Opt{"SysPaths"}{$Type}, $UsrDir."/".$Type); 643 push_U($In::Opt{"SysPaths"}{"bin"}, @DefaultBinPaths); 656 push_U($In::Opt{"SysPaths"}{"bin"}, sort {getDepth($a)<=>getDepth($b)} @Dirs); 662 push_U(\@DefaultIncPaths, grep { isAbsPath($_) } ( 669 push_U($In::Opt{"DefaultLibPaths"}, grep { isAbsPath($_) } ( [all …]
|
| H A D | Descriptor.pm | 156 push_U($In::Opt{"SysPaths"}{"include"}, $Path); 164 push_U($In::Opt{"SysPaths"}{"lib"}, $Path); 172 push_U($In::Opt{"SysPaths"}{"bin"}, $Path);
|
| H A D | Basic.pm | 244 sub push_U($@) subroutine
|
| H A D | TUDump.pm | 438 push_U($In::Desc{$LVer}{"Include_Preamble"}, $Path);
|
| H A D | SysCheck.pm | 1004 push_U($In::Opt{"SysPaths"}{"bin"}, $Path);
|