Home | History | Annotate | Download | only in gdtoa

Lines Matching defs:s0

46 	char *be, *s0;
56 if (!(s0 = decimalpoint_cache)) {
57 s0 = localeconv()->decimal_point;
58 dlen = strlen(s0);
59 if ((decimalpoint_cache = MALLOC(strlen(s0) + 1)) != NULL) {
60 strcpy(decimalpoint_cache, s0);
61 s0 = decimalpoint_cache;
64 decimalpoint = s0;
69 s0 = s;
145 freedtoa(s0);