Home
last modified time | relevance | path

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

/third_party/bounds_checking_function/src/
H A Dwcsncat_s.c20 SECUREC_INLINE errno_t SecDoCatLimitW(wchar_t *strDest, size_t destMax, const wchar_t *strSrc, size_t count) in SecDoCatLimitW() function
104 return SecDoCatLimitW(strDest, destMax, strSrc, destMax); in wcsncat_s()
111 return SecDoCatLimitW(strDest, destMax, strSrc, count); in wcsncat_s()

Completed in 4 milliseconds