Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdtoa/
H A Dgethex.c57 static unsigned char *decimalpoint_cache; local
58 if (!(s0 = decimalpoint_cache)) {
60 if ((decimalpoint_cache = (char*)MALLOC(strlen(s0) + 1))) {
61 strcpy(decimalpoint_cache, s0);
62 s0 = decimalpoint_cache;
H A Dstrtod.c115 static char *decimalpoint_cache; local
117 if (!(s0 = decimalpoint_cache)) {
119 if ((decimalpoint_cache = (char*)MALLOC(strlen(s0) + 1))) {
120 strcpy(decimalpoint_cache, s0);
121 s0 = decimalpoint_cache;
H A Dstrtodg.c341 static char *decimalpoint_cache; local
343 if (!(s0 = decimalpoint_cache)) {
345 if ((decimalpoint_cache = (char*)MALLOC(strlen(s0) + 1))) {
346 strcpy(decimalpoint_cache, s0);
347 s0 = decimalpoint_cache;