Home
last modified time | relevance | path

Searched defs:strcpy (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/String/
DCopying.c70 strcpy(char * __restrict s1, const char * __restrict s2) in strcpy() function
/device/linaro/bootloader/edk2/CryptoPkg/Include/
DOpenSslSupport.h274 #define strcpy(strDest,strSource) AsciiStrCpyS(strDest,MAX_STRING_SIZE,strSource) macro