Lines Matching refs:format
74 char format[64];
94 * then use that. Otherwise just format the unum element.
97 (void) snprintf(format, sizeof (format),
101 (void) snprintf(format, sizeof (format),
105 (void) snprintf(format, sizeof (format),
120 /* LINTED: variable format specifier */
121 size = snprintf(buf, buflen, format, rawunum, val);
138 /* LINTED: variable format specifier */
139 size = snprintf(buf, buflen, format, escunum, val);