HomeSort by: relevance | last modified time | path
    Searched defs:width2 (Results 1 - 1 of 1) sorted by relevancy

  /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),

Completed in 12 milliseconds