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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibipt_string.c91 char hextmp[3]; local
142 hextmp[0] = s[i];
143 hextmp[1] = s[i+1];
144 hextmp[2] = '\0';
145 if (! sscanf(hextmp, "%x", &schar))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/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))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/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))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Da_strex.c273 char hextmp[2]; local
278 hextmp[0] = hexdig[*p >> 4];
279 hextmp[1] = hexdig[*p & 0xf];
280 if (!io_ch(arg, hextmp, 2))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_strex.c230 char hextmp[2]; local
235 hextmp[0] = hexdig[*p >> 4];
236 hextmp[1] = hexdig[*p & 0xf];
237 if(!io_ch(arg, hextmp, 2)) return -1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Da_strex.c273 char hextmp[2]; local
278 hextmp[0] = hexdig[*p >> 4];
279 hextmp[1] = hexdig[*p & 0xf];
280 if (!io_ch(arg, hextmp, 2))

Completed in 58 milliseconds