Lines Matching full:specified
35 - The field is left justified. If not flag is not specified, then the
41 If both space and + are specified, then space is ignored.
47 If 0 is also specified, then 0 is ignored.
50 If this flag is not specified, then the number being printed is size int.
56 - The width of the field is specified by a UINTN argument in the
59 - The number specified as a decimal value represents the width of
61 - NOTE: If [width] is not specified, then a field width of 0 is assumed.
66 - The precision of the field is specified by a UINTN argument in the
69 - The number specified as a decimal value represents the precision of
71 - NOTE: If [.precision] is not specified, then a precision of 0 is assumed.
82 A..F. If the flag 'L' is not specified, then the argument is assumed
87 'L' is not specified, then the argument is assumed to be size int.
90 - The argument is a signed decimal number. If the flag 'L' is not specified,
93 - The argument is a unsigned decimal number. If the flag 'L' is not specified,
210 Produces a Null-terminated Unicode string in the output buffer specified by StartOfBuffer
212 The Unicode string is produced by parsing the format string specified by FormatString.
213 Arguments are pulled from the variable argument list specified by Marker based on the
232 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
253 Produces a Null-terminated Unicode string in the output buffer specified by StartOfBuffer
255 The Unicode string is produced by parsing the format string specified by FormatString.
256 Arguments are pulled from the variable argument list specified by Marker based on the
275 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
296 Produces a Null-terminated Unicode string in the output buffer specified by StartOfBuffer
298 The Unicode string is produced by parsing the format string specified by FormatString.
317 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
320 format string specified by FormatString.
339 Produces a Null-terminated Unicode string in the output buffer specified by StartOfBuffer
341 The Unicode string is produced by parsing the format string specified by FormatString.
342 Arguments are pulled from the variable argument list specified by Marker based on the
360 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
381 Produces a Null-terminated Unicode string in the output buffer specified by StartOfBuffer
383 The Unicode string is produced by parsing the format string specified by FormatString.
384 Arguments are pulled from the variable argument list specified by Marker based on the
402 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
423 Produces a Null-terminated Unicode string in the output buffer specified by StartOfBuffer
425 The Unicode string is produced by parsing the format string specified by FormatString.
444 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
447 format string specified by FormatString.
465 Converts the decimal number specified by Value to a Null-terminated Unicode
466 string specified by Buffer containing at most Width characters. No padding of spaces
472 Additional conversion parameters are specified in Flags.
516 Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
518 The ASCII string is produced by parsing the format string specified by FormatString.
519 Arguments are pulled from the variable argument list specified by Marker based on
536 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
557 Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
559 The ASCII string is produced by parsing the format string specified by FormatString.
560 Arguments are pulled from the variable argument list specified by Marker based on
577 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
598 Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
600 The ASCII string is produced by parsing the format string specified by FormatString.
618 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
621 format string specified by FormatString.
640 Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
642 The ASCII string is produced by parsing the format string specified by FormatString.
643 Arguments are pulled from the variable argument list specified by Marker based on
661 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
682 Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
684 The ASCII string is produced by parsing the format string specified by FormatString.
685 Arguments are pulled from the variable argument list specified by Marker based on
703 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
724 Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
726 The ASCII string is produced by parsing the format string specified by FormatString.
745 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
748 format string specified by FormatString.
766 Converts the decimal number specified by Value to a Null-terminated ASCII string
767 specified by Buffer containing at most Width characters. No padding of spaces
774 Additional conversion parameters are specified in Flags.