Searched defs:_wcsdup (Results 1 – 3 of 3) sorted by relevance
19 extern "C" wchar_t* __cdecl _wcsdup(wchar_t const* const string) in _wcsdup() function
53 wchar_t* CDECL _wcsdup( const wchar_t* str ) in _wcsdup() function
317 #define _wcsdup(s) _wcsdup_dbg(s, _NORMAL_BLOCK, __FILE__, __LINE__) macro