Home | History | Annotate | Download | only in Objects

Lines Matching refs:buf_end

919     char *buf, *buf_end, shortbuf[100], *mybuf=shortbuf;
926 buf = _Py_dg_dtoa(x, 3, ndigits, &decpt, &sign, &buf_end);
933 /* Get new buffer if shortbuf is too small. Space needed <= buf_end -
935 buflen = buf_end - buf;