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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.c2474 SourceString with each instance of FindTarget replaced with ReplaceWith.
2476 If SourceString and NewString overlap the behavior is undefined.
2480 @param[in] SourceString The string with source buffer.
2489 @retval EFI_INVALID_PARAMETER SourceString was NULL.
2494 @retval EFI_INVALID_PARAMETER SourceString had length < 1.
2502 IN CHAR16 CONST *SourceString,
2514 if ( (SourceString == NULL)
2519 || (StrLen(SourceString) < 1)
2536 while (*SourceString != CHAR_NULL) {
2541 if (StrnCmp(SourceString, FindTarge
2501 ShellCopySearchAndReplace( IN CHAR16 CONST *SourceString, IN OUT CHAR16 *NewString, IN UINTN NewSize, IN CONST CHAR16 *FindTarget, IN CONST CHAR16 *ReplaceWith, IN CONST BOOLEAN SkipPreCarrot, IN CONST BOOLEAN ParameterReplacing ) argument
[all...]

Completed in 48 milliseconds