Home | History | Annotate | Download | only in UefiShellLib

Lines Matching refs:Format

625   // This is a weak spot since if the undefined SHELL_FILE_HANDLE format changes this must change also!

1402 @retval the resultant head of the double linked new format list;
2717 if Format is NULL, then ASSERT
2731 @param[in] Format the format string
2742 IN CONST CHAR16 *Format,
2768 Status = ShellCopySearchAndReplace(Format, mPostReplaceFormat, PcdGet16 (PcdShellPrintBufferSize), L"%N", L"%%N", FALSE, FALSE);
2880 If Format is NULL, then ASSERT.
2894 @param[in] Format the format string
2905 IN CONST CHAR16 *Format,
2911 if (Format == NULL) {
2914 VA_START (Marker, Format);
2915 RetVal = InternalShellPrintWorker(Col, Row, Format, Marker);
2929 If Format is NULL, then ASSERT.
2945 @param[in] HiiFormatStringId The format string Id for getting from Hii.
2946 @param[in] HiiFormatHandle The format string Handle for getting from Hii.
3546 @param[in] HiiFormatStringId The format string Id for getting from Hii.
3547 @param[in] HiiFormatHandle The format string Handle for getting from Hii.
3743 The format of the input Unicode string String is:
3846 of the Unicode string specified by String as a decimal number. The format
4196 @retval EFI_DEVICE_ERROR The help data format was incorrect.