HomeSort by relevance Sort by last modified time
    Searched refs:_wcsncpy_l (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tchar.h 261 #define _tcsncpy_l _wcsncpy_l
404 #define _tcsnccpy_l _wcsncpy_l
467 #define _wcsncpy_l(_Destination,_Source,_Count,_Locale) (wcsncpy(_Destination,_Source,_Count)) macro
string.h 133 wchar_t *__cdecl _wcsncpy_l(wchar_t * __restrict__ _Dest,const wchar_t * __restrict__ _Source,size_t _Count,_locale_t _Locale) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
wchar.h     [all...]

Completed in 2999 milliseconds