Home
last modified time | relevance | path

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

/reactos/sdk/lib/ucrt/string/
H A Dwcsncpy_s.cpp19 return common_tcsncpy_s(destination, size_in_elements, source, count); in wcsncpy_s()
H A Dstrncpy_s.cpp21 return common_tcsncpy_s(destination, size_in_elements, source, count); in strncpy_s()
/reactos/sdk/lib/ucrt/inc/
H A Dcorecrt_internal_string_templates.h166 static errno_t __cdecl common_tcsncpy_s( in common_tcsncpy_s() function