Lines Matching refs:width
82 or more *flags*, an optional minimum *field width*, an optional
89 width and Precision below) and each conversion specifier asks for the next
96 curl_mprintf("%*d", width, num);
100 curl_mprintf("%2$*1$d", width, num);
106 taking an argument and all width and precision arguments, but it may be mixed
142 # Field width
145 minimum field width. If the converted value has fewer characters than the
146 field width, it gets padded with spaces on the left (or right, if the
149 width is given in the next argument, or in the *m-th* argument,
150 respectively, which must be of type int. A negative field width is taken as
151 a '-' flag followed by a positive field width. In no case does a nonexistent
152 or small field width cause truncation of a field; if the result of a
153 conversion is wider than the field width, the field is expanded to contain the