Searched refs:Glob (Results 1 – 25 of 82) sorted by relevance
1234
| /openbsd/src/gnu/usr.bin/perl/ext/File-Glob/t/ |
| D | case.t | 7 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);
|
| D | taint.t | 7 if ($Config{'extensions'} !~ /\bFile\/Glob\b/i) { 26 @a = File::Glob::bsd_glob("*");
|
| D | global.t | 7 if ($Config{'extensions'} !~ /\bFile\/Glob\b/i) { 29 use_ok('File::Glob', ':globally');
|
| D | threads.t | 7 if ($Config{'extensions'} !~ /\bFile\/Glob\b/i) { 26 use File::Glob qw(csh_glob);
|
| D | basic.t | 7 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 }
|
| D | rt114984.t | 41 'File::Glob extends the stack when returning a long list';
|
| D | rt131211.t | 15 plan skip_all => 'This platform doesn\'t use File::Glob'
|
| /openbsd/src/gnu/usr.bin/perl/t/op/ |
| D | glob.t | 57 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/ |
| D | Strings.cpp | 27 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/ |
| D | GlobMapper.pm | 19 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/ |
| D | Glob.pm | 1 package File::Glob; 51 *CORE::GLOBAL::glob = \&File::Glob::csh_glob;
|
| D | Changes | 1 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
|
| D | Glob.xs | 349 MODULE = File::Glob PACKAGE = File::Glob
|
| /openbsd/src/gnu/usr.bin/perl/plan9/ |
| D | mkfile | 54 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/ |
| D | Author.pm | 86 my $rglob = Text::Glob::glob_to_regex($glob); 90 $rglob = Text::Glob::glob_to_regex("$glob/*");
|
| /openbsd/src/gnu/usr.bin/perl/t/lib/ |
| D | commonsense.t | 20 if (($Config{'extensions'} !~ /\bFile\/Glob\b/) ){
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Core/ |
| D | AddressResolver.h | 35 enum MatchType { Exact, Regexp, Glob }; enumerator
|
| /openbsd/src/gnu/usr.bin/perl/Porting/ |
| D | Maintainers.pl | 14 use File::Glob qw(:case);
|
| D | bisect-runner.pl | 1299 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/ |
| D | perl5142delta.pod | 22 =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.
|
| D | perl5125delta.pod | 23 =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
|
| D | perldeprecation.pod | 294 =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/ |
| D | libtool | 23 use File::Glob ':glob';
|
| /openbsd/src/regress/usr.bin/make/ |
| D | mk16 | 136 File::Glob 3p lib/File/Glob.pm \
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Breakpoint/ |
| D | Breakpoint.h | 89 enum MatchType { Exact, Regexp, Glob }; enumerator
|
1234