Home | History | Annotate | Download | only in Python

Lines Matching refs:tmp_format

651     char tmp_format[FLOAT_FORMATBUFLEN];
680 if (format_len + 1 >= sizeof(tmp_format)) {
686 strcpy(tmp_format, format);
687 tmp_format[format_len - 1] = 'g';
688 format = tmp_format;