Home
last modified time | relevance | path

Searched refs:PL_hexdigit (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/dports/sysutils/p5-Sys-Hostname-FQDN/Sys-Hostname-FQDN-0.11/c_includes/
H A Dalt_inet_aton.c105 if (base == 16 && (s=strchr(PL_hexdigit,c))) { in my_inet_aton()
107 ((s - PL_hexdigit) & 15); in my_inet_aton()
/dports/devel/p5-IPC-ShareLite/IPC-ShareLite-0.17/
H A DShareLite.xs24 #ifndef PL_hexdigit
25 #define PL_hexdigit hexdigit macro
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/inc/
H A Dvariables36 PL_hexdigit
117 # define PL_hexdigit hexdigit
351 PL_hexdigit()
353 RETVAL = newSVpv((char *) PL_hexdigit, 0);
449 ok(&Devel::PPPort::PL_hexdigit() =~ /^[0-9a-zA-Z]+$/);
H A Dgrok282 * Perl_warner(). Also, 'hexdigit' was the former name of PL_hexdigit,
407 xdigit = strchr((char *) PL_hexdigit, *s);
415 value = (value << 4) | ((xdigit - PL_hexdigit) & 15);
429 value_nv += (NV)((xdigit - PL_hexdigit) & 15);
433 && (xdigit = strchr((char *) PL_hexdigit, s[1])))
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/inc/
H A Dvariables35 PL_hexdigit
114 # define PL_hexdigit hexdigit
347 PL_hexdigit()
349 RETVAL = newSVpv((char *) PL_hexdigit, 0);
445 ok(&Devel::PPPort::PL_hexdigit() =~ /^[0-9a-zA-Z]+$/);
H A Dgrok282 * Perl_warner(). Also, 'hexdigit' was the former name of PL_hexdigit,
407 xdigit = strchr((char *) PL_hexdigit, *s);
415 value = (value << 4) | ((xdigit - PL_hexdigit) & 15);
429 value_nv += (NV)((xdigit - PL_hexdigit) & 15);
433 && (xdigit = strchr((char *) PL_hexdigit, s[1])))
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/inc/
H A Dvariables36 PL_hexdigit
117 # define PL_hexdigit hexdigit
351 PL_hexdigit()
353 RETVAL = newSVpv((char *) PL_hexdigit, 0);
449 ok(&Devel::PPPort::PL_hexdigit() =~ /^[0-9a-zA-Z]+$/);
H A Dgrok282 * Perl_warner(). Also, 'hexdigit' was the former name of PL_hexdigit,
407 xdigit = strchr((char *) PL_hexdigit, *s);
415 value = (value << 4) | ((xdigit - PL_hexdigit) & 15);
429 value_nv += (NV)((xdigit - PL_hexdigit) & 15);
433 && (xdigit = strchr((char *) PL_hexdigit, s[1])))
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/inc/
H A Dvariables36 PL_hexdigit
117 # define PL_hexdigit hexdigit
351 PL_hexdigit()
353 RETVAL = newSVpv((char *) PL_hexdigit, 0);
449 ok(&Devel::PPPort::PL_hexdigit() =~ /^[0-9a-zA-Z]+$/);
H A Dgrok282 * Perl_warner(). Also, 'hexdigit' was the former name of PL_hexdigit,
407 xdigit = strchr((char *) PL_hexdigit, *s);
415 value = (value << 4) | ((xdigit - PL_hexdigit) & 15);
429 value_nv += (NV)((xdigit - PL_hexdigit) & 15);
433 && (xdigit = strchr((char *) PL_hexdigit, s[1])))
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/inc/
H A Dvariables36 PL_hexdigit
117 # define PL_hexdigit hexdigit
351 PL_hexdigit()
353 RETVAL = newSVpv((char *) PL_hexdigit, 0);
449 ok(&Devel::PPPort::PL_hexdigit() =~ /^[0-9a-zA-Z]+$/);
H A Dgrok282 * Perl_warner(). Also, 'hexdigit' was the former name of PL_hexdigit,
407 xdigit = strchr((char *) PL_hexdigit, *s);
415 value = (value << 4) | ((xdigit - PL_hexdigit) & 15);
429 value_nv += (NV)((xdigit - PL_hexdigit) & 15);
433 && (xdigit = strchr((char *) PL_hexdigit, s[1])))
/dports/net/p5-IO-Socket-Multicast/IO-Socket-Multicast-1.12/
H A DMulticast.xs97 if (base == 16 && (s=strchr(PL_hexdigit,c))) { in my_inet_aton()
99 ((s - PL_hexdigit) & 15); in my_inet_aton()
/dports/www/p5-HTML-Parser/HTML-Parser-3.76/
H A Dutil.c104 char *tmp = strchr(PL_hexdigit, *s); in decode_entities()
107 num = num << 4 | ((tmp - PL_hexdigit) & 15); in decode_entities()
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/base/
H A D500500033 PL_hexdigit # added by devel/scanprov
/dports/lang/perl5.30/perl-5.30.3/cpan/Unicode-Collate/
H A DCollate.xs171 hexdigit = strchr((char *) PL_hexdigit, *s++);
174 value = (hexdigit - PL_hexdigit) & 0xF;
176 hexdigit = strchr((char *) PL_hexdigit, *s++);
185 value = (value << 4) | ((hexdigit - PL_hexdigit) & 0xF);
/dports/lang/perl5.32/perl-5.32.1/cpan/Unicode-Collate/
H A DCollate.xs171 hexdigit = strchr((char *) PL_hexdigit, *s++);
174 value = (hexdigit - PL_hexdigit) & 0xF;
176 hexdigit = strchr((char *) PL_hexdigit, *s++);
185 value = (value << 4) | ((hexdigit - PL_hexdigit) & 0xF);
/dports/lang/perl5.34/perl-5.34.0/
H A Dglobvar.sym21 PL_hexdigit
/dports/lang/perl5.30/perl-5.30.3/
H A Dglobvar.sym21 PL_hexdigit
/dports/lang/perl5.32/perl-5.32.1/
H A Dglobvar.sym21 PL_hexdigit
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dglobvar.sym23 PL_hexdigit
/dports/lang/perl5.34/perl-5.34.0/cpan/Unicode-Collate/
H A DCollate.xs184 hexdigit = strchr((char *) PL_hexdigit, *s++);
187 value = (hexdigit - PL_hexdigit) & 0xF;
189 hexdigit = strchr((char *) PL_hexdigit, *s++);
198 value = (value << 4) | ((hexdigit - PL_hexdigit) & 0xF);
/dports/textproc/p5-Unicode-Collate/Unicode-Collate-1.31/
H A DCollate.xs184 hexdigit = strchr((char *) PL_hexdigit, *s++);
187 value = (hexdigit - PL_hexdigit) & 0xF;
189 hexdigit = strchr((char *) PL_hexdigit, *s++);
198 value = (value << 4) | ((hexdigit - PL_hexdigit) & 0xF);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Unicode-Collate/
H A DCollate.xs184 hexdigit = strchr((char *) PL_hexdigit, *s++);
187 value = (hexdigit - PL_hexdigit) & 0xF;
189 hexdigit = strchr((char *) PL_hexdigit, *s++);
198 value = (value << 4) | ((hexdigit - PL_hexdigit) & 0xF);
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/t/
H A Dvariables.t60 ok(&Devel::PPPort::PL_hexdigit() =~ /^[0-9a-zA-Z]+$/);

12345678910>>...15