Lines Matching defs:s0
47 CONST unsigned char *decpt, *s0, *s, *s1;
58 if (!(s0 = decimalpoint_cache)) {
59 s0 = (unsigned char*)localeconv()->decimal_point;
60 if ((decimalpoint_cache = (char*)MALLOC(strlen(s0) + 1))) {
61 strcpy(decimalpoint_cache, s0);
62 s0 = decimalpoint_cache;
65 decimalpoint = s0;
73 s0 = *(CONST unsigned char **)sp + 2;
74 while(s0[havedig] == '0')
76 s0 += havedig;
77 s = s0;
103 s0 = s;
152 *sp = (char*)s0 - 1;
201 n = s1 - s0 - 1;
211 while(s1 > s0) {