OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:width2
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/seq/
seq.c
486
int precision, width1,
width2
, places;
local
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 17 milliseconds
Indexes created Mon May 04 00:23:20 UTC 2026