Home | History | Annotate | Download | only in BasePrintLib

Lines Matching refs:Format

58   based on a Null-terminated format string and a VA_LIST argument list.

60 VSPrint function to process format and place the results in Buffer. Since a
67 parsing of Format into.
73 @param[in] Format A Null-terminated format string.
75 processing Format.
77 by processing Format.
89 IN CONST CHAR8 *Format,
96 based on a Null-terminated format string and variable argument list.
98 VSPrint function to process format and place the results in Buffer. Since a
103 of Format into.
108 @param FormatString Null-terminated format string.