Home
last modified time | relevance | path

Searched refs:savepv (Results 1 – 25 of 31) sorted by relevance

12

/openbsd/gnu/usr.bin/perl/
H A Dlocale.c680 const char * copy = savepv(pv); in S_mortalized_pv_copy()
1283 output[i] = savepv(string); in S_parse_LC_ALL_string()
1781 retval = savepv(INPUT_LOCALE); in S_stdize_locale()
2210 retval = savepv(retval); in S_querylocale_2008_i()
3044 retval = savepv(retval); in S_calculate_LC_ALL_string()
3489 PL_numeric_name = savepv(newnum); in S_new_numeric()
3674 PL_ctype_name = savepv(newctype); in S_new_ctype()
3683 PL_ctype_name = savepv(newctype); in S_new_ctype()
4150 PL_collation_name = savepv(newcoll); in S_new_collate()
8797 PL_curlocales[i] = savepv("C"); in Perl_init_i18nl10n()
[all …]
H A Dvutil.c800 locale_name_on_entry = savepv(locale_name_on_entry); in Perl_upg_version2()
853 pos = nver = savepv(SvPV_nolen(nsv)); in Perl_upg_version2()
H A Dcv.h53 (CvFILE(sv) = savepv(CopFILE(cop)), CvDYNFILE_on(sv))
H A Dperly.y334 savepv(SvPVX_const(label)), $barestmt);
341 savepv(SvPVX_const(label)), $list);
H A Dcop.h807 #define CopLABEL_alloc(pv) ((pv)?savepv(pv):NULL)
H A Ddoio.c2446 char *arg = savepv(SvPV_nolen_const(*mark)); in Perl_do_aexec5()
2454 tmps = savepv(SvPV_nolen_const(really)); in Perl_do_aexec5()
H A Dperl.c1886 PL_origfilename = savepv(argv[0]); in perl_parse()
4195 scriptname = savepv(s + 1); in S_open_script()
H A Dperly.act259 savepv(SvPVX_const(label)), (ps[0].val.opval));
270 savepv(SvPVX_const(label)), (ps[0].val.opval));
H A Dutil.c3601 xfailed = savepv(tmpbuf);
3628 return (scriptname ? savepv(scriptname) : NULL);
H A Dpad.c2224 CvFILE(cv) = CvDYNFILE(proto) ? savepv(CvFILE(proto)) in S_cv_clone()
H A Dpp_sys.c1735 IoFMT_NAME(io) = savepv(GvNAME(gv)); in PP()
H A Dembed.h620 # define savepv(a) Perl_savepv(aTHX_ a) macro
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dcop23 __UNDEFINED__ CopFILE_set(c,pv) ((c)->cop_file = savepv(pv))
27 __UNDEFINED__ CopSTASHPV_set(c,pv) ((c)->cop_stashpv = ((pv) ? savepv(pv) : Nullch))
H A Dlocale19 LoC_ = savepv(setlocale(LC_NUMERIC, NULL)); \
/openbsd/gnu/usr.bin/perl/ext/DynaLoader/
H A Ddl_aix.xs241 if ((mp->name = savepv(path)) == NULL) { in dlopen()
601 ep->name = savepv(symname);
/openbsd/gnu/usr.bin/perl/cpan/Filter-Util-Call/
H A DCall.xs228 PERL_MODULE(sv) = savepv(perlmodule) ; in real_import()
/openbsd/gnu/usr.bin/perl/amigaos4/
H A Damigaio.c766 char *arg = savepv(SvPV_nolen_const(*mark)); in S_do_amigaos_aexec5()
774 tmps = savepv(SvPV_nolen_const(really)); in S_do_amigaos_aexec5()
/openbsd/gnu/usr.bin/perl/os2/
H A Dos2.c1001 real_name = savepv(real_name); in do_spawn_ve()
1510 arg = savepv(arg); in os2_aspawn_4()
2225 p = savepv(p); in os2_execname()
2242 perl_sh_installed = savepv(s); in Perl_OS2_handler_install()
2248 oldp = savepv(s); in Perl_OS2_handler_install()
2254 newp = savepv(s); in Perl_OS2_handler_install()
2431 oldp = savepv(s); in perllib_mangle()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D5003007627 savepv # T
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h16426 # define CopFILE_set(c,pv) ((c)->cop_file = savepv(pv))
16442 # define CopSTASHPV_set(c,pv) ((c)->cop_stashpv = ((pv) ? savepv(pv) : Nullch))
18215 LoC_ = savepv(setlocale(LC_NUMERIC, NULL)); \
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlclib.pod173 strdup(p) savepv(p)
H A Dperlhacktips.pod997 ones, do a L<perlapi/savepv> to make a copy, thus avoiding these
/openbsd/gnu/usr.bin/perl/win32/
H A Dwin32.c3776 char *temp = savepv(oldfile); in win32_symlink()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D50030071188 savepv # T
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs1103 label ? savepv(SvPVX(label)) : NULL, in THX_parse_keyword_swaplabel()

12