Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloverHackyColor/CloverBootloader
/ StrStr
Function
StrStr
Xcode/cpp_tests/src/Platform.cpp:186–189 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
}
185
186
CHAR16* StrStr (IN CONST CHAR16 *String, IN CONST CHAR16 *SearchString)
187
{
188
return (CHAR16*)wcsstr_fixed(String, SearchString);
189
}
Callers
15
FSI_FP_Read
Function · 0.85
BaseLib.h
File · 0.85
String.c
File · 0.85
FilePaths.c
File · 0.85
BootMaintExtractConfig
Function · 0.85
FileDevicePathToXStringW
Function · 0.85
ScanDriverDir
Function · 0.85
PatchACPI_OtherOS
Function · 0.85
LoadPlugInKexts
Method · 0.85
LoadKexts
Method · 0.85
GetSmcKeys
Function · 0.85
FindStartupDiskVolume
Function · 0.85
Calls
1
wcsstr_fixed
Function · 0.85
Tested by
1
TestNodeForMove
Function · 0.68