Searched refs:SearchString (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
H A D | Rm.c | 176 CHAR16 *SearchString; local 201 SearchString = NULL; 204 SearchString = StrnCatGrow(&SearchString, &Size, Node->FullName, 0); 205 SearchString = StrnCatGrow(&SearchString, &Size, L"*", 0); 207 if (Pattern == NULL || SearchString == NULL) { 211 if (gUnicodeCollation->MetaiMatch(gUnicodeCollation, Pattern, SearchString)) { 217 SHELL_FREE_NON_NULL(SearchString);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/ |
H A D | String.c | 436 specified by String and returns the first occurrence of SearchString. 437 If SearchString is not found in String, then NULL is returned. If 438 the length of SearchString is zero, then String is 443 If SearchString is NULL, then ASSERT(). 444 If SearchString is not aligned on a 16-bit boundary, then ASSERT(). 446 If PcdMaximumUnicodeStringLength is not zero, and SearchString 451 @param SearchString A pointer to a Null-terminated Unicode string to search for. 453 @retval NULL If the SearchString does not appear in String. 461 IN CONST CHAR16 *SearchString 472 ASSERT (StrSize (SearchString) ! [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/ |
H A D | StrGather.py | 555 ## SearchString 566 def SearchString(UniObjectClass, FileList, IsCompatibleMode): function 605 Uni = SearchString(Uni, sorted (FileList), IsCompatibleMode)
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/ |
H A D | BaseLib.h | 440 specified by String and returns the first occurrence of SearchString. 441 If SearchString is not found in String, then NULL is returned. If 442 the length of SearchString is zero, then String is returned. 446 If SearchString is NULL, then ASSERT(). 447 If SearchString is not aligned on a 16-bit boundary, then ASSERT(). 449 If PcdMaximumUnicodeStringLength is not zero, and SearchString 454 @param SearchString The pointer to a Null-terminated Unicode string to search for. 456 @retval NULL If the SearchString does not appear in String. 464 IN CONST CHAR16 *SearchString 980 and returns the first occurrence of SearchString [all...] |
Completed in 1541 milliseconds