seq.c | 486 int precision, width1, width2, places; local in function:generate_format 502 width1 = sprintf(buf, deffmt, first); 506 width1 -= (places + strlen(decimal_point)); 518 MAX(width1, width2) + (int) strlen(decimal_point) + 521 sprintf(buf, "%%%c%d%c", pad, MAX(width1, width2),
|