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

/openbsd-current/gnu/usr.bin/perl/ext/File-Find/lib/File/
H A DFind.pm195 my $top_item = $TOP;
196 $top_item = VMS::Filespec::unixify($top_item) if $Is_VMS;
198 ($topdev,$topino,$topmode,$topnlink) = $follow ? stat $top_item : lstat $top_item;
201 $top_item =~ s|[/\\]|/|g if $Is_Win32;
204 $top_item =~ s|/\z|| unless _is_root($top_item);
210 if (_is_absolute($top_item)) {
211 $abs_dir = $top_item;
[all...]

Completed in 116 milliseconds