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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Ddebug.S152 ldrne r2, =hexbuf @ =1 virtual
153 ldreq r2, =__virt_to_phys(hexbuf) @ =0 physical
195 hexbuf: .space 16 label
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dv3_utl.c439 unsigned char *hexbuf, *q; local
445 if (!(hexbuf = OPENSSL_malloc(strlen(str) >> 1)))
447 for (p = (unsigned char *)str, q = hexbuf; *p;) {
460 OPENSSL_free(hexbuf);
486 *len = q - hexbuf;
488 return hexbuf;
491 if (hexbuf)
492 OPENSSL_free(hexbuf);
497 OPENSSL_free(hexbuf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dv3_utl.c439 unsigned char *hexbuf, *q; local
445 if (!(hexbuf = OPENSSL_malloc(strlen(str) >> 1)))
447 for (p = (unsigned char *)str, q = hexbuf; *p;) {
460 OPENSSL_free(hexbuf);
486 *len = q - hexbuf;
488 return hexbuf;
491 if (hexbuf)
492 OPENSSL_free(hexbuf);
497 OPENSSL_free(hexbuf);

Completed in 198 milliseconds