Searched refs:no_chdir (Results 1 – 17 of 17) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/lib/File/ |
| D | Find.pm | 429 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/ |
| D | makedist.pl | 38 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/ |
| D | find.t | 394 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') );
|
| D | taint.t | 352 no_chdir => 1, untaint => 1, untaint_pattern =>
|
| /mirbsd/src/gnu/usr.bin/perl/Porting/ |
| D | valgrindpp.pl | 76 find({wanted => \&filter, no_chdir => 1}, $opt{dir});
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | installman | 130 File::Find::find({no_chdir=>1,
|
| D | Changes5.8.1 | 11652 Subject: [perl #21031] $File::Find::name ne $_ w/no_chdir
|
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | LYGlobalDefs.h | 321 extern BOOLEAN no_chdir;
|
| D | LYMain.c | 254 BOOLEAN no_chdir = FALSE; variable
|
| D | LYUtils.c | 3639 { "chdir", &no_chdir, FALSE },
|
| D | LYMainLoop.c | 5244 if (no_chdir) { in handle_LYK_CHDIR()
|
| /mirbsd/src/gnu/usr.bin/perl/lib/unicore/ |
| D | mktables | 2123 no_chdir=>1,
|
| /mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/ |
| D | Changes | 810 - 5.005_03's File::Find doesn't have 'no_chdir'
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlmodlib.pod | 1473 no_chdir => 1 }, @INC'
|
| D | perl56delta.pod | 966 specified. Enabling the C<no_chdir> option will make File::Find skip
|
| D | perl561delta.pod | 1564 specified. Enabling the C<no_chdir> option will make File::Find skip
|
| D | perltoc.pod | 14544 C<follow_fast>, C<follow_skip>, C<dangling_symlinks>, C<no_chdir>,
|