Home | History | Annotate | Download | only in Python

Lines Matching refs:PyOS_snprintf

607         written = PyOS_snprintf(p, buf_avail, "e%+.02d", digit_count-1);
692 /* Have PyOS_snprintf do the hard work */
693 PyOS_snprintf(buffer, buf_size, format, d);
857 PyOS_snprintf(format, sizeof(format), "%%%s.%i%c",