Searched refs:PL_hexdigit (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
H A D | variables | 36 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 D | grok | 282 * 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])))
|
/openbsd/gnu/usr.bin/perl/ |
H A D | globvar.sym | 22 PL_hexdigit
|
H A D | pp_pack.c | 1213 *str++ = PL_hexdigit[bits & 15]; in S_unpack_rec() 1225 *str++ = PL_hexdigit[(bits >> 4) & 15]; in S_unpack_rec()
|
H A D | sv.c | 3034 *--retval = PL_hexdigit[addr & 15]; in Perl_sv_2pv_flags() 11898 const char* xdig = PL_hexdigit; 13140 (c == 'X') ? PL_hexdigit + 16 : PL_hexdigit;
|
H A D | perl.h | 5455 EXTCONST char PL_hexdigit[] variable
|
/openbsd/gnu/usr.bin/perl/cpan/Unicode-Collate/ |
H A D | Collate.xs | 184 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);
|
/openbsd/gnu/usr.bin/perl/cpan/Socket/ |
H A D | Socket.xs | 387 if (base == 16 && (s=strchr(PL_hexdigit,c))) { in my_inet_aton() 389 ((s - PL_hexdigit) & 15); in my_inet_aton()
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | ppport.h | 12136 # define PL_hexdigit hexdigit macro 17068 xdigit = strchr((char *) PL_hexdigit, *s); in DPPP_() 17076 value = (value << 4) | ((xdigit - PL_hexdigit) & 15); in DPPP_() 17090 value_nv += (NV)((xdigit - PL_hexdigit) & 15); in DPPP_() 17094 && (xdigit = strchr((char *) PL_hexdigit, s[1]))) in DPPP_()
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
H A D | 5003007 | 544 PL_hexdigit # X added by devel/scanprov
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/ |
H A D | Changes | 1059 PL_hexdigit
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | apidoc.fnc | 709 AmTuUd|const char *|PL_hexdigit|U8 value
|