Lines Matching refs:s0
1809 CONST unsigned char *decpt, *s0, *s, *s1; local
1838 if (!(s0 = decimalpoint_cache)) {
1839 s0 = (unsigned char*)localeconv()->decimal_point;
1841 MALLOC(strlen((CONST char*)s0) + 1))) {
1842 strcpy((char*)decimalpoint_cache, (CONST char*)s0);
1843 s0 = decimalpoint_cache;
1846 decimalpoint = s0;
1852 s0 = *(CONST unsigned char **)sp + 2;
1853 while(s0[havedig] == '0')
1855 s0 += havedig;
1856 s = s0;
1882 s0 = s;
1931 *sp = (char*)s0 - 1;
1978 n = s1 - s0 - 1;
1988 while(s1 > s0) {
2325 (rv, s0, bc) in bigcomp() argument
2326 U *rv; CONST char *s0; BCinfo *bc; in bigcomp()
2328 (U *rv, const char *s0, BCinfo *bc)
2436 if ((dd = s0[i++] - '0' - dig))
2447 if ((dd = s0[j++] - '0' - dig))
2541 CONST char *s, *s0, *s1; local
2614 s0 = s;
2622 bc.dp0 = bc.dp1 = s - s0;
2623 for(s1 = s; s1 > s0 && *--s1 == '0'; )
2646 bc.dp1 = s - s0;
2652 bc.dp0 = s0 - s;
2654 s0 = s;
3015 if (s0[j] != '0')
3026 y = 10*y + s0[i] - '0';
3028 y = 10*y + s0[j++] - '0';
3032 bd0 = s2b(s0, nd0, nd, y, bc.dplen);
3563 bigcomp(&rv, s0, &bc);
3764 char *s, *s0; local
3968 s = s0 = rv_alloc(i);
4083 s = s0;
4134 if (s == s0) {
4379 if (s == s0) {
4417 return s0;