Searched refs:vnewSVpvf (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
H A D | sv_xpvf | 14 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 D | warn | 107 sv = vnewSVpvf(pat, argsp); \
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
H A D | 5004000 | 66 vnewSVpvf # U
|
/openbsd/gnu/usr.bin/perl/ext/GDBM_File/ |
H A D | GDBM_File.xs | 207 XPUSHs(sv_2mortal(vnewSVpvf(fmt, &ap))); in rcvr_errfun()
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | ppport.h | 14101 #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 D | Changes | 926 vnewSVpvf
|
/openbsd/gnu/usr.bin/perl/ |
H A D | perlio.c | 4985 sv = vnewSVpvf(fmt, &apc); in PerlIO_vprintf() 4988 sv = vnewSVpvf(fmt, &ap); in PerlIO_vprintf()
|
H A D | sv.c | 9831 sv = vnewSVpvf(pat, &args); 9863 sv = vnewSVpvf(pat, &args);
|
H A D | embed.h | 765 # define vnewSVpvf(a,b) Perl_vnewSVpvf(aTHX_ a,b) macro
|
H A D | embed.fnc | 3651 ARdp |SV * |vnewSVpvf |NN const char * const pat \
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5006000 | 724 vnewSVpvf # E
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | embed.fnc | 1517 ApRd |SV* |vnewSVpvf |NN const char *const pat|NULLOK va_list *const args
|