Searched refs:decimalpoint_cache (Results 1 – 4 of 4) sorted by relevance
54 static char *decimalpoint_cache; local56 if (!(s0 = decimalpoint_cache)) {59 if ((decimalpoint_cache = (char*)MALLOC(strlen(s0) + 1))) {60 strcpy(decimalpoint_cache, s0);61 s0 = decimalpoint_cache;
57 static unsigned char *decimalpoint_cache; local58 if (!(s0 = decimalpoint_cache)) {60 if ((decimalpoint_cache = (char*)MALLOC(strlen(s0) + 1))) {61 strcpy(decimalpoint_cache, s0);62 s0 = decimalpoint_cache;
115 static char *decimalpoint_cache; local117 if (!(s0 = decimalpoint_cache)) {119 if ((decimalpoint_cache = (char*)MALLOC(strlen(s0) + 1))) {120 strcpy(decimalpoint_cache, s0);121 s0 = decimalpoint_cache;
341 static char *decimalpoint_cache; local343 if (!(s0 = decimalpoint_cache)) {345 if ((decimalpoint_cache = (char*)MALLOC(strlen(s0) + 1))) {346 strcpy(decimalpoint_cache, s0);347 s0 = decimalpoint_cache;