Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloverHackyColor/CloverBootloader
/ strcpy
Function
strcpy
rEFIt_UEFI/Platform/Posix/string.h:39–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
38
39
inline char* strcpy(char* dst, const char* src)
40
{
41
AsciiStrCpyS(dst,AsciiStrLen(src)+1,src);
42
return dst;
43
}
44
45
inline char* strncpy(char * dst, const char * src, size_t len)
46
{
Callers
15
SimpleString
Method · 0.50
XString_tests
Function · 0.50
XStringWTest
Method · 0.50
XStringTest
Method · 0.50
XStringArray_tests
Function · 0.50
XStringAbstract
Class · 0.50
ParseFvInf
Function · 0.50
GenerateFvImage
Function · 0.50
ParseCapInf
Function · 0.50
WriteDebug64
Function · 0.50
CreateSectionHeader
Function · 0.50
WriteDebug32
Function · 0.50
Calls
2
AsciiStrCpyS
Function · 0.85
AsciiStrLen
Function · 0.85
Tested by
6
SimpleString
Method · 0.40
XString_tests
Function · 0.40
XStringWTest
Method · 0.40
XStringTest
Method · 0.40
XStringArray_tests
Function · 0.40
thread_setup
Function · 0.40