/openbsd/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/ |
H A D | Version.pm | 41 $lvstring = $self->vstring($l); 42 $rvstring = $self->vstring($r); 77 sub vstring { subroutine
|
/openbsd/lib/libkeynote/ |
H A D | keynote-ver.l | 38 vstring [a-zA-Z0-9][a-zA-Z0-9_]* 50 <FIRSTPART>{vstring} {
|
H A D | keynote.l | 53 vstring [a-zA-Z_][a-zA-Z0-9_]* 55 variable {vstring}
|
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/ |
H A D | from-hash.t | 101 is( $@, '', "vstring in string hash lives" ); 105 "vstring treated as if string",
|
/openbsd/sys/dev/acpi/ |
H A D | amltypes.h | 267 char *vstring; member 329 #define v_string _.vstring
|
/openbsd/gnu/usr.bin/perl/ |
H A D | mg_names.inc | 44 { PERL_MAGIC_vstring, "vstring(V)" },
|
H A D | toke.c | 12542 goto vstring; in Perl_scan_num() 12669 vstring: in Perl_scan_num()
|
/openbsd/gnu/llvm/clang/www/ |
H A D | libstdc++4.4-clang0x.patch | 492 diff -ur a/ext/vstring.h b/ext/vstring.h 493 --- a/ext/vstring.h 2011-03-15 14:49:05.000000000 -0700 494 +++ b/ext/vstring.h 2011-03-29 10:33:39.000000000 -0700
|
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/t/modules/Tools/ |
H A D | Compare.t | 79 def ok => (is(v1.2.3, v1.2.3, 'vstring pass'), 'vstring pass'); 80 def ok => (is(\v1.2.3, \v1.2.3, 'vstring refs pass'), 'vstring refs pass'); 81 def ok => (!is(v1.2.3, v1.2.4, 'vstring fail'), 'vstring fail'); 82 def ok => (!is(\v1.2.3, \v1.2.4, 'vstring refs fail'), 'vstring refs fail'); 147 call name => 'vstring pass'; 152 call name => 'vstring refs pass';
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | wrstabs.c | 1448 char *vstring; in stab_start_class_type() local 1453 vstring = NULL; in stab_start_class_type() 1458 vstring = stab_pop_type (info); in stab_start_class_type() 1476 vtable = (char *) xmalloc (strlen (vstring) + 3); in stab_start_class_type() 1477 sprintf (vtable, "~%%%s", vstring); in stab_start_class_type() 1478 free (vstring); in stab_start_class_type()
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | wrstabs.c | 1450 char *vstring; in stab_start_class_type() local 1455 vstring = NULL; in stab_start_class_type() 1460 vstring = stab_pop_type (info); in stab_start_class_type() 1478 vtable = (char *) xmalloc (strlen (vstring) + 3); in stab_start_class_type() 1479 sprintf (vtable, "~%%%s", vstring); in stab_start_class_type() 1480 free (vstring); in stab_start_class_type()
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
H A D | inctools | 59 if ($ver !~ /\./ && (($r, $v, $s) = $ver =~ /^(.)(.)(.)$/)) # vstring 5.25.7
|
/openbsd/gnu/usr.bin/perl/regen/ |
H A D | mg_vtable.pl | 190 vstring => { char => 'V', value_magic => 1,
|
/openbsd/gnu/usr.bin/perl/dist/Storable/t/ |
H A D | blessed.t | 43 VSTRING => \(my $vstring = v1.2.3),
|
/openbsd/gnu/lib/libstdc++-v3/ |
H A D | Makefile | 127 type_traits.h rc_string_base.h sso_string_base.h vstring.h \ 128 vstring.tcc vstring_fwd.h vstring_util.h
|
/openbsd/gnu/gcc/libstdc++-v3/include/ |
H A D | Makefile.am | 550 ${ext_srcdir}/vstring.h \ 551 ${ext_srcdir}/vstring.tcc \
|
H A D | Makefile.in | 772 ${ext_srcdir}/vstring.h \ 773 ${ext_srcdir}/vstring.tcc \
|
/openbsd/gnu/usr.bin/perl/dist/Data-Dumper/ |
H A D | Changes | 182 - Address vstring related test failures on 5.8: Skip tests for
|
/openbsd/distrib/sets/lists/comp/ |
H A D | gcc.alpha | 504 ./usr/include/g++/ext/vstring.h 505 ./usr/include/g++/ext/vstring.tcc
|
H A D | gcc.hppa | 481 ./usr/include/g++/ext/vstring.h 482 ./usr/include/g++/ext/vstring.tcc
|
H A D | gcc.landisk | 481 ./usr/include/g++/ext/vstring.h 482 ./usr/include/g++/ext/vstring.tcc
|
H A D | gcc.sparc64 | 481 ./usr/include/g++/ext/vstring.h 482 ./usr/include/g++/ext/vstring.tcc
|
/openbsd/gnu/usr.bin/perl/dist/Storable/ |
H A D | ChangeLog | 92 - disallow vstring magic strings over 2GB-1 (#17306) 384 and vstring handling.
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perl5160delta.pod | 3724 passed a vstring would leave vstring magic attached to the return value, 3733 Assigning a vstring to a magic (e.g., tied, C<$!>) variable and then
|
H A D | perl5200delta.pod | 3053 Assigning a vstring to a tied variable or to a subroutine argument aliased 3055 vstring into a regular string.
|