Home
last modified time | relevance | path

Searched defs:SECUREC_STRCAT_SM (Results 1 – 1 of 1) 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