Lines Matching full:indicating
26 - a '#' character, indicating the output value should be prefixed
28 - a minus sign ('-'), indicating the output value should be padded on
30 - a leading zero ('0') indicating the output value should be padded on the
32 - one or more digits ('0' - '9') indicating the minimum width of the
35 - a period followed by one or more digits indicating the maximum
41 - a second period followed by one or more digits indicating the maximum
44 - one or more 'h' characters, indicating shorter input data.
45 - one or more 'l' characters, indicating longer input data.
46 - a 'z' character, indicating a 'size_t' argument.
47 - a 't' character, indicating a 'ptrdiff_t' argument.
48 - a ' ' character, indicating a space should be emitted before
50 - a '+' character, indicating sign should emitted before any number.