Lines Matching defs:eptr
2128 *eptr = strchr(dptr, exponentchar);
2130 currd = eptr - dptr - 1;
2131 length = strlen(eptr);
2140 memmove(buffer + offset, eptr, length + 1);
2154 memmove(eptr + d - currd, eptr, length + 1);
2165 while (eptr[-zeros] == '0')
2167 if (eptr[-zeros] == '.')
2170 memmove(eptr - zeros + 1, eptr, length + 1);
2179 *eptr = strchr(dptr, exponentchar);
2184 length = strlen(eptr);
2185 memmove(buffer + offset, eptr, length + 1);