Searched refs:hexdig (Results 1 – 9 of 9) sorted by relevance
34 unsigned char hexdig[256]; variable52 htinit(hexdig, USC "0123456789", 0x10); in hexdig_init_D2A()53 htinit(hexdig, USC "abcdef", 0x10 + 10); in hexdig_init_D2A()54 htinit(hexdig, USC "ABCDEF", 0x10 + 10); in hexdig_init_D2A()
69 if (!hexdig['0'])81 if (hexdig[*s])96 if (!hexdig[*s])100 if (hexdig[*s])105 while(hexdig[*s])118 while(hexdig[*s])136 if ((n = hexdig[*s]) == 0 || n > 0x19) {141 while((n = hexdig[*++s]) !=0 && n <= 0x19) {226 L |= (hexdig[*s1] & 0x0f) << n;
64 if (!hexdig['0'])81 if (!(h = hexdig[c])) {
563 #define hexdig __hexdig_D2A macro595 extern unsigned char hexdig[];
225 static const char hexdig[] = "0123456789ABCDEF"; in buf2hexstr_sep() local246 *q++ = hexdig[(*p >> 4) & 0xf]; in buf2hexstr_sep()247 *q++ = hexdig[*p & 0xf]; in buf2hexstr_sep()
238 static const char hexdig[] = "0123456789ABCDEF"; in do_hex_dump() local245 hextmp[0] = hexdig[*p >> 4]; in do_hex_dump()246 hextmp[1] = hexdig[*p & 0xf]; in do_hex_dump()
369 static const char hexdig[16] = "0123456789abcdef"; in ng_pptpgre_newhook() local381 for (j = 0; j < 16 && hex[i] != hexdig[j]; j++); in ng_pptpgre_newhook()
408 static const char hexdig[16] = "0123456789abcdef"; in ng_l2tp_newhook() local422 for (j = 0; j < 16 && hex[i] != hexdig[j]; j++); in ng_l2tp_newhook()
971 static const char hexdig[16] = "0123456789abcdef"; in ng_pppoe_rcvmsg() local978 ourmsg->data[hupos + 2 + i] != hexdig[j]; in ng_pppoe_rcvmsg()