Home
last modified time | relevance | path

Searched refs:fdigits (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/sgs/prof/common/
H A Dprof.c347 int fdigits = 0; /* # of digits of precision for print msecs/call */ in main() local
1076 fdigits = 0; in main()
1079 fdigits = fprecision(count); in main()
1080 Print("%8ld%#*.*f", count, fdigits+8, fdigits, in main()
1082 Print("%*s", 6-fdigits, " "); in main()