Searched refs:SCALED_STRLEN (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/prctl/
H A Dutils.c113 char string[SCALED_STRLEN];
151 string, SCALED_STRLEN, "%llu", *uint64out);
267 char string[SCALED_STRLEN];
279 (void) snprintf(string, SCALED_STRLEN, "%%%dllu", width);
281 count = snprintf(scaledout, SCALED_STRLEN, string, uint64in);
311 count = snprintf(string, SCALED_STRLEN, "%0.0lf", value);
314 (void) snprintf(string, SCALED_STRLEN, "%%0.%dlf", decimals);
316 count = snprintf(scaledout, SCALED_STRLEN, string, value);
330 (void) snprintf(string, SCALED_STRLEN, "%%%d.%dlf", width, decimals);
332 count = snprintf(scaledout, SCALED_STRLEN, strin
[all...]
H A Dutils.h68 #define SCALED_STRLEN (24) macro
H A Dprctl.c1390 char rctl_valuestring[SCALED_STRLEN];

Completed in 74 milliseconds