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

  /src/usr.bin/seq/
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),
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),

Completed in 46 milliseconds