Searched refs:decimalpoint_cache (Results 1 – 1 of 1) sorted by relevance
54 static char *decimalpoint_cache; local56 if (!(s0 = decimalpoint_cache)) {59 if ((decimalpoint_cache = MALLOC(strlen(s0) + 1)) != NULL) {60 strcpy(decimalpoint_cache, s0);61 s0 = decimalpoint_cache;