Searched refs:decimalpoint_cache (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/contrib/gdtoa/
H A Dg__fmt.c54 static char *decimalpoint_cache; local
56 if (!(s0 = decimalpoint_cache)) {
59 if ((decimalpoint_cache = (char*)MALLOC(strlen(s0) + 1))) {
60 strcpy(decimalpoint_cache, s0);
61 s0 = decimalpoint_cache;
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;

Completed in 157 milliseconds