Lines Matching refs:width
119 register size_t width; /* field width, or 0 */
185 width = 0;
229 width = width * 10 + c - '0';
365 if (width == 0)
366 width = 1;
372 if ((size_t) (n = fp->f_r) < width)
375 width -= n;
387 sum += width;
388 fp->f_r -= width;
389 fp->f_p += width;
401 width);
411 if (width == 0)
412 width = (size_t)~0; /* `infinity' */
421 if (--width == 0)
441 if (--width == 0)
462 if (width == 0)
463 width = (size_t)~0;
470 if (--width == 0)
485 if (--width == 0)
500 if (width == 0 || width > sizeof(buf) - 1)
501 width = sizeof(buf) - 1;
504 if (--width > sizeof(buf) - 2)
505 width = sizeof(buf) - 2;
506 width++;
509 for (p = buf; width > 0; width--)
652 if (width == 0 || width > sizeof(buf) - 1)
653 width = sizeof(buf) - 1;
655 for (p = buf; width; width--)