Searched refs:widthin (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/prctl/
H A Dutils.h131 * widthin: character width of desired string, not including modifier
141 * widthin, pad to the left with spaces.
150 int uint64toscaled(uint64_t uint64in, int widthin, char *maxmodifier,
168 * widthin: character width of desired string, not including modifier
178 * widthin, pad to the left with spaces.
199 int scaledtoscaled(char *scaledin, int widthin, char *maxmodifier,
H A Dutils.c259 uint64toscaled(uint64_t uint64in, int widthin, char *maxmodifierin, argument
275 width = widthin;
312 while (count < widthin) {
319 if (count > widthin) {
326 width = widthin;
346 scaledtoscaled(char *scaledin, int widthin, char *maxmodifierin, argument
358 ret = uint64toscaled(val, widthin, maxmodifierin,

Completed in 57 milliseconds