Searched refs:sv_setpvf (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5004000 | 147 sv_setpvf # F added by devel/scanprov
|
/openbsd/gnu/usr.bin/perl/ |
H A D | builtin.c | 714 sv_setpvf(ampname, "&%s", builtins[i].name); in Perl_import_builtin_bundle()
|
H A D | vutil.c | 852 sv_setpvf(nsv,"v%vd",ver); in Perl_upg_version2()
|
H A D | embed.h | 89 # define sv_setpvf Perl_sv_setpvf_nocontext macro 874 # define sv_setpvf(a,...) Perl_sv_setpvf(aTHX_ a,__VA_ARGS__) macro
|
H A D | embed.fnc | 3349 Adfpv |void |sv_setpvf |NN SV * const sv \
|
/openbsd/gnu/usr.bin/perl/cpan/Scalar-List-Utils/ |
H A D | ListUtil.xs | 1471 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 D | perlembed.pod | 452 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 D | perlclib.pod | 197 sprintf(s, fmt, ...) sv_setpvf(sv, fmt, ...)
|
H A D | perlguts.pod | 127 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 D | Dumper.xs | 1627 sv_setpvf(name_sv, "$%" SVf "%" IVdf, SVfARG(varname), (IV)(i+1));
|
/openbsd/gnu/usr.bin/perl/cpan/DB_File/ |
H A D | DB_File.xs | 870 sv_setpvf(sv, "%s: %s", db_errpfx, buffer) ; in db_errcall_cb()
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | embed.fnc | 1918 Afpd |void |sv_setpvf |NN SV *const sv|NN const char *const pat|...
|