Home
last modified time | relevance | path

Searched refs:tmpCount (Results 1 - 1 of 1) sorted by relevance

/third_party/bounds_checking_function/src/
H A Dstrncpy_s.c38 size_t tmpCount = count; in CheckSrcCountRange() local
42 while (*(endPos) != '\0' && tmpDestMax > 0 && tmpCount > 0) { in CheckSrcCountRange()
44 --tmpCount; in CheckSrcCountRange()
115 size_t tmpCount = destMax; in strncpy_s() local
118 tmpCount = destMax - 1; in strncpy_s()
121 SECUREC_CALC_STR_LEN(strSrc, tmpCount, &minCpLen); /* No ending terminator */ in strncpy_s()

Completed in 1 milliseconds