Home | History | Annotate | Download | only in blktrace

Lines Matching full:width

165 			int minus, int has_w, int width)
171 sprintf(format, "%%-%d", width);
173 sprintf(format, "%%%d", width);
197 case 'D': /* format width ignored */
218 case 'P': { /* format width ignored */
231 sprintf(format, "%%0%dlu", has_w ? width : 9);
263 int width = 0;
273 width = (width * 10) + (*p++ - '0');
278 minus, has_w, width);