Searched defs:HelpText (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellManParser.c107 Upon a sucessful return the caller is responsible to free the memory in *HelpText
111 @param[in] HelpText pointer to pointer to string where text goes.
112 @param[in] HelpSize pointer to size of allocated HelpText (may be updated)
123 IN CHAR16 **HelpText,
137 || HelpText == NULL
211 ASSERT((*HelpText == NULL && *HelpSize == 0) || (*HelpText != NULL));
212 StrnCatGrow (HelpText, HelpSize, TempString, 0);
213 if (HelpText == NULL) {
217 StrnCatGrow (HelpText, HelpSiz
120 ManBufferFindSections( IN CONST CHAR16 *Buffer, IN CONST CHAR16 *Sections, IN CHAR16 **HelpText, IN UINTN *HelpSize ) argument
252 ManFileFindSections( IN SHELL_FILE_HANDLE Handle, IN CONST CHAR16 *Sections, OUT CHAR16 **HelpText, OUT UINTN *HelpSize, IN BOOLEAN Ascii ) argument
[all...]

Completed in 33 milliseconds