Searched refs:decimalpoint_cache (Results 1 – 1 of 1) sorted by relevance
3218 static unsigned char *decimalpoint_cache; in gethex() local3219 if (!(s0 = decimalpoint_cache)) { in gethex()3221 if ((decimalpoint_cache = (char*)MALLOC(strlen(s0) + 1))) { in gethex()3222 strcpy(decimalpoint_cache, s0); in gethex()3223 s0 = decimalpoint_cache; in gethex()