Home | History | Annotate | Download | only in sh

Lines Matching full:width

266  * - Width and precision may be specified with any format except c.
267 * - An * may be given for the width or precision.
268 * - The obsolete practice of preceding the width with a zero to get
294 int width;
319 width = 0;
333 width = va_arg(ap, int);
337 width = 10 * width + digit_val(*f++);
419 if (width) {
424 pad = width - size;
443 if (width) {
447 pad = width - len;