Home
last modified time | relevance | path

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

/third_party/bounds_checking_function/src/
Dstrcat_s.c24 size_t maxSrcLen; in SecDoCat() local
27 maxSrcLen = destMax - destLen; in SecDoCat()
28 SECUREC_CALC_STR_LEN_OPT(strSrc, maxSrcLen, &srcLen); in SecDoCat()