Lines Matching full:output
8 The Print Library functions provide a simple means to produce formatted output
9 strings. Many of the output functions use a format string to describe how to
10 format the output of variable arguments. The format string consists of normal
201 Produces a Null-terminated Unicode string in an output buffer based on
206 Produces a Null-terminated Unicode string in the output buffer specified by StartOfBuffer
211 The number of Unicode characters in the produced output buffer is returned not including
217 If BufferSize > 1 and StartOfBuffer is NULL, then ASSERT(). Also, the output buffer is
219 If BufferSize > 1 and FormatString is NULL, then ASSERT(). Also, the output buffer is
222 (PcdMaximumUnicodeStringLength * sizeof (CHAR16) + 1), then ASSERT(). Also, the output
226 ASSERT(). Also, the output buffer is unmodified and 0 is returned.
228 If BufferSize is 0 or 1, then the output buffer is unmodified and 0 is returned.
230 @param StartOfBuffer A pointer to the output buffer for the produced Null-terminated
232 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
236 @return The number of Unicode characters in the produced output buffer not including the
250 Produces a Null-terminated Unicode string in an output buffer based on
253 Produces a Null-terminated Unicode string in the output buffer specified by StartOfBuffer
258 The number of Unicode characters in the produced output buffer is returned not including
264 If BufferSize > 1 and StartOfBuffer is NULL, then ASSERT(). Also, the output buffer is
266 If BufferSize > 1 and FormatString is NULL, then ASSERT(). Also, the output buffer is
269 (PcdMaximumUnicodeStringLength * sizeof (CHAR16) + 1), then ASSERT(). Also, the output
273 ASSERT(). Also, the output buffer is unmodified and 0 is returned.
275 If BufferSize is 0 or 1, then the output buffer is unmodified and 0 is returned.
277 @param StartOfBuffer A pointer to the output buffer for the produced Null-terminated
279 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
283 @return The number of Unicode characters in the produced output buffer not including the
297 Produces a Null-terminated Unicode string in an output buffer based on a Null-terminated
302 Produces a Null-terminated Unicode string in the output buffer specified by StartOfBuffer
306 The number of Unicode characters in the produced output buffer is returned not including
312 If BufferSize > 1 and StartOfBuffer is NULL, then ASSERT(). Also, the output buffer is
314 If BufferSize > 1 and FormatString is NULL, then ASSERT(). Also, the output buffer is
317 (PcdMaximumUnicodeStringLength * sizeof (CHAR16) + 1), then ASSERT(). Also, the output
321 ASSERT(). Also, the output buffer is unmodified and 0 is returned.
323 If BufferSize is 0 or 1, then the output buffer is unmodified and 0 is returned.
325 @param StartOfBuffer A pointer to the output buffer for the produced Null-terminated
327 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
332 @return The number of Unicode characters in the produced output buffer not including the
346 Produces a Null-terminated Unicode string in an output buffer based on a Null-terminated
351 Produces a Null-terminated Unicode string in the output buffer specified by StartOfBuffer
356 The number of Unicode characters in the produced output buffer is returned not including
361 If BufferSize > 1 and StartOfBuffer is NULL, then ASSERT(). Also, the output buffer is
363 If BufferSize > 1 and FormatString is NULL, then ASSERT(). Also, the output buffer is
366 (PcdMaximumUnicodeStringLength * sizeof (CHAR16) + 1), then ASSERT(). Also, the output
370 ASSERT(). Also, the output buffer is unmodified and 0 is returned.
372 If BufferSize is 0 or 1, then no output buffer is produced and 0 is returned.
374 @param StartOfBuffer A pointer to the output buffer for the produced Null-terminated
376 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
380 @return The number of Unicode characters in the produced output buffer not including the
394 Produces a Null-terminated Unicode string in an output buffer based on a Null-terminated
397 Produces a Null-terminated Unicode string in the output buffer specified by StartOfBuffer
402 The number of Unicode characters in the produced output buffer is returned not including
407 If BufferSize > 1 and StartOfBuffer is NULL, then ASSERT(). Also, the output buffer is
409 If BufferSize > 1 and FormatString is NULL, then ASSERT(). Also, the output buffer is
412 (PcdMaximumUnicodeStringLength * sizeof (CHAR16) + 1), then ASSERT(). Also, the output
416 ASSERT(). Also, the output buffer is unmodified and 0 is returned.
418 If BufferSize is 0 or 1, then no output buffer is produced and 0 is returned.
420 @param StartOfBuffer A pointer to the output buffer for the produced Null-terminated
422 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
426 @return The number of Unicode characters in the produced output buffer not including the
440 Produces a Null-terminated Unicode string in an output buffer based on a Null-terminated
445 Produces a Null-terminated Unicode string in the output buffer specified by StartOfBuffer
450 The number of Unicode characters in the produced output buffer is returned not including
455 If BufferSize > 1 and StartOfBuffer is NULL, then ASSERT(). Also, the output buffer is
457 If BufferSize > 1 and FormatString is NULL, then ASSERT(). Also, the output buffer is
460 (PcdMaximumUnicodeStringLength * sizeof (CHAR16) + 1), then ASSERT(). Also, the output
464 ASSERT(). Also, the output buffer is unmodified and 0 is returned.
466 If BufferSize is 0 or 1, then no output buffer is produced and 0 is returned.
468 @param StartOfBuffer A pointer to the output buffer for the produced Null-terminated
470 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
475 @return The number of Unicode characters in the produced output buffer not including the
509 If RADIX_HEX is set in Flags, then the output buffer will be
523 @param Buffer The pointer to the output buffer for the produced Null-terminated
559 If RADIX_HEX is set in Flags, then the output buffer will be formatted in
571 @param Buffer The pointer to the output buffer for the produced
606 Produces a Null-terminated ASCII string in an output buffer based on a Null-terminated
611 Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
616 The number of ASCII characters in the produced output buffer is returned not including
619 If BufferSize > 0 and StartOfBuffer is NULL, then ASSERT(). Also, the output buffer is
621 If BufferSize > 0 and FormatString is NULL, then ASSERT(). Also, the output buffer is
624 (PcdMaximumAsciiStringLength * sizeof (CHAR8)), then ASSERT(). Also, the output buffer
628 ASSERT(). Also, the output buffer is unmodified and 0 is returned.
630 If BufferSize is 0, then no output buffer is produced and 0 is returned.
632 @param StartOfBuffer A pointer to the output buffer for the produced Null-terminated
634 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
638 @return The number of ASCII characters in the produced output buffer not including the
652 Produces a Null-terminated ASCII string in an output buffer based on a Null-terminated
655 Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
660 The number of ASCII characters in the produced output buffer is returned not including
663 If BufferSize > 0 and StartOfBuffer is NULL, then ASSERT(). Also, the output buffer is
665 If BufferSize > 0 and FormatString is NULL, then ASSERT(). Also, the output buffer is
668 (PcdMaximumAsciiStringLength * sizeof (CHAR8)), then ASSERT(). Also, the output buffer
672 ASSERT(). Also, the output buffer is unmodified and 0 is returned.
674 If BufferSize is 0, then no output buffer is produced and 0 is returned.
676 @param StartOfBuffer A pointer to the output buffer for the produced Null-terminated
678 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
682 @return The number of ASCII characters in the produced output buffer not including the
696 Produces a Null-terminated ASCII string in an output buffer based on a Null-terminated
701 Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
706 The number of ASCII characters in the produced output buffer is returned not including
709 If BufferSize > 0 and StartOfBuffer is NULL, then ASSERT(). Also, the output buffer is
711 If BufferSize > 0 and FormatString is NULL, then ASSERT(). Also, the output buffer is
714 (PcdMaximumAsciiStringLength * sizeof (CHAR8)), then ASSERT(). Also, the output buffer
718 ASSERT(). Also, the output buffer is unmodified and 0 is returned.
720 If BufferSize is 0, then no output buffer is produced and 0 is returned.
722 @param StartOfBuffer A pointer to the output buffer for the produced Null-terminated
724 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
729 @return The number of ASCII characters in the produced output buffer not including the
743 Produces a Null-terminated ASCII string in an output buffer based on a Null-terminated
748 Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
753 The number of ASCII characters in the produced output buffer is returned not including
758 If BufferSize > 0 and StartOfBuffer is NULL, then ASSERT(). Also, the output buffer is
760 If BufferSize > 0 and FormatString is NULL, then ASSERT(). Also, the output buffer is
763 (PcdMaximumAsciiStringLength * sizeof (CHAR8)), then ASSERT(). Also, the output buffer
767 ASSERT(). Also, the output buffer is unmodified and 0 is returned.
769 If BufferSize is 0, then no output buffer is produced and 0 is returned.
771 @param StartOfBuffer A pointer to the output buffer for the produced Null-terminated
773 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
777 @return The number of ASCII characters in the produced output buffer not including the
791 Produces a Null-terminated ASCII string in an output buffer based on a Null-terminated
794 Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
799 The number of ASCII characters in the produced output buffer is returned not including
804 If BufferSize > 0 and StartOfBuffer is NULL, then ASSERT(). Also, the output buffer is
806 If BufferSize > 0 and FormatString is NULL, then ASSERT(). Also, the output buffer is
809 (PcdMaximumAsciiStringLength * sizeof (CHAR8)), then ASSERT(). Also, the output buffer
813 ASSERT(). Also, the output buffer is unmodified and 0 is returned.
815 If BufferSize is 0, then no output buffer is produced and 0 is returned.
817 @param StartOfBuffer A pointer to the output buffer for the produced Null-terminated
819 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
823 @return The number of ASCII characters in the produced output buffer not including the
837 Produces a Null-terminated ASCII string in an output buffer based on a Null-terminated
842 Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
847 The number of ASCII characters in the produced output buffer is returned not including
852 If BufferSize > 0 and StartOfBuffer is NULL, then ASSERT(). Also, the output buffer is
854 If BufferSize > 0 and FormatString is NULL, then ASSERT(). Also, the output buffer is
857 (PcdMaximumAsciiStringLength * sizeof (CHAR8)), then ASSERT(). Also, the output buffer
861 ASSERT(). Also, the output buffer is unmodified and 0 is returned.
863 If BufferSize is 0, then no output buffer is produced and 0 is returned.
865 @param StartOfBuffer A pointer to the output buffer for the produced Null-terminated
867 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
872 @return The number of ASCII characters in the produced output buffer not including the
906 If RADIX_HEX is set in Flags, then the output buffer will be
919 @param Buffer A pointer to the output buffer for the produced Null-terminated
955 If RADIX_HEX is set in Flags, then the output buffer will be formatted in
966 @param Buffer The pointer to the output buffer for the produced
1001 output were produced not including the Null-terminator.
1025 output were produced not including the Null-terminator.