Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/gdtoa/
H A Dg__fmt.c54 static char *decimalpoint_cache; local
56 if (!(s0 = decimalpoint_cache)) {
59 if ((decimalpoint_cache = MALLOC(strlen(s0) + 1)) != NULL) {
60 strcpy(decimalpoint_cache, s0);
61 s0 = decimalpoint_cache;