Searched refs:SvPV_force (Results 1 – 21 of 21) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/inc/ |
| D | SvPV | 102 * Always use the SvPV_force() macro instead of sv_pvn_force(). 104 __UNDEFINED__ sv_pvn_force(sv, len) SvPV_force(sv, len)
|
| D | magic | 68 __UNDEFINED__ SvPV_force_nomg SvPV_force
|
| /mirbsd/src/gnu/usr.bin/perl/os2/OS2/Process/ |
| D | Process.xs | 422 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/ |
| D | doop.c | 614 (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()
|
| D | mg.c | 1371 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()
|
| D | pp.c | 1479 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()
|
| D | sv.h | 1075 #define SvPV_force(sv, lp) SvPV_force_flags(sv, lp, SV_GMAGIC) macro
|
| D | pp_hot.c | 2117 s = SvPV_force(TARG, len); in PP() 2211 s = SvPV_force(TARG, len); in PP()
|
| D | pp_ctl.c | 377 SvPV_force(PL_formtarget, len); in PP() 3675 register char *s = SvPV_force(sv, len); in S_doparseform()
|
| D | sv.c | 3495 (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()
|
| D | pp_sys.c | 1618 buffer = SvPV_force(bufsv, blen); in PP() 2220 s = SvPV_force(argsv, len); in PP()
|
| D | toke.c | 1109 s = SvPV_force(sv, len); in S_tokeq() 4960 d = SvPV_force(PL_lex_stuff, len);
|
| D | Changes5.001 | 34 Now treats undef specially, and calls SvPV_force on any non-numeric scalar
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Data/Dumper/ |
| D | Changes | 84 that stemmed for a misguided SvPV_force() instead of a SvPV().)
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Time/HiRes/ |
| D | ppport.h | 3694 # 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/ |
| D | ppport.h | 3694 # 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/ |
| D | apidoc.fnc | 44 Am|char*|SvPV_force|SV* sv|STRLEN len
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlapi.pod | 3628 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>
|
| D | perlhack.pod | 1082 6 junk = SvPV_force(sv, tlen); 1095 make sure that the SV B<has> a valid PV, by calling the C<SvPV_force>
|
| D | perltoc.pod | 5354 X<SvPVx>, SvPV_force X<SvPV_force>, SvPV_force_nomg X<SvPV_force_nomg>,
|
| /mirbsd/src/gnu/usr.bin/perl/os2/ |
| D | os2.c | 3532 s = t = 3 + SvPV_force(sv, n_a); in XS()
|