Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloverHackyColor/CloverBootloader
/ strcat
Function
strcat
rEFIt_UEFI/Platform/Posix/string.h:30–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
inline char* strcat(char* s1, const char* s2)
31
{
32
AsciiStrCatS(s1, AsciiStrLen(s1)+1, s2);
33
return s1;
34
}
35
36
char* strncat(char* s1, const char* s2, size_t n);
37
Callers
15
XStringAbstract
Class · 0.85
GenerateFvImage
Function · 0.85
PrintHelp
Function · 0.85
PrintError
Function · 0.85
StringListToString
Function · 0.85
OsPathPeerFilePath
Function · 0.85
main
Function · 0.85
DeclarePendingQuestion
Method · 0.85
OptionInitialization
Method · 0.85
AppendIncludePath
Method · 0.85
AppendCPreprocessorOptions
Method · 0.85
SetPkgOutputFileName
Method · 0.85
Calls
2
AsciiStrCatS
Function · 0.85
AsciiStrLen
Function · 0.85
Tested by
no test coverage detected