Home
last modified time | relevance | path

Searched defs:_Destination (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/crt/sec_api/
H A Dtchar_s.h108 #define _wcsnset_s_l(_Destination,_Destination_size_chars,_Value,_Count,_Locale) (_wcsnset_s(_Desti… argument
109 #define _wcsset_s_l(_Destination,_Destination_size_chars,_Value,_Locale) (_wcsset_s(_Destination,_D… argument
/reactos/sdk/include/crt/
H A Dtchar.h468 #define _wcsncpy_l(_Destination,_Source,_Count,_Locale) (wcsncpy(_Destination,_Source,_Count)) argument
469 #define _wcsncat_l(_Destination,_Source,_Count,_Locale) (wcsncat(_Destination,_Source,_Count)) argument
471 #define _wcsnset_l(_Destination,_Value,_Count,_Locale) (_wcsnset(_Destination,_Value,_Count)) argument
472 #define _wcsset_l(_Destination,_Value,_Locale) (_wcsset(_Destination,_Value)) argument