Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5004000147 sv_setpvf # F added by devel/scanprov
/openbsd/gnu/usr.bin/perl/
H A Dbuiltin.c714 sv_setpvf(ampname, "&%s", builtins[i].name); in Perl_import_builtin_bundle()
H A Dvutil.c852 sv_setpvf(nsv,"v%vd",ver); in Perl_upg_version2()
H A Dembed.h89 # define sv_setpvf Perl_sv_setpvf_nocontext macro
874 # define sv_setpvf(a,...) Perl_sv_setpvf(aTHX_ a,__VA_ARGS__) macro
H A Dembed.fnc3349 Adfpv |void |sv_setpvf |NN SV * const sv \
/openbsd/gnu/usr.bin/perl/cpan/Scalar-List-Utils/
H A DListUtil.xs1471 else if (nv_arg != nv_arg) sv_setpvf(keysv, "%" NVgf, nv_arg); in uniqnum()
1546 if (nv_arg != nv_arg) sv_setpvf(keysv, "%" NVgf, nv_arg); in uniqnum()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlembed.pod452 sv_setpvf(command, "my $string = '%s'; $string =~ %s",
474 sv_setpvf(command, "$string = '%s'; ($string =~ %s)",
497 sv_setpvf(command, "my $string = '%s'; @array = ($string =~ %s)",
H A Dperlclib.pod197 sprintf(s, fmt, ...) sv_setpvf(sv, fmt, ...)
H A Dperlguts.pod127 void sv_setpvf(SV*, const char*, ...);
140 The arguments of C<sv_setpvf> are processed like C<sprintf>, and the
/openbsd/gnu/usr.bin/perl/dist/Data-Dumper/
H A DDumper.xs1627 sv_setpvf(name_sv, "$%" SVf "%" IVdf, SVfARG(varname), (IV)(i+1));
/openbsd/gnu/usr.bin/perl/cpan/DB_File/
H A DDB_File.xs870 sv_setpvf(sv, "%s: %s", db_errpfx, buffer) ; in db_errcall_cb()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc1918 Afpd |void |sv_setpvf |NN SV *const sv|NN const char *const pat|...