/openbsd/gnu/usr.bin/perl/ext/XS-APItest/t/ |
H A D | sviscow.t | 13 ok(!SvIsCOW($h{g}), 'SvIsCOW is honest when it comes to globs');
|
/openbsd/gnu/llvm/lld/MachO/ |
H A D | Config.h | 93 std::vector<llvm::GlobPattern> globs; variable 95 bool empty() const { return literals.empty() && globs.empty(); } in empty()
|
H A D | Driver.cpp | 1055 globs.clear(); in clear() 1062 globs.emplace_back(*pattern); in insert() 1072 for (const GlobPattern &glob : globs) in matchGlob()
|
/openbsd/gnu/usr.bin/perl/dist/Data-Dumper/ |
H A D | Changes | 91 in globs) 95 - Fix bug when dumping globs with quoting (which now happens for 107 - perl #119831: Quote glob names better; notably, Unicode globs are 209 blessed globs, which it thought were strings. 250 - C<Dumpxs> no longer crashes with globs returned by C<*$io_ref> 316 - Bugfixes for dumping related undef values, globs, and better double
|
/openbsd/gnu/usr.bin/perl/t/io/ |
H A D | perlio.t | 143 my ($fh, @globs) = @_; 147 foreach (@globs) {
|
/openbsd/gnu/usr.bin/perl/dist/Data-Dumper/t/ |
H A D | dumper.t | 32 our ( @a, $c, $d, $foo, @foo, %foo, @globs, $v, $ping, %ping ); 1844 @globs = map { $_, \$_ } map { *$_ } map { $_, "s::$_" } 1875 TEST_BOTH(q(Data::Dumper->Dumpxs([\@globs], ["globs"])), 'globs: Dumpxs()',
|
/openbsd/gnu/usr.bin/perl/Porting/ |
H A D | bisect-runner.pl | 1713 my ($target, @globs) = @_; 1718 if (@globs) { 1720 foreach (sort map { File::Glob::bsd_glob($_)} @globs) {
|
/openbsd/gnu/usr.sbin/mkhybrid/src/ |
H A D | README.mkisofs | 57 allows exclusion of shell-style globs from the CDROM.
|
/openbsd/gnu/usr.bin/cvs/vms/ |
H A D | ChangeLog | 26 globs vms wildcarded filespecs now.
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | cgen-asm.in | 138 /* Replace non-syntax fields with globs. */
|
/openbsd/gnu/usr.bin/perl/dist/Carp/t/ |
H A D | Carp.t | 489 …"Carp doesn't autovivify the CARP_NOT or ISA arrays if the globs exists but they lack the ARRAY sl…
|
/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | cgen-asm.in | 137 /* Replace non-syntax fields with globs. */
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perl5243delta.pod | 163 other than globs.
|
H A D | perl5140delta.pod | 470 This also works for globs like C<STDOUT>, C<STDERR>, and C<STDIN>: 701 Some Perl operators did not distinguish between these two types of globs. 710 copy. This allows operators that make a distinction between globs and 711 scalars to be modified to treat only immutable globs as globs. (C<tie>, 1500 L<Dumpxs> no longer crashes with globs returned by C<*$io_ref> 3686 =item Aliasing packages by assigning to globs [perl #77358] 4271 The mechanism for freeing objects in globs used to leave dangling
|
H A D | perlref.pod | 79 you can still use type globs and globrefs as though they were IO handles.
|
H A D | perlobj.pod | 1007 including scalars, globs, and subroutines. You may see this sort of
|
H A D | perldebug.pod | 828 Whether to print contents of globs.
|
H A D | perl5200delta.pod | 2927 The warning produced by C<-l $handle> now applies to IO refs and globs, not 3223 Assigning references or globs to the scalar returned by $#foo after the @foo
|
H A D | perlvms.pod | 260 the command line and within Perl globs (e.g. C<E<lt>*.cE<gt>>). If
|
H A D | perl5160delta.pod | 2893 (C<\*foo>), but not for globs themselves (C<*foo>). C<-l> started 4135 C<++> and C<--> now work on copies of globs, instead of dying.
|
H A D | perl5380delta.pod | 2045 Previously it would only take glob references or names of globs. Now it will
|
H A D | perlsub.pod | 968 =head3 Localization of globs
|
H A D | perl5120delta.pod | 1670 Perl_magic_setmglob now knows about globs, fixing RT #71254.
|
/openbsd/bin/ksh/ |
H A D | NOTES | 70 should. Sometimes used to test file globs (e.g., if test -f *.o; ...).
|
/openbsd/gnu/usr.bin/perl/dist/Storable/ |
H A D | ChangeLog | 1047 globs, not as plain strings. 1075 - Be sure to pass globs, not plain file strings, to C routines,
|