Lines Matching full:specified

29       - The field is left justified.  If not flag is not specified, then the
35 If both space and + are specified, then space is ignored.
41 If 0 is also specified, then 0 is ignored.
44 If this flag is not specified, then the number being printed is size int.
50 - The width of the field is specified by a UINTN argument in the
53 - The number specified as a decimal value represents the width of
55 - NOTE: If [width] is not specified, then a field width of 0 is assumed.
60 - The precision of the field is specified by a UINTN argument in the
63 - The number specified as a decimal value represents the precision of
65 - NOTE: If [.precision] is not specified, then a precision of 0 is assumed.
76 A..F. If the flag 'L' is not specified, then the argument is assumed
81 'L' is not specified, then the argument is assumed to be size int.
84 - The argument is a signed decimal number. If the flag 'L' is not specified,
87 - The argument is a unsigned decimal number. If the flag 'L' is not specified,
206 Produces a Null-terminated Unicode string in the output buffer specified by StartOfBuffer
208 The Unicode string is produced by parsing the format string specified by FormatString.
209 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
279 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
302 Produces a Null-terminated Unicode string in the output buffer specified by StartOfBuffer
304 The Unicode string is produced by parsing the format string specified by FormatString.
327 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
330 format string specified by FormatString.
351 Produces a Null-terminated Unicode string in the output buffer specified by StartOfBuffer
353 The Unicode string is produced by parsing the format string specified by FormatString.
354 Arguments are pulled from the variable argument list specified by Marker based on the
376 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
397 Produces a Null-terminated Unicode string in the output buffer specified by StartOfBuffer
399 The Unicode string is produced by parsing the format string specified by FormatString.
400 Arguments are pulled from the variable argument list specified by Marker based on the
422 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
445 Produces a Null-terminated Unicode string in the output buffer specified by StartOfBuffer
447 The Unicode string is produced by parsing the format string specified by FormatString.
470 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
473 format string specified by FormatString.
495 Converts the decimal number specified by Value to a Null-terminated Unicode
496 string specified by Buffer containing at most Width characters. No padding of spaces
502 Additional conversion parameters are specified in Flags.
547 Converts the decimal number specified by Value to a Null-terminated Unicode
548 string specified by Buffer containing at most Width characters. No padding of
552 Additional conversion parameters are specified in Flags.
611 Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
613 The ASCII string is produced by parsing the format string specified by FormatString.
614 Arguments are pulled from the variable argument list specified by Marker based on
634 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
655 Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
657 The ASCII string is produced by parsing the format string specified by FormatString.
658 Arguments are pulled from the variable argument list specified by Marker based on
678 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
701 Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
703 The ASCII string is produced by parsing the format string specified by FormatString.
724 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
727 format string specified by FormatString.
748 Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
750 The ASCII string is produced by parsing the format string specified by FormatString.
751 Arguments are pulled from the variable argument list specified by Marker based on
773 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
794 Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
796 The ASCII string is produced by parsing the format string specified by FormatString.
797 Arguments are pulled from the variable argument list specified by Marker based on
819 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
842 Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
844 The ASCII string is produced by parsing the format string specified by FormatString.
867 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
870 format string specified by FormatString.
892 Converts the decimal number specified by Value to a Null-terminated ASCII string
893 specified by Buffer containing at most Width characters. No padding of spaces
900 Additional conversion parameters are specified in Flags.
943 Converts the decimal number specified by Value to a Null-terminated Ascii
944 string specified by Buffer containing at most Width characters. No padding of
948 Additional conversion parameters are specified in Flags.