Searched refs:sv_setpvn (Results 1 - 25 of 33) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A Ddlutils.c133 sv_setpvn(MY_CXT.x_dl_last_error, message, len) ;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Cwd/
H A DCwd.xs232 sv_setpvn(sv, buf, len);
393 sv_setpvn(TARG, buf, strlen(buf));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Ddoop.c81 sv_setpvn(sv, (char*)dstart, d - dstart);
280 sv_setpvn(sv, (char*)dstart, d - dstart);
377 sv_setpvn(sv, (char*)dstart, d - dstart);
579 sv_setpvn(sv, (char*)dstart, d - dstart);
672 sv_setpvn(sv, "", 0);
981 sv_setpvn(astr, s, send - s);
989 sv_setpvn(astr, "", 0);
993 sv_setpvn(astr, s, 1);
1000 sv_setpvn(astr, "", 0);
1168 sv_setpvn(s
[all...]
H A Dpp.h229 #define PUSHp(p,l) STMT_START { sv_setpvn(TARG, (p), (l)); PUSHTARG; } STMT_END
236 #define XPUSHp(p,l) STMT_START { sv_setpvn(TARG, (p), (l)); XPUSHTARG; } STMT_END
244 #define SETp(p,l) STMT_START { sv_setpvn(TARG, (p), (l)); SETTARG; } STMT_END
H A Dpp.c2316 sv_setpvn(TARG, "-", 1);
2330 sv_setpvn(TARG, "-", 1);
2410 sv_setpvn(TARG, (char*)result, targlen);
2422 sv_setpvn(TARG, (char*)result, nchar);
3051 sv_setpvn(TARG, tmps, rem);
3084 sv_setpvn(sv,"",0); /* avoid lexical reincarnation */
3371 sv_setpvn(TARG, (char*)tmpbuf, tculen);
3427 sv_setpvn(TARG, (char*)tmpbuf, tend - tmpbuf);
3479 sv_setpvn(TARG, "", 0);
3548 sv_setpvn(TAR
[all...]
H A Dperl.c338 sv_setpvn(PERL_DEBUG_PAD(0), "", 0); /* For regex debugging. */
339 sv_setpvn(PERL_DEBUG_PAD(1), "", 0); /* ext/re needs these */
340 sv_setpvn(PERL_DEBUG_PAD(2), "", 0); /* even without DEBUGGING. */
1323 sv_setpvn(PL_linestr,"",0);
1730 sv_setpvn(sv, ":utf8\0:utf8", 11);
1732 sv_setpvn(sv, ":utf8\0", 6);
1735 sv_setpvn(sv, "\0:utf8", 6);
3037 sv_setpvn(ERRSV, "", 0);
3044 sv_setpvn(get_sv("/", TRUE), "\n", 1);
4017 sv_setpvn(get_s
[all...]
H A Ddoio.c777 sv_setpvn(sv, "", 0);
852 sv_setpvn(sv,">",!PL_inplace);
1365 sv_setpvn(PL_statname, s, len);
2105 sv_setpvn(mstr, "", 0);
2208 sv_setpvn(mstr, "", 0);
2366 sv_setpvn(tmpcmd, PL_cshname, PL_cshlen);
H A Dpad.c456 sv_setpvn(name, "&", 1);
1359 sv_setpvn((SV*)cv, SvPVX(proto), SvCUR(proto));
H A Dtoke.c650 sv_setpvn(sv,PL_bufptr,PL_bufend-PL_bufptr);
1572 sv_setpvn(res, (char *)tmpbuf, d - tmpbuf);
2631 sv_setpvn(x, ipath, ipathend - ipath);
2642 sv_setpvn(x, ipath, ipathend - ipath);
6624 sv_setpvn(herewas,bufptr,d-bufptr+1);
6625 sv_setpvn(tmpstr,d+1,s-d);
6644 sv_setpvn(tmpstr,d+1,s-d);
6655 sv_setpvn(tmpstr,"",0); /* avoid "uninitialized" warning */
7865 sv_setpvn(PL_linestr, (const char*)news, newlen);
7892 sv_setpvn(PL_linest
[all...]
H A Dsv.c3158 SvGROW(sv, (STRLEN)(ebuf - ptr + 1)); /* inlined from sv_setpvn */
3273 sv_setpvn(dsv,s,len);
4020 SvGROW(dstr, len + 1); /* inlined from sv_setpvn */
4106 =for apidoc sv_setpvn
4128 Perl_croak(aTHX_ "panic: sv_setpvn called with negative strlen");
4144 Like C<sv_setpvn>, but also handles 'set' magic.
4152 sv_setpvn(sv,ptr,len);
6425 sv_setpvn(sv, (char *) buf, cnt);
6827 sv_setpvn(sv,s,len);
6848 sv_setpvn(s
[all...]
H A Dpp_pack.c670 sv_setpvn(sv, s, len);
1411 sv_setpvn(sv, aptr, len);
2637 sv_setpvn(cat, "", 0);
H A Dpp_sys.c1578 sv_setpvn(bufsv, "", 0);
1640 sv_setpvn(TARG, namebuf, bufsize);
1934 sv_setpvn(GvSV(gv), "-", 1);
4715 sv_setpvn(sv, hent->h_addr, hent->h_length);
4740 sv_setpvn(sv, *elem, len);
4745 sv_setpvn(sv, hent->h_addr, len);
H A Ddump.c113 sv_setpvn(dsv, "\"", 1);
151 sv_setpvn(t, "", 0);
H A Dpp_hot.c155 sv_setpvn(TARG, lpv, llen);
1363 sv_setpvn(*SP, s, len);
1511 sv_setpvn(GvSV(PL_last_in_gv), "-", 1);
2192 sv_setpvn(dstr, m, s-m);
H A Dsv.h1129 sv_setpvn(nsv, sstr, slen); \
H A Dutil.c2590 sv_setpvn(tmpsv, a, fa - a);
2596 sv_setpvn(tmpsv, b, fb - b);
3818 sv_setpvn(sv, buf, len);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.xs232 sv_setpvn(src, (char*)s+slen, sdone);
342 sv_setpvn(src, (char*)s, slen);
364 sv_setpvn(dst,(char *)s,(e-s));
387 sv_setpvn(src, (char*)s, slen);
524 sv_setpvn(sv, (char *)converted, len);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Filter/Util/Call/
H A DCall.xs155 sv_setpvn(my_sv, SvPVX(DEFSV), SvCUR(DEFSV)) ;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/encoding/
H A Dencoding.xs188 sv_setpvn(e->bufsv, "", 0);
356 sv_setpvn(e->bufsv,s,len);
375 sv_setpvn(e->dataSV,s,len);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.xs249 sv_setpvn(sstr, "0", 1);
651 sv_setpvn(ST(0), "pp_", 3);
763 sv_setpvn(sv, "PL_ppaddr[OP_", 13);
922 sv_setpvn(ST(0), rx->precomp, rx->prelen);
1179 sv_setpvn(ST(0), SvPVX(sv), SvCUR(sv));
1185 sv_setpvn(ST(0), NULL, 0);
1193 sv_setpvn(ST(0), SvPVX(sv),
1299 sv_setpvn(ST(0), mg->mg_ptr, mg->mg_len);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/
H A DUtil.xs355 sv_setpvn(ST(0),ptr,len);
501 sv_setpvn(sv, ptr, len);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dnetent.pm115 sv_setpvn(sv, hent->h_addr, len);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.xs246 sv_setpvn( ST(0), (char *)&ip_address, sizeof ip_address );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.xs1071 sv_setpvn(name, "$", 1);
1122 sv_setpvn(valstr, "", 0);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.xs322 sv_setpvn(g_key_hash, (char*)&cv, sizeof(CV**));

Completed in 188 milliseconds

12