Home
last modified time | relevance | path

Searched refs:no_chdir (Results 1 – 17 of 17) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/lib/File/
DFind.pm429 our ($wanted_callback, $avoid_nlink, $bydepth, $no_chdir, $follow,
598 local ($wanted_callback, $avoid_nlink, $bydepth, $no_chdir, $follow,
611 $no_chdir = $wanted->{no_chdir};
731 unless ($no_chdir || chdir $abs_dir) {
737 $_ = $name if $no_chdir;
743 unless ( $no_chdir ) {
789 unless ( $no_chdir || ($p_dir eq $File::Find::current_dir)) {
819 $_= ($no_chdir ? $dir_name : $dir_rel ); # $_
827 unless ($no_chdir || ($dir_rel eq $File::Find::current_dir)) {
864 unless (opendir DIR, ($no_chdir ? $dir_name : $File::Find::current_dir)) {
[all …]
/mirbsd/src/gnu/usr.bin/perl/wince/
Dmakedist.pl38 find({no_chdir=>1,wanted => sub{
62 find({no_chdir=>1,wanted=>sub{push @lfiles, $_ if /\.p[lm]$/}},'.');
81 find({no_chdir=>1,wanted=>sub{push @efiles, $_ if /\.pm$/}},'.');
125 find({no_chdir=>1,wanted=>sub{push @afiles, $_ if /\.(dll|bs)$/}},'.');
/mirbsd/src/gnu/usr.bin/perl/lib/File/Find/t/
Dfind.t394 File::Find::find( {wanted => \&wanted_File_Dir, no_chdir => 1},
443 File::Find::finddepth( {wanted => \&wanted_File, no_chdir => 1},
595 no_chdir => 1}, topdir('fa') );
641 no_chdir => 1}, topdir('fa') );
703 no_chdir => 1}, topdir('fa') ); };
718 follow_skip => 0, no_chdir => 1},
752 follow_skip => 1, no_chdir => 1},
767 follow_skip => 0, no_chdir => 1},
776 follow_skip => 1, no_chdir => 1},
810 follow_skip => 2, no_chdir => 1}, topdir('fa') );
Dtaint.t352 no_chdir => 1, untaint => 1, untaint_pattern =>
/mirbsd/src/gnu/usr.bin/perl/Porting/
Dvalgrindpp.pl76 find({wanted => \&filter, no_chdir => 1}, $opt{dir});
/mirbsd/src/gnu/usr.bin/perl/
Dinstallman130 File::Find::find({no_chdir=>1,
DChanges5.8.111652 Subject: [perl #21031] $File::Find::name ne $_ w/no_chdir
/mirbsd/src/gnu/usr.bin/lynx/src/
DLYGlobalDefs.h321 extern BOOLEAN no_chdir;
DLYMain.c254 BOOLEAN no_chdir = FALSE; variable
DLYUtils.c3639 { "chdir", &no_chdir, FALSE },
DLYMainLoop.c5244 if (no_chdir) { in handle_LYK_CHDIR()
/mirbsd/src/gnu/usr.bin/perl/lib/unicore/
Dmktables2123 no_chdir=>1,
/mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/
DChanges810 - 5.005_03's File::Find doesn't have 'no_chdir'
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlmodlib.pod1473 no_chdir => 1 }, @INC'
Dperl56delta.pod966 specified. Enabling the C<no_chdir> option will make File::Find skip
Dperl561delta.pod1564 specified. Enabling the C<no_chdir> option will make File::Find skip
Dperltoc.pod14544 C<follow_fast>, C<follow_skip>, C<dangling_symlinks>, C<no_chdir>,