Lines Matching +full:standard +full:- +full:vt

91 the standard output stream;
118 (or arguments accessed via the variable-length argument facilities of
137 will return \-1 and set
149 .Fa size Ns \-1
159 The output is always null-terminated, unless
190 .Bl -bullet
203 .Bl -tag -width ".So \ Sc (space)"
216 conversions, a non-zero result has the string
231 conversions, a non-zero result has the string
263 .It Sq Cm \-
271 .Cm \-
297 the non-monetary separator returned by
303 be padded with spaces on the left (or right, if the left-adjustment
316 conversions, the number of digits to appear after the decimal-point for
335 .Bl -column ".Cm q Em (deprecated)" ".Vt signed char" ".Vt unsigned long long" ".Vt long long *"
337 .It Cm hh Ta Vt "signed char" Ta Vt "unsigned char" Ta Vt "signed char *"
338 .It Cm h Ta Vt short Ta Vt "unsigned short" Ta Vt "short *"
339 .It Cm l No (ell) Ta Vt long Ta Vt "unsigned long" Ta Vt "long *"
340 .It Cm ll No (ell ell) Ta Vt "long long" Ta Vt "unsigned long long" Ta Vt "long long *"
341 .It Cm j Ta Vt intmax_t Ta Vt uintmax_t Ta Vt "intmax_t *"
342 .It Cm t Ta Vt ptrdiff_t Ta (see note) Ta Vt "ptrdiff_t *"
343 .It Cm w Ns Ar N Ta Vt intN_t Ta Vt uintN_t Ta Vt "intN_t *"
344 .It Cm wf Ns Ar N Ta Vt int_fastN_t Ta Vt uint_fastN_t Ta Vt "int_fastN_t *"
345 .It Cm z Ta (see note) Ta Vt size_t Ta (see note)
346 .It Cm q Em (deprecated) Ta Vt quad_t Ta Vt u_quad_t Ta Vt "quad_t *"
379 .Bl -column ".Sy Modifier" ".Cm a , A , e , E , f , F , g , G"
381 .It Cm l No (ell) Ta Vt double
383 .It Cm L Ta Vt "long double"
391 .Bl -column ".Sy Modifier" ".Vt wint_t" ".Vt wchar_t *"
393 .It Cm l No (ell) Ta Vt wint_t Ta Vt "wchar_t *"
414 and non-positional arguments, the results are undefined.
417 .Bl -tag -width ".Cm bBdiouxX"
466 .Oo \- Oc Ar d Li \&. Ar ddd Li e \(+- Ar dd
469 decimal-point character
473 zero, no decimal-point character appears.
491 .Li -inf
495 .Li -INF
507 .Oo \- Oc Ar ddd Li \&. Ar ddd ,
509 where the number of digits after the decimal-point character
512 explicitly zero, no decimal-point character appears.
533 is used if the exponent from its conversion is less than \-4 or greater than
542 .Oo \- Oc Li 0x Ar h Li \&. Ar hhhp Oo \(+- Oc Ar d ,
544 where the number of digits after the hexadecimal-point character
547 the floating-point number exactly, and no rounding occurs.
548 If the precision is zero, no hexadecimal-point character appears.
571 Note that there may be multiple valid ways to represent floating-point
574 .Li 0x1.92p+1 , 0x3.24p+0 , 0x6.48p-1 ,
576 .Li 0xc.9p-2
579 and later always prints finite non-zero numbers using
583 .Ql -
605 and the (potentially multi-byte) sequence representing the
638 For each wide character in the string, the (potentially multi-byte)
689 In no case does a non-existent or small field width cause truncation of
716 .Bd -literal -offset indent
724 .Bd -literal -offset indent
731 .Bd -literal -offset indent
752 are not standard and
756 is also not standard and provides the popular extension from the
774 are not standard; such combinations
782 .Bl -tag -width Er
816 .St -ansiC
818 .St -isoC-99 .
824 .St -isoC-99 ,
830 .St -p1003.1-2008 .
836 .St -p1003.1-2024 .
891 .Bd -literal
926 can be used to write arbitrary data to potentially carefully-selected
936 as the resulting string may still contain user-supplied conversion specifiers