Searched refs:hexbuf (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/tests/
H A Dtable-from.c35 static const char* hexbuf (unsigned char buf[], unsigned int buflen) function
66 fprintf(stderr,"%s: iconv error: ",hexbuf(buf,buflen));
75 fprintf(stderr,"%s: inbytes = %ld, outbytes = %ld\n",hexbuf(buf,buflen),(long)(buflen-inbytesleft),(long)(3*sizeof(unsigned int)-outbytesleft));
85 static char hexbuf[21]; local
86 char* p = hexbuf;
88 if (p > hexbuf)
96 return hexbuf;
167 fprintf(stderr,"%s: incomplete byte sequence\n",hexbuf(buf,4));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509v3/
H A Dv3_utl.c387 unsigned char *hexbuf, *q; local
393 if(!(hexbuf = OPENSSL_malloc(strlen(str) >> 1))) goto err;
394 for(p = (unsigned char *)str, q = hexbuf; *p;) {
406 OPENSSL_free(hexbuf);
423 if(len) *len = q - hexbuf;
425 return hexbuf;
428 if(hexbuf) OPENSSL_free(hexbuf);
433 OPENSSL_free(hexbuf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Ddebug.S99 printhex: adr r2, hexbuf
137 hexbuf: .space 16 label
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_utl.c394 unsigned char *hexbuf, *q; local
400 if(!(hexbuf = OPENSSL_malloc(strlen(str) >> 1))) goto err;
401 for(p = (unsigned char *)str, q = hexbuf; *p;) {
413 OPENSSL_free(hexbuf);
430 if(len) *len = q - hexbuf;
432 return hexbuf;
435 if(hexbuf) OPENSSL_free(hexbuf);
440 OPENSSL_free(hexbuf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_CLUSTERIP.c493 const char hexbuf[]= "0123456789abcdef"; local
496 hbuffer[k++]=hexbuf[(payload->src_hw[j]>>4)&15];
497 hbuffer[k++]=hexbuf[payload->src_hw[j]&15];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Darp.c1345 const char hexbuf[] = "0123456789ABCDEF"; local
1359 hbuffer[k++] = hexbuf[(n->ha[j] >> 4) & 15];
1360 hbuffer[k++] = hexbuf[n->ha[j] & 15];

Completed in 55 milliseconds