Home
last modified time | relevance | path

Searched refs:vstring (Results 1 – 23 of 23) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DVersion.pm41 $lvstring = $self->vstring($l);
42 $rvstring = $self->vstring($r);
77 sub vstring { subroutine
/openbsd-src/lib/libkeynote/
H A Dkeynote-ver.l38 vstring [a-zA-Z0-9][a-zA-Z0-9_]*
50 <FIRSTPART>{vstring} {
H A Dkeynote.l53 vstring [a-zA-Z_][a-zA-Z0-9_]*
55 variable {vstring}
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/
H A Dfrom-hash.t101 is( $@, '', "vstring in string hash lives" );
105 "vstring treated as if string",
/openbsd-src/sys/dev/acpi/
H A Damltypes.h267 char *vstring; member
329 #define v_string _.vstring
/openbsd-src/gnu/usr.bin/perl/
H A Dmg_names.inc44 { PERL_MAGIC_vstring, "vstring(V)" },
H A Dtoke.c12542 goto vstring; in S_scan_formline()
12669 vstring: in Perl_start_subparse()
13365 vstring, as well as updating the passed in sv.
13373 The sv should already be large enough to store the vstring
/openbsd-src/gnu/llvm/clang/www/
H A Dlibstdc++4.4-clang0x.patch492 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-src/gnu/usr.bin/binutils/binutils/
H A Dwrstabs.c1448 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-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dwrstabs.c1450 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-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dinctools59 if ($ver !~ /\./ && (($r, $v, $s) = $ver =~ /^(.)(.)(.)$/)) # vstring 5.25.7
/openbsd-src/gnu/usr.bin/perl/regen/
H A Dmg_vtable.pl190 vstring => { char => 'V', value_magic => 1,
191 desc => 'SV was vstring literal' },
/openbsd-src/gnu/usr.bin/perl/dist/Storable/t/
H A Dblessed.t43 VSTRING => \(my $vstring = v1.2.3),
/openbsd-src/gnu/lib/libstdc++-v3/
H A DMakefile127 type_traits.h rc_string_base.h sso_string_base.h vstring.h \
128 vstring.tcc vstring_fwd.h vstring_util.h
/openbsd-src/gnu/gcc/libstdc++-v3/include/
H A DMakefile.am550 ${ext_srcdir}/vstring.h \
551 ${ext_srcdir}/vstring.tcc \
H A DMakefile.in772 ${ext_srcdir}/vstring.h \
773 ${ext_srcdir}/vstring.tcc \
/openbsd-src/gnu/usr.bin/perl/dist/Data-Dumper/
H A DChanges182 - Address vstring related test failures on 5.8: Skip tests for
/openbsd-src/gnu/usr.bin/perl/dist/Storable/
H A DChangeLog92 - disallow vstring magic strings over 2GB-1 (#17306)
384 and vstring handling.
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl5160delta.pod3724 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 Dperl5200delta.pod3053 Assigning a vstring to a tied variable or to a subroutine argument aliased
3055 vstring into a regular string.
H A Dperldata.pod648 X<version string> X<vstring> X<v-string>
H A Dperl5180delta.pod1529 versions of Perl and vstring handling.
H A Dperlguts.pod1552 V PERL_MAGIC_vstring (none) SV was vstring literal