Home
last modified time | relevance | path

Searched refs:vnewSVpvf (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dsv_xpvf14 vnewSVpvf
28 #if { VERSION >= 5.004 } && !defined(vnewSVpvf)
30 # define vnewSVpvf(pat, args) ({ SV *_sv = newSV(0); sv_vsetpvfn(_sv, (pat), strlen((pat)), (args)…
32 # define vnewSVpvf(pat, args) ((PL_Sv = newSV(0)), sv_vsetpvfn(PL_Sv, (pat), strlen((pat)), (args)…
163 sv = vnewSVpvf(pat, &args);
198 vnewSVpvf()
286 is(&Devel::PPPort::vnewSVpvf(), ivers($]) >= ivers("5.004") ? 'Perl-42' : '%s-%d');
H A Dwarn107 sv = vnewSVpvf(pat, argsp); \
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D500400066 vnewSVpvf # U
/openbsd/gnu/usr.bin/perl/ext/GDBM_File/
H A DGDBM_File.xs207 XPUSHs(sv_2mortal(vnewSVpvf(fmt, &ap))); in rcvr_errfun()
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h14101 #if (PERL_BCDVERSION >= 0x5004000) && !defined(vnewSVpvf)
14103 # define vnewSVpvf(pat, args) ({ SV *_sv = newSV(0); sv_vsetpvfn(_sv, (pat), strlen((pat)), (args)… macro
14105 # define vnewSVpvf(pat, args) ((PL_Sv = newSV(0)), sv_vsetpvfn(PL_Sv, (pat), strlen((pat)), (args)… macro
14736 sv = vnewSVpvf(pat, argsp); \
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DChanges926 vnewSVpvf
/openbsd/gnu/usr.bin/perl/
H A Dperlio.c4985 sv = vnewSVpvf(fmt, &apc); in PerlIO_vprintf()
4988 sv = vnewSVpvf(fmt, &ap); in PerlIO_vprintf()
H A Dsv.c9831 sv = vnewSVpvf(pat, &args);
9863 sv = vnewSVpvf(pat, &args);
H A Dembed.h765 # define vnewSVpvf(a,b) Perl_vnewSVpvf(aTHX_ a,b) macro
H A Dembed.fnc3651 ARdp |SV * |vnewSVpvf |NN const char * const pat \
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5006000724 vnewSVpvf # E
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc1517 ApRd |SV* |vnewSVpvf |NN const char *const pat|NULLOK va_list *const args