Searched refs:finddepth (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dfinddepth.pl2 # require "finddepth.pl";
4 # &finddepth('/foo','/bar');
42 sub finddepth { subroutine
43 &File::Find::finddepth(\&wanted, @_);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Find/t/
H A Dfind.t64 finddepth({wanted => sub { ++$::count_commonsense if $_ eq 'commonsense.t'; } },
241 # find/finddepth. Basically, topdir() does the same as dir_path() (see
417 File::Find::finddepth( {wanted => \&wanted_Name}, File::Spec->curdir );
443 File::Find::finddepth( {wanted => \&wanted_File, no_chdir => 1},
616 File::Find::finddepth( {wanted => \&wanted_Name,
640 File::Find::finddepth( {wanted => \&wanted_File, follow_fast => 1,
715 eval {File::Find::finddepth( {wanted => \&simple_wanted,
750 File::Find::finddepth( {wanted => \&wanted_File_Dir, follow => 1,
H A Dtaint.t58 finddepth({wanted => sub { $found = 1 if $_ eq 'commonsense.t'; },
168 # find/finddepth. Basically, topdir() does the same as dir_path() (see
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DFind.pm27 finddepth(\&wanted, @directories_to_search);
37 exports two functions, C<find> and C<finddepth>. They work similarly
54 =item B<finddepth>
56 finddepth(\&wanted, @directories);
57 finddepth(\%options, @directories);
59 C<finddepth()> works just like C<find()> except that is invokes the
86 have been reported. Entry point C<finddepth()> is a shortcut for
395 Despite the name of the C<finddepth()> function, both C<find()> and
396 C<finddepth()> perform a depth-first search of the directory
408 our @EXPORT = qw(find finddepth);
1196 sub finddepth { subroutine
[all...]

Completed in 58 milliseconds