HomeSort by relevance Sort by last modified time
    Searched refs:hextmp (Results 1 - 2 of 2) sorted by null

  /external/iptables/extensions/
libxt_string.c 95 char hextmp[3]; local
146 hextmp[0] = s[i];
147 hextmp[1] = s[i+1];
148 hextmp[2] = '\0';
149 if (! sscanf(hextmp, "%x", &schar))
  /external/openssl/crypto/asn1/
a_strex.c 242 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 51 milliseconds