Home
last modified time | relevance | path

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

/reactos/sdk/lib/ucrt/string/
H A Dstrncat_s.cpp21 return common_tcsncat_s(destination, size_in_elements, source, count); in strncat_s()
H A Dwcsncat_s.cpp19 return common_tcsncat_s(destination, size_in_elements, source, count); in wcsncat_s()
/reactos/sdk/lib/ucrt/inc/
H A Dcorecrt_internal_string_templates.h92 static errno_t __cdecl common_tcsncat_s( in common_tcsncat_s() function