Home
last modified time | relevance | path

Searched refs:PERL_UNUSED_DECL (Results 1 – 25 of 434) sorted by relevance

12345678910>>...18

/dports/devel/p5-Module-Install-XSUtil/Module-Install-XSUtil-0.45/example/include/foo/
H A Dbar.h13 #ifndef PERL_UNUSED_DECL
15 # define PERL_UNUSED_DECL __attribute__unused__ macro
17 # define PERL_UNUSED_DECL macro
22 X(a) PERL_UNUSED_DECL, X(b), X(c)
27 void* (*not_a_function)(int a PERL_UNUSED_DECL, int);
/dports/devel/p5-Data-MessagePack/Data-MessagePack-0.48/xs-src/
H A Dunpack.c102 static int template_execute(msgpack_unpack_t* u PERL_UNUSED_DECL,
105 STATIC_INLINE SV* template_callback_root(unpack_user* u PERL_UNUSED_DECL) in template_callback_root() argument
112 STATIC_INLINE int template_callback_UV(unpack_user* u PERL_UNUSED_DECL, UV const d, SV** o) in template_callback_UV() argument
119 STATIC_INLINE int template_callback_IV(unpack_user* u PERL_UNUSED_DECL, IV const d, SV** o) in template_callback_IV() argument
154 static int template_callback_int64(unpack_user* u PERL_UNUSED_DECL, int64_t const d, SV** o) in template_callback_int64() argument
166 STATIC_INLINE int template_callback_UV(unpack_user* u PERL_UNUSED_DECL, UV const d, SV** o) in template_callback_UV() argument
175 STATIC_INLINE int template_callback_IV(unpack_user* u PERL_UNUSED_DECL, IV const d, SV** o) in template_callback_IV() argument
204 STATIC_INLINE int template_callback_nil(unpack_user* u PERL_UNUSED_DECL, SV** o) in template_callback_nil() argument
211 STATIC_INLINE int template_callback_true(unpack_user* u PERL_UNUSED_DECL, SV** o) in template_callback_true() argument
217 STATIC_INLINE int template_callback_false(unpack_user* u PERL_UNUSED_DECL, SV** o) in template_callback_false() argument
[all …]
/dports/devel/p5-Type-Tiny-XS/Type-Tiny-XS-0.022/
H A DXS.xs80 typetiny_tc_Any(pTHX_ SV* const data PERL_UNUSED_DECL, SV* const sv PERL_UNUSED_DECL) { in typetiny_tc_Any() argument
86 typetiny_tc_Bool(pTHX_ SV* const data PERL_UNUSED_DECL, SV* const sv) { in typetiny_tc_Bool() argument
120 typetiny_tc_Undef(pTHX_ SV* const data PERL_UNUSED_DECL, SV* const sv) { in typetiny_tc_Undef() argument
132 typetiny_tc_Value(pTHX_ SV* const data PERL_UNUSED_DECL, SV* const sv) { in typetiny_tc_Value() argument
138 typetiny_tc_Num(pTHX_ SV* const data PERL_UNUSED_DECL, SV* const sv) { in typetiny_tc_Num() argument
176 typetiny_tc_Int(pTHX_ SV* const data PERL_UNUSED_DECL, SV* const sv) { in typetiny_tc_Int() argument
257 typetiny_tc_Str(pTHX_ SV* const data PERL_UNUSED_DECL, SV* const sv) { in typetiny_tc_Str() argument
312 typetiny_tc_Ref(pTHX_ SV* const data PERL_UNUSED_DECL, SV* const sv) { in typetiny_tc_Ref() argument
318 typetiny_tc_ScalarRef(pTHX_ SV* const data PERL_UNUSED_DECL, SV* sv) { in typetiny_tc_ScalarRef() argument
595 typetiny_tc_AnyOf(pTHX_ SV* const data PERL_UNUSED_DECL, SV* const sv PERL_UNUSED_DECL) { in typetiny_tc_AnyOf() argument
[all …]
/dports/devel/p5-Mouse/Mouse-v2.5.10/xs-src/
H A DMouseTypeConstraints.xs85 mouse_tc_Any(pTHX_ SV* const data PERL_UNUSED_DECL, SV* const sv PERL_UNUSED_DECL) { in mouse_tc_Any() argument
91 mouse_tc_Bool(pTHX_ SV* const data PERL_UNUSED_DECL, SV* const sv) { in mouse_tc_Bool() argument
121 mouse_tc_Undef(pTHX_ SV* const data PERL_UNUSED_DECL, SV* const sv) { in mouse_tc_Undef() argument
127 mouse_tc_Defined(pTHX_ SV* const data PERL_UNUSED_DECL, SV* const sv) { in mouse_tc_Defined() argument
133 mouse_tc_Value(pTHX_ SV* const data PERL_UNUSED_DECL, SV* const sv) { in mouse_tc_Value() argument
139 mouse_tc_Num(pTHX_ SV* const data PERL_UNUSED_DECL, SV* const sv) { in mouse_tc_Num() argument
169 mouse_tc_Int(pTHX_ SV* const data PERL_UNUSED_DECL, SV* const sv) { in mouse_tc_Int() argument
185 mouse_tc_Str(pTHX_ SV* const data PERL_UNUSED_DECL, SV* const sv) { in mouse_tc_Str() argument
216 mouse_tc_Ref(pTHX_ SV* const data PERL_UNUSED_DECL, SV* const sv) { in mouse_tc_Ref() argument
222 mouse_tc_ScalarRef(pTHX_ SV* const data PERL_UNUSED_DECL, SV* sv) { in mouse_tc_ScalarRef() argument
[all …]
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/cbc/
H A Dtag.c44 #define TAG_SET(name) TagSetRV name ## _Set(pTHX_ const TagTypeInfo *ptti PERL_UNUSED_DECL, \
46 #define TAG_GET(name) SV * name ## _Get(pTHX_ const TagTypeInfo *ptti PERL_UNUSED_DECL, \
48 #define TAG_VERIFY(name) void name ## _Verify(pTHX_ const TagTypeInfo *ptti PERL_UNUSED_DECL, \
49 const CtTag *tag PERL_UNUSED_DECL, \
50 SV *val PERL_UNUSED_DECL)
/dports/net-mgmt/net-snmp/net-snmp-5.9/perl/TrapReceiver/
H A Dppport.h220 #ifndef PERL_UNUSED_DECL
223 # define PERL_UNUSED_DECL macro
225 # define PERL_UNUSED_DECL __attribute__((unused)) macro
228 # define PERL_UNUSED_DECL macro
234 # define dNOOP extern int Perl___notused PERL_UNUSED_DECL
/dports/security/p5-PerlCryptLib/PerlCryptLib-1.11/
H A Dppport.h220 #ifndef PERL_UNUSED_DECL
223 # define PERL_UNUSED_DECL macro
225 # define PERL_UNUSED_DECL __attribute__((unused)) macro
228 # define PERL_UNUSED_DECL macro
234 # define dNOOP extern int Perl___notused PERL_UNUSED_DECL
/dports/mail/p5-Mail-Transport-Dbx/Mail-Transport-Dbx-0.07/
H A Dppport.h222 # define PERL_UNUSED_DECL macro
224 # define PERL_UNUSED_DECL __attribute__((unused)) macro
227 # define PERL_UNUSED_DECL macro
232 # define dNOOP extern int Perl___notused PERL_UNUSED_DECL
/dports/databases/p5-File-Locate/File-Locate-0.62/
H A Dppport.h222 # define PERL_UNUSED_DECL macro
224 # define PERL_UNUSED_DECL __attribute__((unused)) macro
227 # define PERL_UNUSED_DECL macro
232 # define dNOOP extern int Perl___notused PERL_UNUSED_DECL
/dports/security/p5-Digest-Haval256/Digest-Haval256-1.0.5/
H A Dppport.h222 # define PERL_UNUSED_DECL macro
224 # define PERL_UNUSED_DECL __attribute__((unused)) macro
227 # define PERL_UNUSED_DECL macro
232 # define dNOOP extern int Perl___notused PERL_UNUSED_DECL
/dports/security/p5-Crypt-Khazad/Crypt-Khazad-1.0.3/
H A Dppport.h222 # define PERL_UNUSED_DECL macro
224 # define PERL_UNUSED_DECL __attribute__((unused)) macro
227 # define PERL_UNUSED_DECL macro
232 # define dNOOP extern int Perl___notused PERL_UNUSED_DECL
/dports/security/p5-Crypt-Loki97/Crypt-Loki97-1.0.1/
H A Dppport.h222 # define PERL_UNUSED_DECL macro
224 # define PERL_UNUSED_DECL __attribute__((unused)) macro
227 # define PERL_UNUSED_DECL macro
232 # define dNOOP extern int Perl___notused PERL_UNUSED_DECL
/dports/security/p5-Crypt-Rabbit/Crypt-Rabbit-1.0.0/
H A Dppport.h222 # define PERL_UNUSED_DECL macro
224 # define PERL_UNUSED_DECL __attribute__((unused)) macro
227 # define PERL_UNUSED_DECL macro
232 # define dNOOP extern int Perl___notused PERL_UNUSED_DECL
/dports/security/p5-Crypt-Shark/Crypt-Shark-1.0.1/
H A Dppport.h222 # define PERL_UNUSED_DECL macro
224 # define PERL_UNUSED_DECL __attribute__((unused)) macro
227 # define PERL_UNUSED_DECL macro
232 # define dNOOP extern int Perl___notused PERL_UNUSED_DECL
/dports/devel/p5-Algorithm-LCS/Algorithm-LCS-1.04/
H A Dppport.h222 # define PERL_UNUSED_DECL macro
224 # define PERL_UNUSED_DECL __attribute__((unused)) macro
227 # define PERL_UNUSED_DECL macro
232 # define dNOOP extern int Perl___notused PERL_UNUSED_DECL
/dports/devel/p5-Mknod/Mknod-0.02/
H A Dppport.h222 # define PERL_UNUSED_DECL macro
224 # define PERL_UNUSED_DECL __attribute__((unused)) macro
227 # define PERL_UNUSED_DECL macro
232 # define dNOOP extern int Perl___notused PERL_UNUSED_DECL
/dports/devel/p5-Cache-FastMmap/Cache-FastMmap-1.57/
H A Dppport.h222 # define PERL_UNUSED_DECL macro
224 # define PERL_UNUSED_DECL __attribute__((unused)) macro
227 # define PERL_UNUSED_DECL macro
232 # define dNOOP extern int Perl___notused PERL_UNUSED_DECL
/dports/devel/p5-Cache-Mmap/Cache-Mmap-0.11/
H A Dppport.h222 # define PERL_UNUSED_DECL macro
224 # define PERL_UNUSED_DECL __attribute__((unused)) macro
227 # define PERL_UNUSED_DECL macro
232 # define dNOOP extern int Perl___notused PERL_UNUSED_DECL
/dports/devel/p5-Readonly-XS/Readonly-XS-1.05/
H A Dppport.h222 # define PERL_UNUSED_DECL macro
224 # define PERL_UNUSED_DECL __attribute__((unused)) macro
227 # define PERL_UNUSED_DECL macro
232 # define dNOOP extern int Perl___notused PERL_UNUSED_DECL
/dports/graphics/p5-Image-Imlib2/Image-Imlib2-2.03/lib/Image/
H A Dppport.h222 # define PERL_UNUSED_DECL macro
224 # define PERL_UNUSED_DECL __attribute__((unused)) macro
227 # define PERL_UNUSED_DECL macro
232 # define dNOOP extern int Perl___notused PERL_UNUSED_DECL
/dports/textproc/p5-Text-CharWidth/Text-CharWidth-0.04/
H A Dppport.h222 # define PERL_UNUSED_DECL macro
224 # define PERL_UNUSED_DECL __attribute__((unused)) macro
227 # define PERL_UNUSED_DECL macro
232 # define dNOOP extern int Perl___notused PERL_UNUSED_DECL
/dports/security/p5-Crypt-Anubis/Crypt-Anubis-1.0.4/
H A Dppport.h222 # define PERL_UNUSED_DECL macro
224 # define PERL_UNUSED_DECL __attribute__((unused)) macro
227 # define PERL_UNUSED_DECL macro
232 # define dNOOP extern int Perl___notused PERL_UNUSED_DECL
/dports/security/p5-Crypt-GCrypt/Crypt-GCrypt-1.26/
H A Dppport.h222 # define PERL_UNUSED_DECL
224 # define PERL_UNUSED_DECL __attribute__((unused))
227 # define PERL_UNUSED_DECL
232 # define dNOOP extern int Perl___notused PERL_UNUSED_DECL
/dports/security/p5-Crypt-CAST5/Crypt-CAST5-0.05/
H A Dppport.h222 # define PERL_UNUSED_DECL macro
224 # define PERL_UNUSED_DECL __attribute__((unused)) macro
227 # define PERL_UNUSED_DECL macro
232 # define dNOOP extern int Perl___notused PERL_UNUSED_DECL
/dports/devel/p5-Test-Taint/Test-Taint-1.08/
H A Dppport.h222 # define PERL_UNUSED_DECL macro
224 # define PERL_UNUSED_DECL __attribute__((unused)) macro
227 # define PERL_UNUSED_DECL macro
232 # define dNOOP extern int Perl___notused PERL_UNUSED_DECL

12345678910>>...18