Lines Matching +full:standard +full:- +full:vt
71 the standard output stream;
86 (or arguments accessed via the variable-length argument facilities of
119 .Bl -bullet
132 .Bl -tag -width ".So \ Sc (space)"
150 conversions, a non-zero result has the string
182 .It Sq Cm \-
190 .Cm \-
216 the non-monetary separator returned by
222 be padded with spaces on the left (or right, if the left-adjustment
235 conversions, the number of digits to appear after the decimal-point for
254 .Bl -column ".Cm q Em (deprecated)" ".Vt signed char" ".Vt unsigned long long" ".Vt long long *"
256 .It Cm hh Ta Vt "signed char" Ta Vt "unsigned char" Ta Vt "signed char *"
257 .It Cm h Ta Vt short Ta Vt "unsigned short" Ta Vt "short *"
258 .It Cm l No (ell) Ta Vt long Ta Vt "unsigned long" Ta Vt "long *"
259 .It Cm ll No (ell ell) Ta Vt "long long" Ta Vt "unsigned long long" Ta Vt "long long *"
260 .It Cm j Ta Vt intmax_t Ta Vt uintmax_t Ta Vt "intmax_t *"
261 .It Cm t Ta Vt ptrdiff_t Ta (see note) Ta Vt "ptrdiff_t *"
262 .It Cm z Ta (see note) Ta Vt size_t Ta (see note)
263 .It Cm q Em (deprecated) Ta Vt quad_t Ta Vt u_quad_t Ta Vt "quad_t *"
296 .Bl -column ".Sy Modifier" ".Cm a , A , e , E , f , F , g , G"
298 .It Cm L Ta Vt "long double"
306 .Bl -column ".Sy Modifier" ".Vt wint_t" ".Vt wchar_t *"
308 .It Cm l No (ell) Ta Vt wint_t Ta Vt "wchar_t *"
329 and non-positional arguments, the results are undefined.
332 .Bl -tag -width ".Cm diouxX"
376 .Oo \- Oc Ar d Li \&. Ar ddd Li e \(+- Ar dd
379 decimal-point character
383 zero, no decimal-point character appears.
401 .Li -inf
405 .Li -INF
417 .Oo \- Oc Ar ddd Li \&. Ar ddd ,
419 where the number of digits after the decimal-point character
422 explicitly zero, no decimal-point character appears.
443 is used if the exponent from its conversion is less than \-4 or greater than
452 .Oo \- Oc Li 0x Ar h Li \&. Ar hhhp Oo \(+- Oc Ar d ,
454 where the number of digits after the hexadecimal-point character
457 represent the floating-point number; if the precision is
458 explicitly zero, no hexadecimal-point character appears.
462 .Oo \- Oc Li 0x Ar h Li \&. Ar hhh
584 In no case does a non-existent or small field width cause truncation of
612 .St -isoC-99 .