Home
last modified time | relevance | path

Searched refs:isXDIGIT (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/dports/lang/perl5.30/perl-5.30.3/cpan/MIME-Base64/
H A DBase64.xs86 #ifndef isXDIGIT
87 # define isXDIGIT isxdigit macro
474 if ((str + 2) < end && isXDIGIT(str[1]) && isXDIGIT(str[2])) {
/dports/lang/perl5.34/perl-5.34.0/cpan/MIME-Base64/
H A DBase64.xs80 #ifndef isXDIGIT
81 # define isXDIGIT isxdigit macro
468 if ((str + 2) < end && isXDIGIT(str[1]) && isXDIGIT(str[2])) {
/dports/lang/perl5.32/perl-5.32.1/cpan/MIME-Base64/
H A DBase64.xs86 #ifndef isXDIGIT
87 # define isXDIGIT isxdigit macro
474 if ((str + 2) < end && isXDIGIT(str[1]) && isXDIGIT(str[2])) {
/dports/converters/p5-MIME-Base64/MIME-Base64-3.16/
H A DBase64.xs80 #ifndef isXDIGIT
81 # define isXDIGIT isxdigit macro
468 if ((str + 2) < end && isXDIGIT(str[1]) && isXDIGIT(str[2])) {
H A DChanges93 as the isXDIGIT() macro is not available in that perl.
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/MIME-Base64/
H A DBase64.xs80 #ifndef isXDIGIT
81 # define isXDIGIT isxdigit macro
468 if ((str + 2) < end && isXDIGIT(str[1]) && isXDIGIT(str[2])) {
/dports/lang/perl5.30/perl-5.30.3/
H A Ddquote.c253 while (isXDIGIT(**s)) { /* Position beyond the legal digits */ in Perl_grok_bslash_x()
H A Dnumeric.c388 if (isXDIGIT(*s)) { in Perl_grok_hex()
416 && isXDIGIT(s[1])) in Perl_grok_hex()
805 isXDIGIT(s[2])) { in Perl_grok_infnan()
H A Dhandy.h1499 #define isXDIGIT(c) isXDIGIT_A(c) macro
2149 #define XDIGIT_VALUE(c) (__ASSERT_(isXDIGIT(c)) (0xf & (isDIGIT(c) \
2152 #define READ_XDIGIT(s) (__ASSERT_(isXDIGIT(*s)) (0xf & (isDIGIT(*(s)) \
/dports/lang/perl5.32/perl-5.32.1/
H A Ddquote.c458 while (*s < send && isXDIGIT(**s)) { /* Position beyond legal digits */ in Perl_grok_bslash_x()
/dports/lang/perl5.34/perl-5.34.0/
H A Ddquote.c490 while (*s < send && isXDIGIT(**s)) { in Perl_grok_bslash_x()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Ddquote.c490 while (*s < send && isXDIGIT(**s)) { in Perl_grok_bslash_x()
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/inc/
H A Dmisc354 # undef isXDIGIT
476 __UNDEFINED__ isXDIGIT(c) ( isDIGIT(c) \
499 __UNDEFINED__ isXDIGIT_A isXDIGIT
1098 RETVAL = isXDIGIT(ord);
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/base/
H A D500600074 isXDIGIT # U
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/base/
H A D500600066 isXDIGIT # E
/dports/astro/p5-Astro-Hipparcos/Astro-Hipparcos-0.09/
H A Dppport.h4012 #ifndef isXDIGIT
4013 # define isXDIGIT(c) isxdigit(c) macro
4049 #ifndef isXDIGIT
4050 # define isXDIGIT(c) (isDIGIT(c) || ((c) >= 'a' && (c) <= 'f') || ((c) >= 'A' &… macro
/dports/print/texinfo/texinfo-6.8/tp/Texinfo/XS/
H A Dppport.h4187 #ifndef isXDIGIT
4188 # define isXDIGIT(c) isxdigit(c) macro
4224 #ifndef isXDIGIT
4225 # define isXDIGIT(c) (isDIGIT(c) || ((c) >= 'a' && (c) <= 'f') || ((c) >= 'A' &… macro
/dports/math/p5-Math-Geometry-Planar-GPC-PolygonXS/Math-Geometry-Planar-GPC-PolygonXS-0.052/
H A Dppport.h4187 #ifndef isXDIGIT
4188 # define isXDIGIT(c) isxdigit(c) macro
4224 #ifndef isXDIGIT
4225 # define isXDIGIT(c) (isDIGIT(c) || ((c) >= 'a' && (c) <= 'f') || ((c) >= 'A' &… macro
/dports/math/p5-Math-Int128/Math-Int128-0.22/
H A Dppport.h4012 #ifndef isXDIGIT
4013 # define isXDIGIT(c) isxdigit(c) macro
4049 #ifndef isXDIGIT
4050 # define isXDIGIT(c) (isDIGIT(c) || ((c) >= 'a' && (c) <= 'f') || ((c) >= 'A' &… macro
/dports/math/p5-Math-Int64/Math-Int64-0.54/
H A Dppport.h4012 #ifndef isXDIGIT
4013 # define isXDIGIT(c) isxdigit(c) macro
4049 #ifndef isXDIGIT
4050 # define isXDIGIT(c) (isDIGIT(c) || ((c) >= 'a' && (c) <= 'f') || ((c) >= 'A' &… macro
/dports/math/p5-Text-AsciiTeX/Text-AsciiTeX-0.05/src/perl/
H A Dppport.h4012 #ifndef isXDIGIT
4013 # define isXDIGIT(c) isxdigit(c) macro
4049 #ifndef isXDIGIT
4050 # define isXDIGIT(c) (isDIGIT(c) || ((c) >= 'a' && (c) <= 'f') || ((c) >= 'A' &… macro
/dports/math/p5-Math-Random-MT-Auto/Math-Random-MT-Auto-6.23/
H A Dppport.h4012 #ifndef isXDIGIT
4013 # define isXDIGIT(c) isxdigit(c) macro
4049 #ifndef isXDIGIT
4050 # define isXDIGIT(c) (isDIGIT(c) || ((c) >= 'a' && (c) <= 'f') || ((c) >= 'A' &… macro
/dports/math/p5-Statistics-CaseResampling/Statistics-CaseResampling-0.15/
H A Dppport.h4012 #ifndef isXDIGIT
4013 # define isXDIGIT(c) isxdigit(c) macro
4049 #ifndef isXDIGIT
4050 # define isXDIGIT(c) (isDIGIT(c) || ((c) >= 'a' && (c) <= 'f') || ((c) >= 'A' &… macro
/dports/security/libscep/libscep-0.09/src/clients/perl/Crypt-LibSCEP/
H A Dppport.h4187 #ifndef isXDIGIT
4188 # define isXDIGIT(c) isxdigit(c) macro
4224 #ifndef isXDIGIT
4225 # define isXDIGIT(c) (isDIGIT(c) || ((c) >= 'a' && (c) <= 'f') || ((c) >= 'A' &… macro
/dports/archivers/p5-Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.101/
H A Dppport.h4336 #ifndef isXDIGIT
4337 # define isXDIGIT(c) isxdigit(c) macro
4373 #ifndef isXDIGIT
4374 # define isXDIGIT(c) (isDIGIT(c) || ((c) >= 'a' && (c) <= 'f') || ((c) >= 'A' &… macro

12345678910>>...12