Home
last modified time | relevance | path

Searched refs:Glob (Results 1 – 25 of 82) sorted by relevance

1234

/openbsd/src/gnu/usr.bin/perl/ext/File-Glob/t/
Dcase.t7 if ($Config{'extensions'} !~ /\bFile\/Glob\b/i) {
21 import File::Glob ':nocase';
26 import File::Glob ':case';
37 @a = File::Glob::bsd_glob("op\\g*.t");
40 @a = File::Glob::bsd_glob("\\[\\]", GLOB_QUOTE);
Dtaint.t7 if ($Config{'extensions'} !~ /\bFile\/Glob\b/i) {
26 @a = File::Glob::bsd_glob("*");
Dglobal.t7 if ($Config{'extensions'} !~ /\bFile\/Glob\b/i) {
29 use_ok('File::Glob', ':globally');
Dthreads.t7 if ($Config{'extensions'} !~ /\bFile\/Glob\b/i) {
26 use File::Glob qw(csh_glob);
Dbasic.t7 if ($Config{'extensions'} !~ /\bFile\/Glob\b/i) {
49 File::Glob->can('glob'),
282 is(&File::Glob::GLOB_ERROR, 0, "Successfuly ignored unsupported flag");
289 BEGIN { *glob = \&File::Glob::csh_glob }
Drt114984.t41 'File::Glob extends the stack when returning a long list';
Drt131211.t15 plan skip_all => 'This platform doesn\'t use File::Glob'
/openbsd/src/gnu/usr.bin/perl/t/op/
Dglob.t57 local %File::Glob::;
64 local %File::Glob::;
141 *File::Glob::csh_glob = sub { ++$called1 };
145 undef *File::Glob::csh_glob; # avoid redefinition warnings
146 *File::Glob::csh_glob = sub { ++$called2 };
/openbsd/src/gnu/llvm/lld/Common/
DStrings.cpp27 Expected<GlobPattern> Glob = GlobPattern::create(Pattern); in SingleStringMatcher() local
28 if (!Glob) { in SingleStringMatcher()
29 error(toString(Glob.takeError())); in SingleStringMatcher()
33 GlobPatternMatcher = *Glob; in SingleStringMatcher()
/openbsd/src/gnu/usr.bin/perl/cpan/IO-Compress/lib/File/
DGlobMapper.pm19 require File::Glob; File::Glob->import(':glob');
20 $CSH_GLOB = File::Glob::GLOB_CSH();
22 *globber = \&File::Glob::csh_glob;
/openbsd/src/gnu/usr.bin/perl/ext/File-Glob/
DGlob.pm1 package File::Glob;
51 *CORE::GLOBAL::glob = \&File::Glob::csh_glob;
DChanges1 Revision history for Perl extension File::Glob
16 - tainted all filenames returned from &Glob::BSD::glob
34 - renamed module to File::Glob for incorporation into the
DGlob.xs349 MODULE = File::Glob PACKAGE = File::Glob
/openbsd/src/gnu/usr.bin/perl/plan9/
Dmkfile54 extensions = File::Glob IO Opcode DynaLoader Fcntl POSIX Cwd re B Devel::Peek attributes Hash::Util…
55 ext_xs = Glob.xs IO.xs Opcode.xs dl_none.xs Fcntl.xs POSIX.xs Cwd.xs re.xs B.xs Peek.xs attributes…
192 Glob.$O: extensions
193 $XSCCCMD -I plan9 Glob.c
222 Glob.c: archlib/Config.pm ext/File-Glob/Glob.xs
223 cd ext/File-Glob
226 $miniperlxs ext/File-Glob/Glob.xs > $target
227 cp ext/File-Glob/bsd_glob.^(c h) $pwd
229 cp ext/File-Glob/Glob.pm archlib/File/Glob.pm
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
DAuthor.pm86 my $rglob = Text::Glob::glob_to_regex($glob);
90 $rglob = Text::Glob::glob_to_regex("$glob/*");
/openbsd/src/gnu/usr.bin/perl/t/lib/
Dcommonsense.t20 if (($Config{'extensions'} !~ /\bFile\/Glob\b/) ){
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DAddressResolver.h35 enum MatchType { Exact, Regexp, Glob }; enumerator
/openbsd/src/gnu/usr.bin/perl/Porting/
DMaintainers.pl14 use File::Glob qw(:case);
Dbisect-runner.pl1299 require File::Glob;
1302 my @got = File::Glob::bsd_glob($glob);
1719 require File::Glob;
1720 foreach (sort map { File::Glob::bsd_glob($_)} @globs) {
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl5142delta.pod22 =head2 C<File::Glob::bsd_glob()> memory error with GLOB_ALTDIRFUNC (CVE-2011-2728)
24 Calling C<File::Glob::bsd_glob> with the unsupported flag GLOB_ALTDIRFUNC would
77 L<File::Glob> has been upgraded from version 1.12 to version 1.13.
Dperl5125delta.pod23 =head2 C<File::Glob::bsd_glob()> memory error with GLOB_ALTDIRFUNC (CVE-2011-2728)
25 Calling C<File::Glob::bsd_glob> with the unsupported flag GLOB_ALTDIRFUNC would
66 =head3 L<File::Glob> has been upgraded from version 1.07 to version 1.07_01
Dperldeprecation.pod294 =head3 C<< File::Glob::glob() >> was removed
296 C<< File::Glob >> had a function called C<< glob >>, which just called
299 C<< File::Glob::glob() >> was deprecated in Perl 5.8. A deprecation
303 Code using C<< File::Glob::glob() >> should call
304 C<< File::Glob::bsd_glob() >> instead.
/openbsd/src/usr.bin/libtool/
Dlibtool23 use File::Glob ':glob';
/openbsd/src/regress/usr.bin/make/
Dmk16136 File::Glob 3p lib/File/Glob.pm \
/openbsd/src/gnu/llvm/lldb/include/lldb/Breakpoint/
DBreakpoint.h89 enum MatchType { Exact, Regexp, Glob }; enumerator

1234