/src/usr.bin/seq/ |
seq.c | 486 int precision, width1, width2, places; local in function:generate_format 510 width2 = sprintf(buf, deffmt, last); 514 width2 -= (places + strlen(decimal_point)); 518 MAX(width1, width2) + (int) strlen(decimal_point) + 521 sprintf(buf, "%%%c%d%c", pad, MAX(width1, width2),
|
seq.c | 486 int precision, width1, width2, places; local in function:generate_format 510 width2 = sprintf(buf, deffmt, last); 514 width2 -= (places + strlen(decimal_point)); 518 MAX(width1, width2) + (int) strlen(decimal_point) + 521 sprintf(buf, "%%%c%d%c", pad, MAX(width1, width2),
|
seq.c | 486 int precision, width1, width2, places; local in function:generate_format 510 width2 = sprintf(buf, deffmt, last); 514 width2 -= (places + strlen(decimal_point)); 518 MAX(width1, width2) + (int) strlen(decimal_point) + 521 sprintf(buf, "%%%c%d%c", pad, MAX(width1, width2),
|