Searched refs:SecDoCpyLimitW (Results 1 – 1 of 1) sorted by relevance
17 SECUREC_INLINE errno_t SecDoCpyLimitW(wchar_t *strDest, size_t destMax, const wchar_t *strSrc, size… in SecDoCpyLimitW() function92 return SecDoCpyLimitW(strDest, destMax, strSrc, destMax - 1); in wcsncpy_s()105 return SecDoCpyLimitW(strDest, destMax, strSrc, count); in wcsncpy_s()