Searched refs:SECUREC_STRNCPY_SM (Results 1 – 2 of 2) sorted by relevance
/third_party/bounds_checking_function/include/ | ||
D | securec.h | 598 SECUREC_STRNCPY_SM((dest), (destMax), (src), (count)) : \ |
D | securectype.h | 487 #define SECUREC_STRNCPY_SM(dest, destMax, src, count) \ macro |