Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/String/
DConcatenation.c29 strcat(char * __restrict s1, const char * __restrict s2) in strcat() function
/device/linaro/bootloader/edk2/CryptoPkg/Include/
DOpenSslSupport.h277 #define strcat(strDest,strSource) AsciiStrCatS(strDest,MAX_STRING_SIZE,strSource) macro