Home | History | Annotate | Download | only in Objects

Lines Matching refs:formatbuf

8303             Py_UNICODE formatbuf[FORMATBUFLEN]; /* For format{int,char}() */

8456 pbuf = formatbuf;
8525 pbuf = formatbuf;
8526 len = formatint(pbuf, sizeof(formatbuf)/sizeof(Py_UNICODE),
8575 pbuf = formatbuf;
8576 len = formatchar(pbuf, sizeof(formatbuf)/sizeof(Py_UNICODE), v);