Home
last modified time | relevance | path

Searched refs:SECUREC_STRCAT_SM (Results 1 – 2 of 2) sorted by relevance

/third_party/bounds_checking_function/include/
Dsecurectype.h502 #define SECUREC_STRCAT_SM(dest, destMax, src) ({ \ macro
529 #define SECUREC_STRCAT_SM(dest, destMax, src) strcat_s((dest), (destMax), (src)) macro
Dsecurec.h604 SECUREC_STRCAT_SM((dest), (destMax), (src)) : \