Home
last modified time | relevance | path

Searched refs:SvPVx (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/usr.bin/perl/cygwin/
H A Dcygwin.c72 *a++ = SvPVx((SV *)*mark, n_a); in do_aspawn()
298 src_path = SvPVx(ST(0), len); in S_convert_path_common()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlhacktut.pod56 char *pat = SvPVx(*++MARK, fromlen);
65 char *pat = SvPVx(*++MARK, fromlen);
H A Dperlcall.pod709 const char *s = SvPVx(POPs, len);
/openbsd/gnu/usr.bin/perl/os2/OS2/OS2-REXX/
H A DREXX.xs195 str = SvPVx(res, len); in PERLCALLcv()
/openbsd/gnu/usr.bin/perl/amigaos4/
H A Damigaio.c845 aTHX_ SvPVx(sv_mortalcopy(*SP), n_a), pp, did_pipes); in amigaos_system_child()
/openbsd/gnu/usr.bin/perl/
H A Dsv.h2058 # define SvPVx(sv, len) ({SV *_sv = (sv); SvPV(_sv, len); }) macro
2071 # define SvPVx(sv, len) ((PL_Sv = (sv)), SvPV(PL_Sv, len))
H A Ddoio.c1433 PL_oldname = SvPVx(GvSV(gv), oldlen); in Perl_nextargv()
H A Dpp_sys.c2265 char * const sockbuf = SvPVx(*++MARK, mlen);
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D5003007764 SvPVx # T
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dapidoc.fnc943 Amd|char*|SvPVx|SV* sv|STRLEN len
/openbsd/gnu/usr.bin/perl/vms/
H A Dvms.c3741 dir = SvPVx(dirsv,n_a);
10494 junk = SvPVx(*idx,rlen);
10508 char *s = SvPVx(*mark,n_a);
/openbsd/gnu/usr.bin/perl/os2/
H A Dos2.c1509 char *arg = SvPVx(*argp, n_a); in os2_aspawn_4()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D50030071457 SvPVx # T