Lines Matching refs:width
117 register size_t width; /* field width, or 0 */ local
183 width = 0;
227 width = width * 10 + c - '0';
363 if (width == 0)
364 width = 1;
370 if ((size_t) (n = fp->f_r) < width)
373 width -= n;
385 sum += width;
386 fp->f_r -= width;
387 fp->f_p += width;
399 width);
409 if (width == 0)
410 width = (size_t)~0; /* `infinity' */
419 if (--width == 0)
439 if (--width == 0)
460 if (width == 0)
461 width = (size_t)~0;
468 if (--width == 0)
483 if (--width == 0)
498 if (width == 0 || width > sizeof(buf) - 1)
499 width = sizeof(buf) - 1;
502 if (--width > sizeof(buf) - 2)
503 width = sizeof(buf) - 2;
504 width++;
507 for (p = buf; width > 0; width--)
650 if (width == 0 || width > sizeof(buf) - 1)
651 width = sizeof(buf) - 1;
653 for (p = buf; width; width--)