Home
last modified time | relevance | path

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

/third_party/bounds_checking_function/src/
H A Dwcsncpy_s.c17 SECUREC_INLINE errno_t SecDoCpyLimitW(wchar_t *strDest, size_t destMax, const wchar_t *strSrc, size_t count) in SecDoCpyLimitW() function
92 return SecDoCpyLimitW(strDest, destMax, strSrc, destMax - 1); in wcsncpy_s()
105 return SecDoCpyLimitW(strDest, destMax, strSrc, count); in wcsncpy_s()

Completed in 1 milliseconds