Home
last modified time | relevance | path

Searched defs:_wcsdup (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/lib/ucrt/string/
H A Dwcsdup.cpp19 extern "C" wchar_t* __cdecl _wcsdup(wchar_t const* const string) in _wcsdup() function
/reactos/sdk/lib/crt/string/
H A Dwcs.c53 wchar_t* CDECL _wcsdup( const wchar_t* str ) in _wcsdup() function
/reactos/sdk/include/ucrt/
H A Dcrtdbg.h317 #define _wcsdup(s) _wcsdup_dbg(s, _NORMAL_BLOCK, __FILE__, __LINE__) macro