Searched defs:topdir (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Find/t/
H A Dtaint.t167 # Use topdir() to specify a directory path that you want to pass to
168 # find/finddepth. Basically, topdir() does the same as dir_path() (see
171 sub topdir { subroutine
278 untaint_pattern => qr|^(.+)$|}, topdir('fa') );
288 eval {File::Find::find( {wanted => \&simple_wanted}, topdir('fa') );};
298 topdir('fa') );};
310 qr|^(NO_MATCH)$|}, topdir('fa') );};
353 qr|^(.+)$| }, topdir('fa') );
362 topdir('fa') );};
372 qr|^(NO_MATCH)$|}, topdir('f
[all...]
H A Dfind.t240 # Use topdir() to specify a directory path that you want to pass to
241 # find/finddepth. Basically, topdir() does the same as dir_path() (see
244 sub topdir { subroutine
341 File::Find::find( {wanted => \&wanted_File_Dir_prune}, topdir('fa') );
364 topdir('fa') );
395 topdir('fa') ); Check( scalar(keys %Expect_File) == 0 );
539 # Verify that File::Find::find will call wanted even if the topdir of
545 File::Find::find( {wanted => \&wanted_File_Dir}, topdir('fa', 'fsl') );
564 follow_fast => 1}, topdir('fa') );
595 no_chdir => 1}, topdir('f
[all...]

Completed in 30 milliseconds