Lines Matching refs:widthout
106 int *widthout, char **modifierout, char **unitout, in scaledtouint64() argument
149 if (widthout) { in scaledtouint64()
152 *widthout = strlen(string); in scaledtouint64()
178 if (widthout) in scaledtouint64()
179 *widthout = (int)(endptr - scaledin); in scaledtouint64()
260 char *scaledout, int *widthout, char **modifierout, in uint64toscaled() argument
285 if (widthout) in uint64toscaled()
286 *widthout = count; in uint64toscaled()
339 if (widthout) in uint64toscaled()
340 *widthout = count; in uint64toscaled()
347 char *scaledout, int *widthout, char **modifierout, in scaledtoscaled() argument
359 scaledout, widthout, modifierout, in scaledtoscaled()