Home
last modified time | relevance | path

Searched refs:Perl_sv_vsetpvf (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dembed.h770 # define sv_vsetpvf(a,b,c) Perl_sv_vsetpvf(aTHX_ a,b,c)
H A Dproto.h5020 Perl_sv_vsetpvf(pTHX_ SV * const sv, const char * const pat, va_list * const args);
H A Dsv.c11118 Perl_sv_vsetpvf(pTHX_ SV *const sv, const char *const pat, va_list *const args) function