Searched refs:expbuf (Results 1 – 4 of 4) sorted by relevance
129 char expbuf[MAXEXPLEN]; in __exponent() local141 t = expbuf + MAXEXPLEN; in __exponent()150 for (; t < expbuf + MAXEXPLEN; *p++ = *t++); in __exponent()
1645 wchar_t expbuf[MAXEXPLEN]; in wexponent() local1660 t = expbuf + MAXEXPLEN; in wexponent()1666 for (; t < expbuf + MAXEXPLEN; *p++ = *t++); in wexponent()
1649 char expbuf[MAXEXPLEN]; in exponent() local1664 t = expbuf + MAXEXPLEN; in exponent()1670 for (; t < expbuf + MAXEXPLEN; *p++ = *t++); in exponent()
20234 (exponent): Changed expbuf to reasonable maximum instead of MAXEXP.