Home
last modified time | relevance | path

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

/openbsd/lib/libc/gdtoa/
H A Dgethex.c57 static unsigned char *decimalpoint_cache; local
58 if (!(s0 = decimalpoint_cache)) {
60 decimalpoint_cache = strdup(s0);
H A Dstrtod.c113 static char *decimalpoint_cache; local
115 if (!(s0 = decimalpoint_cache)) {
117 decimalpoint_cache = strdup(s0);
H A Dstrtodg.c362 static char *decimalpoint_cache; local
364 if (!(s0 = decimalpoint_cache)) {
366 decimalpoint_cache = strdup(s0);