Home
last modified time | relevance | path

Searched refs:bsd_glob (Results 1 – 20 of 20) sorted by relevance

/openbsd/gnu/usr.bin/perl/ext/File-Glob/t/
H A Dbasic.t71 @a = bsd_glob("~$name", GLOB_TILDE);
94 my @a = bsd_glob('~');
134 @a = bsd_glob('TEST', GLOB_QUOTE);
146 my @a = bsd_glob("asdfasdf", 0);
150 @a = bsd_glob($pattern, GLOB_NOCHECK);
173 @a = bsd_glob("$dir/*", GLOB_ERR);
185 @a = bsd_glob(
228 my @g_names = bsd_glob($pat, 0);
233 my @g_alpha = bsd_glob($pat);
281 my $i = bsd_glob('*', GLOB_ALTDIRFUNC);
[all …]
H A Dcase.t30 @a = bsd_glob($pat, GLOB_NOCASE);
37 @a = File::Glob::bsd_glob("op\\g*.t");
40 @a = File::Glob::bsd_glob("\\[\\]", GLOB_QUOTE);
43 @a = bsd_glob("op\\*", GLOB_QUOTE);
H A Dtaint.t26 @a = File::Glob::bsd_glob("*");
/openbsd/gnu/usr.bin/perl/ext/File-Glob/
H A Dbsd_glob.h83 int bsd_glob(const char *, int, int (*)(const char *, int), glob_t *);
H A DGlob.pm32 $EXPORT_TAGS{bsd_glob} = [@{$EXPORT_TAGS{glob}}];
H A DGlob.xs49 retval = bsd_glob(pattern, flags, errfunc, &pglob); in doglob()
361 bsd_glob(pattern_sv,...)
H A DChanges13 - s/glob/bsd_glob/ to avoid calling and including the
H A Dbsd_glob.c214 bsd_glob(const char *pattern, int flags, function
/openbsd/gnu/usr.bin/perl/plan9/
H A Dmkfile57 ext_obj = ${ext_xs:%.xs=%.$O} bsd_glob.$O poll.$O re_comp.$O re_exec.$O
195 bsd_glob.$O: extensions
196 $XSCCCMD -I plan9 -I. bsd_glob.c
227 cp ext/File-Glob/bsd_glob.^(c h) $pwd
428 …generate_uudmap uudmap.h bitcount.h mg_data.h plan9.c plan9ish.h math.h bsd_glob.^(c h) poll.^(c h…
/openbsd/gnu/usr.bin/perl/pod/
H A 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
H A 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
H A Dperldeprecation.pod297 C<< bsd_glob >>.
304 C<< File::Glob::bsd_glob() >> instead.
H A Dperl5160delta.pod517 =head2 C<File::Glob::bsd_glob()> memory error with GLOB_ALTDIRFUNC (CVE-2011-2728)
519 Calling C<File::Glob::bsd_glob> with the unsupported flag
1143 It has a new C<:bsd_glob> export tag, intended to replace C<:glob>. Like
3014 before feeding each word to its C<bsd_glob> function.
H A Dperl5300delta.pod182 throws an exception which advises use of C<File::Glob::bsd_glob()> instead.
H A Dperl5260delta.pod1551 L<C<File::Glob::glob()> will disappear in perl 5.30. Use C<File::Glob::bsd_glob()> instead.
1552 |perldiag/C<File::Glob::glob()> will disappear in perl 5.30. Use C<File::Glob::bsd_glob()> instead.>
H A Dperl58delta.pod182 in most Unix platforms). (bsd_glob() does still sort platform
1330 File::Glob::glob() has been renamed to File::Glob::bsd_glob()
H A Dperlfunc.pod3523 C<:nocase> parameter of the L<C<bsd_glob>|File::Glob/C<bsd_glob>> module.
3556 See L<C<bsd_glob>|File::Glob/C<bsd_glob>> for details, including
3557 L<C<bsd_glob>|File::Glob/C<bsd_glob>>, which does not treat whitespace
H A Dperl561delta.pod143 File::Glob::glob() has been renamed to File::Glob::bsd_glob()
/openbsd/gnu/usr.bin/perl/Porting/
H A Dbisect-runner.pl1302 my @got = File::Glob::bsd_glob($glob);
1720 foreach (sort map { File::Glob::bsd_glob($_)} @globs) {
/openbsd/gnu/usr.bin/perl/
H A DMANIFEST4823 ext/File-Glob/bsd_glob.c File::Glob extension run time code
4824 ext/File-Glob/bsd_glob.h File::Glob extension header file