Home | History | Annotate | Download | only in Objects

Lines Matching refs:formatbuf

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

8564 pbuf = formatbuf;
8633 pbuf = formatbuf;
8634 len = formatint(pbuf, sizeof(formatbuf)/sizeof(Py_UNICODE),
8683 pbuf = formatbuf;
8684 len = formatchar(pbuf, sizeof(formatbuf)/sizeof(Py_UNICODE), v);