Home
last modified time | relevance | path

Searched refs:SvPV_force (Results 1 – 21 of 21) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/inc/
DSvPV102 * Always use the SvPV_force() macro instead of sv_pvn_force().
104 __UNDEFINED__ sv_pvn_force(sv, len) SvPV_force(sv, len)
Dmagic68 __UNDEFINED__ SvPV_force_nomg SvPV_force
/mirbsd/src/gnu/usr.bin/perl/os2/OS2/Process/
DProcess.xs422 len = QueryWindowText(hwnd, l + 1, SvPV_force(sv, n_a)); in myQueryWindowText()
461 l = QueryClassName(hwnd, len, SvPV_force(sv, n_a)); in myQueryClassName()
542 char *buf = SvPV_force(sv, len); in ClipbrdData_set()
714 pswblk = (PSWBLOCK) SvPV_force(sv, n_a); in swentries_list()
/mirbsd/src/gnu/usr.bin/perl/
Ddoop.c614 (void)SvPV_force(sv, len); in Perl_do_trans()
869 s = (unsigned char*)SvPV_force(targ, targlen); in Perl_do_vecset()
979 s = SvPV_force(sv, len); in Perl_do_chop()
Dmg.c1371 s = SvPV_force(sv,len); in Perl_magic_setsig()
2484 PL_chopset = SvPV_force(sv,len); in Perl_magic_set()
2521 s = SvPV_force(sv,len); in Perl_magic_set()
Dpp.c1479 SvPV_force(TARG, len); in PP()
2340 *SvPV_force(TARG, len) = *s == '-' ? '+' : '-'; in PP()
2396 tmps = (U8*)SvPV_force(TARG, len); in PP()
4437 up = SvPV_force(TARG, len); in PP()
Dsv.h1075 #define SvPV_force(sv, lp) SvPV_force_flags(sv, lp, SV_GMAGIC) macro
Dpp_hot.c2117 s = SvPV_force(TARG, len); in PP()
2211 s = SvPV_force(TARG, len); in PP()
Dpp_ctl.c377 SvPV_force(PL_formtarget, len); in PP()
3675 register char *s = SvPV_force(sv, len); in S_doparseform()
Dsv.c3495 (void) SvPV_force(sv,len); in Perl_sv_utf8_upgrade_flags()
4554 junk = SvPV_force(sv, tlen); in Perl_sv_catpv()
5029 SvPV_force(bigstr, curlen); in Perl_sv_insert()
8501 (void)SvPV_force(sv, origlen); in Perl_sv_vcatpvfn()
Dpp_sys.c1618 buffer = SvPV_force(bufsv, blen); in PP()
2220 s = SvPV_force(argsv, len); in PP()
Dtoke.c1109 s = SvPV_force(sv, len); in S_tokeq()
4960 d = SvPV_force(PL_lex_stuff, len);
DChanges5.00134 Now treats undef specially, and calls SvPV_force on any non-numeric scalar
/mirbsd/src/gnu/usr.bin/perl/ext/Data/Dumper/
DChanges84 that stemmed for a misguided SvPV_force() instead of a SvPV().)
/mirbsd/src/gnu/usr.bin/perl/ext/Time/HiRes/
Dppport.h3694 # define sv_pvn_force(sv, len) SvPV_force(sv, len)
4040 # define SvPV_force_nomg SvPV_force
/mirbsd/src/gnu/usr.bin/perl/ext/Cwd/
Dppport.h3694 # define sv_pvn_force(sv, len) SvPV_force(sv, len)
4040 # define SvPV_force_nomg SvPV_force
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/
Dapidoc.fnc44 Am|char*|SvPV_force|SV* sv|STRLEN len
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlapi.pod3628 Like C<SvPV_force>, but converts sv to byte representation first if necessary.
3640 Like C<SvPV_force>, but converts sv to byte representation first if necessary.
3682 Like C<SvPV_force>, but converts sv to utf8 first if necessary.
3694 Like C<SvPV_force>, but converts sv to utf8 first if necessary.
3732 =item SvPV_force
3733 X<SvPV_force>
3739 char* SvPV_force(SV* sv, STRLEN len)
4798 A private implementation of the C<SvPV_force> macro for compilers which
4814 C<SvPV_force> and C<SvPV_force_nomg>
Dperlhack.pod1082 6 junk = SvPV_force(sv, tlen);
1095 make sure that the SV B<has> a valid PV, by calling the C<SvPV_force>
Dperltoc.pod5354 X<SvPVx>, SvPV_force X<SvPV_force>, SvPV_force_nomg X<SvPV_force_nomg>,
/mirbsd/src/gnu/usr.bin/perl/os2/
Dos2.c3532 s = t = 3 + SvPV_force(sv, n_a); in XS()