Home
last modified time | relevance | path

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

/netbsd/src/external/lgpl3/gmp/dist/scanf/
Ddoscan.c225 size_t s_upto, s_alloc, hexexp; in gmpscan() local
246 hexexp = 0; in gmpscan()
338 hexexp = s_upto; /* exponent location */ in gmpscan()
393 if (hexexp != 0) in gmpscan()
394 s[hexexp] = '\0'; in gmpscan()
396 if (hexexp != 0) in gmpscan()
400 exp = strtol (s + hexexp + 1, &dummy, 10); in gmpscan()