Searched refs:hextmp (Results 1 - 3 of 3) sorted by relevance

/external/iptables/extensions/
H A Dlibxt_string.c96 char hextmp[3]; local
147 hextmp[0] = s[i];
148 hextmp[1] = s[i+1];
149 hextmp[2] = '\0';
150 if (! sscanf(hextmp, "%x", &schar))
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Da_strex.c242 char hextmp[2]; local
247 hextmp[0] = hexdig[*p >> 4];
248 hextmp[1] = hexdig[*p & 0xf];
249 if(!io_ch(arg, hextmp, 2)) return -1;
/external/openssl/crypto/asn1/
H A Da_strex.c242 char hextmp[2]; local
247 hextmp[0] = hexdig[*p >> 4];
248 hextmp[1] = hexdig[*p & 0xf];
249 if(!io_ch(arg, hextmp, 2)) return -1;

Completed in 614 milliseconds