Searched refs:hexfmt (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dsexp.c994 const char *hexfmt = NULL; local
1061 if (tokenp && !hexfmt)
1164 else if (hexfmt)
1181 for (hexfmt++; hexfmt < p; hexfmt++)
1183 if (whitespacep (hexfmt))
1185 *c.pos++ = hextobyte ((const unsigned char*)hexfmt);
1186 hexfmt++;
1188 hexfmt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dsexp.c994 const char *hexfmt = NULL; local
1061 if (tokenp && !hexfmt)
1164 else if (hexfmt)
1181 for (hexfmt++; hexfmt < p; hexfmt++)
1183 if (whitespacep (hexfmt))
1185 *c.pos++ = hextobyte ((const unsigned char*)hexfmt);
1186 hexfmt++;
1188 hexfmt
[all...]

Completed in 118 milliseconds