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

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/scanf/
H A Ddoscan.c220 size_t s_upto, s_alloc, hexexp; local
241 hexexp = 0;
333 hexexp = s_upto; /* exponent location */
388 if (hexexp != 0)
389 s[hexexp] = '\0';
391 if (hexexp != 0)
395 exp = strtol (s + hexexp + 1, &dummy, 10);

Completed in 53 milliseconds