Home | History | Annotate | Download | only in Objects

Lines Matching refs:formatbuf

8420             Py_UNICODE formatbuf[FORMATBUFLEN]; /* For format{int,char}() */
8577 pbuf = formatbuf;
8649 pbuf = formatbuf;
8650 len = formatint(pbuf, sizeof(formatbuf)/sizeof(Py_UNICODE),
8699 pbuf = formatbuf;
8700 len = formatchar(pbuf, sizeof(formatbuf)/sizeof(Py_UNICODE), v);