Searched refs:_wcstok_s_l (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/include/crt/sec_api/ |
H A D | tchar_s.h | 68 #define _tcstok_s_l _wcstok_s_l 107 #define _wcstok_s_l(_String,_Delimiters,_Current_position,_Locale) (wcstok_s(_String,_Delimiters,_C… macro
|
H A D | string_s.h | 278 _wcstok_s_l(
|
H A D | wchar_s.h | 595 _wcstok_s_l(
|
/reactos/sdk/include/ucrt/ |
H A D | tchar.h | 403 #define _tcstok_s_l _wcstok_s_l 714 #define _wcstok_s_l(_String, _Delimiters, _Current_position, _Locale) (wcstok_s(_… macro 781 _CRT_INSECURE_DEPRECATE(_wcstok_s_l) __inline wchar_t * _wcstok_l(_Inout_opt_z_ wchar_t * _String, … in __DEFINE_CPP_OVERLOAD_INLINE_NFUNC_0_3_EX() 792 __inline wchar_t * _wcstok_s_l(_Inout_opt_z_ wchar_t * _String, _In_z_ const wchar_t * _Delimiters,… in _wcstok_s_l() function
|