Searched refs:SECUREC_STRCAT_SM (Results 1 – 2 of 2) sorted by relevance
502 #define SECUREC_STRCAT_SM(dest, destMax, src) ({ \ macro529 #define SECUREC_STRCAT_SM(dest, destMax, src) strcat_s((dest), (destMax), (src)) macro
604 SECUREC_STRCAT_SM((dest), (destMax), (src)) : \