Lines Matching +full:num +full:- +full:strings
56 after the first are treated as strings if the corresponding format is
63 .Bl -bullet -offset indent -compact
77 .St -ansiC ,
82 .Bl -tag -width Ds -offset indent -compact
88 Write a <form-feed> character.
90 Write a <new-line> character.
101 .It Cm \e Ns Ar num
103 value is the 1-, 2-, or 3-digit
105 .Ar num .
107 .Cm \e Ns Ar num
115 .Bl -tag -width Ds
117 .Bl -tag -width Ds
133 format, a non-zero result has the string
150 .It Cm \&\-
151 A minus sign `\-' which specifies
162 A zero `0' character indicating that zero-padding should be used
163 rather than blank-padding.
164 A `\-' overrides a `0' if both are used;
170 be blank-padded on the left (or right, if the left-adjustment indicator
191 The floating-point format specifiers
206 .Bl -tag -width Fl
215 is printed in the style `[\-]ddd.ddd' where the number of d's
231 .Sq Op - Ar d.ddd No \(+- Ar dd
257 .Sq Op - Ar h.hhh No \(+- Li p Ar d
262 the argument's exact double-precision floating-point representation.
285 .Cm \e0 Ns Ar num
287 .Cm \e Ns Ar num
304 In no case does a non-existent or small field width cause truncation of
315 .Ex -std
319 .Bd -literal -offset indent
326 .Bd -literal -offset indent
332 .Bd -literal -offset indent
333 $ printf "%+d\en%d\en%d\en" 1 -2 13
335 -2
341 .Bd -literal -offset indent
342 $ printf "%+d\en" 1 -2 13
344 -2
349 .Bd -literal -offset indent
368 .St -p1003.2
381 Trying to print a dash ("-") as the first character causes
384 .Nm --
389 (such as UTF-8),
400 to floating-point and then back again, floating-point precision may be lost.
401 (By default, the number is translated to an IEEE-754 double-precision
412 Multibyte characters are not recognized in format strings (this is only