Home
last modified time | relevance | path

Searched refs:SvPV_nolen (Results 1 – 25 of 1816) sorted by relevance

12345678910>>...73

/dports/irc/epic4/epic4-2.10.9/source/
H A Dperl.c52 #ifndef SvPV_nolen
54 #define SvPV_nolen(x) SvPV((x),trash) macro
61 parse_line(NULL, "$*", SvPV_nolen(ST(foo)), 0, 0); in XS()
70 parse_line(NULL, SvPV_nolen(ST(foo)), "", 0, 0); in XS()
81 arg = malloc_strdup((char*)SvPV_nolen(ST(foo))); in XS()
96 arg = malloc_strdup((char*)SvPV_nolen(ST(foo))); in XS()
109 yell("Perl: %s",SvPV_nolen(ST(foo))); in XS()
140 if (SvTRUE(ERRSV)) yell("perl_parse: %s", SvPV_nolen(ERRSV)); in perlstartstop()
142 if (SvTRUE(ERRSV)) yell("perl_run: %s", SvPV_nolen(ERRSV)); in perlstartstop()
147 if (SvTRUE(ERRSV)) yell("perl_free: %s", SvPV_nolen(ERRSV)); in perlstartstop()
[all …]
/dports/ftp/wzdftpd/wzdftpd-0.8.3/modules/perl/
H A Dlibwzd_perl.c604 mode = SvPV_nolen(ST(0)); in XS()
685 text = SvPV_nolen(ST(0)); in XS()
707 text = SvPV_nolen(ST(0)); in XS()
819 text = SvPV_nolen(ST(0)); in XS()
847 text = SvPV_nolen(ST(0)); in XS()
882 text = SvPV_nolen(ST(0)); in XS()
939 text = SvPV_nolen(ST(1)); in XS()
996 text = SvPV_nolen(ST(2)); in XS()
1038 text = SvPV_nolen(ST(1)); in XS()
1084 text = SvPV_nolen(ST(2)); in XS()
[all …]
/dports/print/texinfo/texinfo-6.8/tp/maintain/lib/libintl-perl/gettext_xs/
H A Dgettext_xs.c338 char* msgid = (char *)SvPV_nolen(ST(0)) in XS_EUPXS()
360 char* msgid = (char *)SvPV_nolen(ST(1)) in XS_EUPXS()
382 char* msgid = (char *)SvPV_nolen(ST(1)) in XS_EUPXS()
404 char* msgid1 = (char *)SvPV_nolen(ST(0)) in XS_EUPXS()
406 char* msgid2 = (char *)SvPV_nolen(ST(1)) in XS_EUPXS()
430 char* msgid1 = (char *)SvPV_nolen(ST(1)) in XS_EUPXS()
486 char* msgid = (char *)SvPV_nolen(ST(2)) in XS_EUPXS()
591 char* str = (char *)SvPV_nolen(ST(0)) in XS_EUPXS()
623 domain = (char *)SvPV_nolen(ST(0)) in XS_EUPXS()
630 dirname = (char *)SvPV_nolen(ST(1)) in XS_EUPXS()
[all …]
/dports/games/openmortal/openmortal-0.7/src/
H A DFighterStats.cpp139 s = SvPV_nolen(get_sv("Name", FALSE)); in FighterStatsDemo()
143 s = SvPV_nolen(get_sv("Team", FALSE )); in FighterStatsDemo()
144 sTag = SvPV_nolen( *av_fetch( StatTags, 1, false ) ); in FighterStatsDemo()
148 s = SvPV_nolen(get_sv("Style", FALSE )); in FighterStatsDemo()
149 sTag = SvPV_nolen( *av_fetch( StatTags, 2, false ) ); in FighterStatsDemo()
153 s = SvPV_nolen(get_sv("Age", FALSE )); in FighterStatsDemo()
158 s = SvPV_nolen(get_sv("Weight", FALSE )); in FighterStatsDemo()
163 s = SvPV_nolen(get_sv("Height", FALSE )); in FighterStatsDemo()
168 s = SvPV_nolen(get_sv("Shoe", FALSE )); in FighterStatsDemo()
173 m_sStory = SvPV_nolen(get_sv("Story", FALSE )); in FighterStatsDemo()
[all …]
/dports/irc/hexchat/hexchat-2.16.0/plugins/perl/
H A Dperl.c619 name = SvPV_nolen (ST (0)); in XS()
620 version = SvPV_nolen (ST (1)); in XS()
621 desc = SvPV_nolen (ST (2)); in XS()
644 text = SvPV_nolen (ST (0)); in XS()
681 SvPV_nolen (ST (1)), in XS()
866 name = SvPV_nolen (ST (0)); in XS()
903 name = SvPV_nolen (ST (0)); in XS()
946 name = SvPV_nolen (ST (0)); in XS()
1094 cmd = SvPV_nolen (ST (0)); in XS()
1121 chan = SvPV_nolen (ST (0)); in XS()
[all …]
/dports/irc/epic5/epic5-2.1.6/source/
H A Dperl.c55 #ifndef SvPV_nolen
57 #define SvPV_nolen(x) SvPV((x),trash) macro
64 runcmds("$*", SvPV_nolen(ST(foo))); in XS()
73 runcmds(SvPV_nolen(ST(foo)), ""); in XS()
84 arg = malloc_strdup((char*)SvPV_nolen(ST(foo))); in XS()
99 arg = malloc_strdup((char*)SvPV_nolen(ST(foo))); in XS()
112 yell("Perl: %s",SvPV_nolen(ST(foo))); in XS()
146 yell("perl_parse: %s", SvPV_nolen(ERRSV)); in perlstartstop()
149 yell("perl_run: %s", SvPV_nolen(ERRSV)); in perlstartstop()
153 yell("perl_destruct: %s", SvPV_nolen(ERRSV)); in perlstartstop()
[all …]
/dports/x11-toolkits/p5-Prima/Prima-1.63/src/
H A DUtils.c72 dirname = SvPV_nolen( ST( 0)); in XS()
113 return apc_fs_chdir( SvPV_nolen(path), prima_is_utf8_sv(path)); in Utils_chdir()
201 SvPV_nolen(oldname), prima_is_utf8_sv(oldname), in Utils_link()
202 SvPV_nolen(newname), prima_is_utf8_sv(newname) in Utils_link()
258 if ( !apc_fs_opendir( SvPV_nolen(path), dh)) { in Utils_open_dir()
306 SvPV_nolen(oldpath), prima_is_utf8_sv(oldpath), in Utils_rename()
307 SvPV_nolen(newpath), prima_is_utf8_sv(newpath) in Utils_rename()
323 return apc_fs_rmdir( SvPV_nolen(path), prima_is_utf8_sv(path)); in Utils_rmdir()
339 SvPV_nolen(varname), prima_is_utf8_sv(varname), in Utils_setenv()
340 (SvTYPE(value) != SVt_NULL) ? SvPV_nolen(value) : NULL, in Utils_setenv()
[all …]
/dports/net/p5-XML-Fast/XML-Fast-0.17/
H A DFast.xs133 char *kv = SvPV_nolen(key); \
162 char *kv = SvPV_nolen(key); \
202 warn("%s",SvPV_nolen(text)); in my_warn()
235 croak("%s",SvPV_nolen(text)); in my_croak()
817 warn("%s",SvPV_nolen(text)); in on_warn()
943 h2xpe(p, SvPV_nolen( val )); in kv2x()
948 h2xp(p, SvPV_nolen( val )); in kv2x()
955 h2xpe(p, SvPV_nolen( val )); in kv2x()
1095 h2xpe(p, SvPV_nolen(val)); in kv2x()
1156 printf("Created char %s / %s / bytes = %s\n", utf, SvPV_nolen(tmp), SvPV_nolen(bytes));
[all …]
/dports/dns/bind911/bind-9.11.37/contrib/dlz/modules/perl/
H A Ddlz_perl_driver.c225 SvPV_nolen(*rr_name), SvPV_nolen(*rr_type), in dlz_allnodes()
226 SvPV_nolen(*rr_data)); in dlz_allnodes()
228 SvPV_nolen(*rr_name), in dlz_allnodes()
229 SvPV_nolen(*rr_type), in dlz_allnodes()
230 SvIV(*rr_ttl), SvPV_nolen(*rr_data)); in dlz_allnodes()
284 SvPV_nolen(ERRSV)); in dlz_allowzonexfr()
359 SvPV_nolen(ERRSV)); in dlz_findzonedb()
437 SvPV_nolen(ERRSV)); in dlz_lookup()
477 SvPV_nolen(*rr_type), SvPV_nolen(*rr_data)); in dlz_lookup()
479 SvIV(*rr_ttl), SvPV_nolen(*rr_data)); in dlz_lookup()
[all …]
/dports/dns/bind-tools/bind-9.16.27/contrib/dlz/modules/perl/
H A Ddlz_perl_driver.c154 SvPV_nolen(ERRSV)); in dlz_allnodes()
197 SvPV_nolen(*rr_type), SvPV_nolen(*rr_data)); in dlz_allnodes()
198 retval = cd->putnamedrr(allnodes, SvPV_nolen(*rr_name), in dlz_allnodes()
199 SvPV_nolen(*rr_type), SvIV(*rr_ttl), in dlz_allnodes()
200 SvPV_nolen(*rr_data)); in dlz_allnodes()
254 SvPV_nolen(ERRSV)); in dlz_allowzonexfr()
330 SvPV_nolen(ERRSV)); in dlz_findzonedb()
409 SvPV_nolen(ERRSV)); in dlz_lookup()
449 SvPV_nolen(*rr_data)); in dlz_lookup()
451 SvPV_nolen(*rr_data)); in dlz_lookup()
[all …]
/dports/dns/samba-nsupdate/bind-9.16.5/contrib/dlz/modules/perl/
H A Ddlz_perl_driver.c183 SvPV_nolen(ERRSV)); in dlz_allnodes()
226 SvPV_nolen(*rr_type), SvPV_nolen(*rr_data)); in dlz_allnodes()
227 retval = cd->putnamedrr(allnodes, SvPV_nolen(*rr_name), in dlz_allnodes()
228 SvPV_nolen(*rr_type), SvIV(*rr_ttl), in dlz_allnodes()
229 SvPV_nolen(*rr_data)); in dlz_allnodes()
283 SvPV_nolen(ERRSV)); in dlz_allowzonexfr()
359 SvPV_nolen(ERRSV)); in dlz_findzonedb()
438 SvPV_nolen(ERRSV)); in dlz_lookup()
478 SvPV_nolen(*rr_data)); in dlz_lookup()
480 SvPV_nolen(*rr_data)); in dlz_lookup()
[all …]
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/contrib/dlz/modules/perl/
H A Ddlz_perl_driver.c183 SvPV_nolen(ERRSV)); in dlz_allnodes()
226 SvPV_nolen(*rr_type), SvPV_nolen(*rr_data)); in dlz_allnodes()
227 retval = cd->putnamedrr(allnodes, SvPV_nolen(*rr_name), in dlz_allnodes()
228 SvPV_nolen(*rr_type), SvIV(*rr_ttl), in dlz_allnodes()
229 SvPV_nolen(*rr_data)); in dlz_allnodes()
283 SvPV_nolen(ERRSV)); in dlz_allowzonexfr()
359 SvPV_nolen(ERRSV)); in dlz_findzonedb()
438 SvPV_nolen(ERRSV)); in dlz_lookup()
478 SvPV_nolen(*rr_data)); in dlz_lookup()
480 SvPV_nolen(*rr_data)); in dlz_lookup()
[all …]
/dports/dns/bind916/bind-9.16.27/contrib/dlz/modules/perl/
H A Ddlz_perl_driver.c154 SvPV_nolen(ERRSV)); in dlz_allnodes()
197 SvPV_nolen(*rr_type), SvPV_nolen(*rr_data)); in dlz_allnodes()
198 retval = cd->putnamedrr(allnodes, SvPV_nolen(*rr_name), in dlz_allnodes()
199 SvPV_nolen(*rr_type), SvIV(*rr_ttl), in dlz_allnodes()
200 SvPV_nolen(*rr_data)); in dlz_allnodes()
254 SvPV_nolen(ERRSV)); in dlz_allowzonexfr()
330 SvPV_nolen(ERRSV)); in dlz_findzonedb()
409 SvPV_nolen(ERRSV)); in dlz_lookup()
449 SvPV_nolen(*rr_data)); in dlz_lookup()
451 SvPV_nolen(*rr_data)); in dlz_lookup()
[all …]
/dports/math/p5-Math-GMPf/Math-GMPf-0.45/
H A DGMPf.xs688 printf("%s", SvPV_nolen(suff)); in _Rmpf_out_strS()
695 printf("%s", SvPV_nolen(pre)); in _Rmpf_out_strP()
703 printf("%s", SvPV_nolen(pre)); in _Rmpf_out_strPS()
705 printf("%s", SvPV_nolen(suff)); in _Rmpf_out_strPS()
2037 ret = _is_infstring(SvPV_nolen(b));
2095 ret = _is_infstring(SvPV_nolen(b));
2153 ret = _is_infstring(SvPV_nolen(b));
2915 ret = gmp_printf(SvPV_nolen(a), SvPV_nolen(b));
2969 ret = gmp_fprintf(stream, SvPV_nolen(a), SvPV_nolen(b));
3034 ret = gmp_sprintf(stream, SvPV_nolen(a), SvPV_nolen(b));
[all …]
/dports/security/p5-Digest-FNV/Digest-FNV-2.00/
H A DFNV.xs20 RETVAL = fnv32(SvPV_nolen(a));
28 RETVAL = fnv32a(SvPV_nolen(a));
38 tfnv = fnv64_t(SvPV_nolen(a));
53 tfnv = fnv64a_t(SvPV_nolen(a));
/dports/irc/irssi/irssi-1.2.3/src/perl/common/
H A DCore.xs54 SvPV_nolen(p2); in handle_command_bind()
55 perl_command_bind_to(SvPV_nolen(p0), category, p1, priority); in handle_command_bind()
58 SvPV_nolen(p1); in handle_command_bind()
122 perl_signal_add_full(SvPV_nolen(ST(0)), ST(1),
133 perl_signal_add_full(SvPV_nolen(ST(0)), ST(1),
144 perl_signal_add_full(SvPV_nolen(ST(0)), ST(1),
155 perl_signal_add_full(SvPV_nolen(ST(0)), ST(1), SvIV(ST(2)));
185 arr[pos] = SvPV_nolen(*val);
/dports/net/p5-Sort-Key-IPv4/Sort-Key-IPv4-0.03/
H A DIPv4.xs98 if (!parse_ip(aTHX_ SvPV_nolen(ipv4), '\0', &RETVAL, NULL))
99 Perl_croak(aTHX_ "bad IPv4 specification %s", SvPV_nolen(ipv4));
112 if (parse_ip(aTHX_ SvPV_nolen(netipv4), '/', &ip, &p)) {
123 Perl_croak(aTHX_ "bad IPv4 network specification %s", SvPV_nolen(netipv4));
/dports/irc/irssi/irssi-1.2.3/src/perl/ui/
H A DThemes.xs109 key = SvPV_nolen(*av_fetch(av, n, 0)); n++;
110 value = SvPV_nolen(*av_fetch(av, n, 0));
131 arglist[n-2] = SvPV_nolen(ST(n));
152 key = SvPV_nolen(*av_fetch(av, i, 0)); i++;
153 value = SvPV_nolen(*av_fetch(av, i, 0));
180 arglist[n-4] = SvPV_nolen(ST(n));
202 arglist[n-3] = SvPV_nolen(ST(n));
224 arglist[n-3] = SvPV_nolen(ST(n));
/dports/security/p5-Crypt-RC6/Crypt-RC6-1.0/
H A DRC6.xs16 #define SvPV_nolen(sv) SvPV((sv), nolen_na) macro
57 rc6_generateKeySchedule(SvPV_nolen(key), keyLength, RETVAL->S); in new()
83 rc6_encrypt(rawbytes, self->S, SvPV_nolen(RETVAL)); in encrypt()
110 rc6_decrypt(rawbytes, self->S, SvPV_nolen(RETVAL)); in decrypt()
/dports/devel/p5-FFI-Platypus/FFI-Platypus-1.56/xs/
H A Drecord_simple.c35 ptr1 = (char*) SvPV_nolen(self); in XS()
78 ptr1 = (char*) SvPV_nolen(self); in XS()
167 ptr1 = (char*) SvPV_nolen(self); in XS()
210 ptr1 = (char*) SvPV_nolen(self); in XS()
299 ptr1 = (char*) SvPV_nolen(self); in XS()
342 ptr1 = (char*) SvPV_nolen(self); in XS()
431 ptr1 = (char*) SvPV_nolen(self); in XS()
474 ptr1 = (char*) SvPV_nolen(self); in XS()
563 ptr1 = (char*) SvPV_nolen(self); in XS()
606 ptr1 = (char*) SvPV_nolen(self); in XS()
[all …]
/dports/net-mgmt/collectd5/collectd-5.12.0/src/
H A Dperl.c1674 SvPV_nolen(ST(0))); in _plugin_unregister_generic()
1676 unreg(SvPV_nolen(ST(0))); in _plugin_unregister_generic()
1737 SvPV_nolen(ST(0)), SvPV_nolen(ST(1))); in XS()
1769 SvPV_nolen(ST(0))); in XS()
1860 SvPV_nolen(ST(0)), SvOK(ST(1)) ? SvPV_nolen(ST(1)) : "", in XS()
1861 SvPV_nolen(ST(2))); in XS()
1866 plugin = SvPV_nolen(ST(0)); in XS()
1917 plugin = SvPV_nolen(ST(0)); in XS()
1923 id = SvPV_nolen(ST(2)); in XS()
2015 name = SvPV_nolen(ST(1)); in XS()
[all …]
/dports/security/p5-Crypt-Loki97/Crypt-Loki97-1.0.1/
H A DLoki97.xs50 st = makeKey(&RETVAL->enc_key, 0, 128, SvPV_nolen(rawkey)); in new()
54 st = makeKey(&RETVAL->dec_key, 1, 128, SvPV_nolen(rawkey)); in new()
77 intext, blockSize*8, SvPV_nolen(RETVAL)); in encrypt()
102 intext, blockSize*8, SvPV_nolen(RETVAL)); in decrypt()
/dports/net/p5-Net-SSH-Perl/Net-SSH-Perl-2.14/lib/Net/SSH/Perl/Cipher/
H A DChachaPoly.xs21 chacha_keysetup(RETVAL, (unsigned char *) SvPV_nolen(key), keysize*8); in new()
41 chacha_encrypt_bytes(self, bytes, (unsigned char *) SvPV_nolen(RETVAL), (int) size); in encrypt()
91 void *keybytes = SvPV_nolen(key); in poly1305()
96 poly1305_auth((unsigned char *) SvPV_nolen(RETVAL),databytes,(int) size,keybytes); in poly1305()
/dports/www/p5-libapreq2/libapreq2-2.16/glue/perl/xsbuilder/APR/Request/
H A DAPR__Request.h19 apreq_cookie_t *c = apreq_jar_get(req, SvPV_nolen(ST(1))); in XS()
65 SvPV_nolen(ST(1)), NULL); in XS()
99 apreq_param_t *p = apreq_args_get(req, SvPV_nolen(ST(1))); in XS()
146 SvPV_nolen(ST(1)), NULL); in XS()
226 SvPV_nolen(ST(1)), NULL); in XS()
259 apreq_param_t *p = apreq_param(req, SvPV_nolen(ST(1))); in XS()
292 char *val = SvPV_nolen(ST(1)); in XS()
505 const char *key = SvPV_nolen(ST(i)); in XS()
541 key = SvPV_nolen(ST(1)); in XS()
667 const char *key = SvPV_nolen(ST(i)); in XS()
[all …]
/dports/www/libapreq2/libapreq2-2.13/glue/perl/xsbuilder/APR/Request/
H A DAPR__Request.h19 apreq_cookie_t *c = apreq_jar_get(req, SvPV_nolen(ST(1))); in XS()
65 SvPV_nolen(ST(1)), NULL); in XS()
99 apreq_param_t *p = apreq_args_get(req, SvPV_nolen(ST(1))); in XS()
146 SvPV_nolen(ST(1)), NULL); in XS()
226 SvPV_nolen(ST(1)), NULL); in XS()
259 apreq_param_t *p = apreq_param(req, SvPV_nolen(ST(1))); in XS()
292 char *val = SvPV_nolen(ST(1)); in XS()
505 const char *key = SvPV_nolen(ST(i)); in XS()
541 key = SvPV_nolen(ST(1)); in XS()
667 const char *key = SvPV_nolen(ST(i)); in XS()
[all …]

12345678910>>...73