Home
last modified time | relevance | path

Searched refs:Find (Results 1 – 25 of 355) sorted by relevance

12345678910>>...15

/openbsd-src/gnu/usr.bin/perl/ext/File-Find/t/
H A Dfind.t16 # This is a hack - at present File::Find does not produce native names
18 # must be set *before* importing File::Find
40 use File::Find;
43 my %Expect_Name = (); # what we expect for $File::Find::name/fullname
44 my %Expect_Dir = (); # what we expect for $File::Find::dir
53 # Uncomment this to see where File::Find is chdir-ing to. Helpful for
165 print "# \$File::Find::dir => '$File::Find::dir'\t\$_ => '$_'\n";
181 $File::Find::prune = 1 if $_ eq 'faba';
185 my $n = $File::Find
[all...]
H A Dtaint.t13 # This is a hack - at present File::Find does not produce native names
15 # must be set *before* importing File::Find
22 use File::Find;
46 my %Expect_Name = (); # what we expect for $File::Find::name/fullname
47 my %Expect_Dir = (); # what we expect for $File::Find::dir
149 print "# \$File::Find::dir => '$File::Find::dir'\t\$_ => '$_'\n";
165 $File::Find::prune=1 if $_ eq 'faba';
169 print "# \$File::Find::dir => '$File::Find
[all...]
/openbsd-src/gnu/usr.bin/perl/ext/File-Find/lib/File/
H A DFind.pm1 package File::Find;
31 return substr($cdir,0,rindex($cdir,'/')) if $fn eq $File::Find::current_dir;
189 $avoid_nlink = $follow || $File::Find::dont_use_nlink;
213 elsif ($top_item eq $File::Find::current_dir) {
277 $name = $abs_dir . $_; # $File::Find::name
315 my $dir_rel = $File::Find::current_dir;
335 unless ( $no_chdir || ($p_dir eq $File::Find::current_dir)) {
359 $dir= $p_dir; # $File::Find::dir
360 $name= $dir_name; # $File::Find::name
369 unless ($no_chdir || ($dir_rel eq $File::Find
[all...]
/openbsd-src/gnu/usr.bin/perl/Porting/
H A Dperlhist_calculate.pl8 use File::Find;
41 $File::Find::name =~ /[.] (?:pm|pl)\z/msx or return;
57 $File::Find::name =~ /[.] (?:h|c|y|t|xs|pm)\z/msx or return;
78 $File::Find::name =~ /[.] t\z/msx or return;
105 $File::Find::name =~ /[.] pod\z/msx or return;
H A Dfindrfuncs19 use File::Find;
37 find(sub {push @EXES, $File::Find::name if /\.$SO$/}, '.' );
50 return unless -f $File::Find::name;
58 $rfuncs{$1}->{$File::Find::name}++;
H A DMaintainers.pm28 use File::Find;
78 push @files, $File::Find::name
79 if -f $_ && exists $MANIFEST{$File::Find::name};
309 ? sub { -f $_ and exists $MANIFEST{$File::Find::name} }
368 find sub { warn_maintainer($File::Find::name) if $check->() }, @dir if @dir;
H A DcheckVERSION.pl10 use File::Find;
15 if (/\.pm$/ && $File::Find::name !~ m:/t/:) { # pm but not in a test
H A Dmanicheck9 use File::Find;
39 my $x = $File::Find::name =~ s!^\./!!r;
H A Dcheckansi.pl5 use File::Find;
46 $num++, $File::Find::name, $., $msg, $info;
/openbsd-src/gnu/usr.bin/perl/t/porting/
H A Dcheckcase.t12 use File::Find;
22 my $name = $File::Find::name;
36 ++$File::Find::prune;
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/lib/Test/RRA/
H A DModuleVersion.pm16 use File::Find qw(find);
84 $File::Find::prune = 1;
87 if (m{ [.] pm \z }xms && !$ignore{$File::Find::name}) {
88 push(@files, $File::Find::name);
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/lib/
H A DTestUtils.pm8 use File::Find ();
22 File::Find::find(
23 sub { push @files, $File::Find::name if -f and /\.tml$/ },
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/style/
H A Dobsolete-strings.t42 use File::Find qw(find);
65 $File::Find::prune = 1;
90 ok(1, $File::Find::name);
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DPkgCheck.pm552 use File::Find;
958 if ($File::Find::name eq $state->destdir($i)) {
959 $File::Find::prune = 1;
963 if (defined $state->{basesystem}{$File::Find::name}) {
964 delete $state->{basesystem}{$File::Find::name};
967 if (defined $state->{needed_libs}{$File::Find::name}) {
968 push(@{$state->{unreg_libs}}, $File::Find::name);
974 $File::Find::name);
975 $File::Find::prune = 1;
980 $File::Find::prune = 1;
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/docs/
H A Dspdx-license.t42 use File::Find qw(find);
90 my $path = $File::Find::name;
98 $File::Find::prune = 1;
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp377 m_set.globals.Find(basename, in GetGlobalVariables()
385 m_set.globals.Find(regex, DIERefCallback(callback, regex.GetText())); in GetGlobalVariables()
398 m_set.objc_class_selectors.Find( in GetObjCMethods()
406 m_set.types.Find(class_name, in GetCompleteObjCClass()
413 m_set.types.Find(name, DIERefCallback(callback, name.GetStringRef())); in GetTypes()
421 m_set.types.Find(ConstString(name), in GetTypes()
428 m_set.namespaces.Find(name, DIERefCallback(callback, name.GetStringRef())); in GetNamespaces()
440 if (!m_set.function_fullnames.Find( in GetFunctions()
452 if (!m_set.function_basenames.Find( in GetFunctions()
465 if (!m_set.function_methods.Find( in GetFunctions()
[all …]
H A DUniqueDWARFASTType.h63 bool Find(const DWARFDIE &die, const lldb_private::Declaration &decl,
82 bool Find(lldb_private::ConstString name, const DWARFDIE &die, in Find() function
88 return pos->second.Find(die, decl, byte_size, entry); in Find()
/openbsd-src/gnu/llvm/llvm/utils/
H A DUpdateCMakeLists.pl3 use File::Find;
23 my $dir = $File::Find::dir;
26 $dirCMake{$dir} = $File::Find::name;
/openbsd-src/gnu/usr.bin/perl/cpan/Archive-Tar/bin/
H A Dptar6 use File::Find;
51 find( sub { push @files, $File::Find::name;
52 print $File::Find::name.$/ if $verbose }, @src );
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCSubtargetInfo.cpp26 static const T *Find(StringRef S, ArrayRef<T> A) { in Find() function
66 Find(SubtargetFeatures::StripFlag(Feature), FeatureTable); in ApplyFeatureFlag()
170 const SubtargetSubTypeKV *CPUEntry = Find(CPU, ProcDesc); in getFeatures()
183 const SubtargetSubTypeKV *CPUEntry = Find(TuneCPU, ProcDesc); in getFeatures()
271 Find(SubtargetFeatures::StripFlag(Feature), ProcFeatures); in ToggleFeature()
315 const SubtargetSubTypeKV *CPUEntry = Find(CPU, ProcDesc); in getSchedModelForCPU()
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/
H A Dsoak26 use File::Find;
183 $File::Find::name =~ m!perl5[\w._]+$!
184 and -f $File::Find::name
185 and -x $File::Find::name
186 and perl_version($File::Find::name)
187 and push @found, $File::Find::name;
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DSTLAlgorithmModeling.cpp30 void Find(CheckerContext &C, const CallExpr *CE, unsigned paramNum) const;
94 Find(C, CE, 0); in evalFind()
101 Find(C, CE, 1); in evalFind()
108 void STLAlgorithmModeling::Find(CheckerContext &C, const CallExpr *CE, in Find() function in __anon0599f2ee0111::STLAlgorithmModeling
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/devel/
H A Dmkapidoc.pl26 use File::Find;
89 return if $File::Find::dir =~ / \/ ( cpan | dist | t ) \b /x;
90 push @files, $File::Find::name;
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DDynamicLibrary.cpp38 HandleList::iterator Find(void *Handle) { return find(Handles, Handle); } in Find() function in DynamicLibrary::HandleSet
41 return Handle == Process || Find(Handle) != Handles.end(); in Contains()
53 if (!AllowDuplicates && Find(Handle) != Handles.end()) { in AddLibrary()
75 HandleList::iterator it = Find(Handle); in CloseLibrary()
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils/
H A DInstall.pm699 require File::Find;
732 File::Find::find(sub {
739 my $targetdir = File::Spec->catdir($targetroot, $File::Find::dir);
741 my $sourcedir = File::Spec->catdir($source, $File::Find::dir);
761 [ $diff, $File::Find::dir, $origfile,
924 require File::Find;
925 File::Find::find(sub {
928 $File::Find::prune++;

12345678910>>...15