Searched refs:_tcsupr_s (Results 1 – 2 of 2) sorted by relevance
/reactos/sdk/include/crt/sec_api/ |
H A D | tchar_s.h | 104 #define _tcsupr_s _wcsupr_s macro 207 #define _tcsupr_s _mbsupr_s 347 _tcsupr_s( 383 #define _tcsupr_s _strupr_s
|
/reactos/sdk/include/ucrt/ |
H A D | tchar.h | 631 #define _tcsupr_s _wcsupr_s macro 1353 #define _tcsupr_s _mbsupr_s 1463 _CRT_INSECURE_DEPRECATE(_tcsupr_s) _ACRTIMP char * __cdecl _tcsupr(_Inout_ char *_Str); 1465 _ACRTIMP char * __cdecl _tcsupr_s(_Inout_updates_z_(_SizeInChars) char *_Str, _In_ size_t _SizeInCh… 1867 _Check_return_wat_ __inline errno_t _tcsupr_s(_Inout_updates_z_(_Count) char * _String, _In_ size_t… 1872 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_0(errno_t, _tcsupr_s, _Prepost_z_ char, _String) 1874 __DECLARE_CPP_OVERLOAD_INLINE_FUNC_0_0_EX(char *, __RETURN_POLICY_DST, _tcsupr, _tcsupr_s, _Inout_u… 1879 __DEFINE_CPP_OVERLOAD_INLINE_FUNC_0_0_EX(char *, __RETURN_POLICY_DST, _tcsupr, _tcsupr_s, _Inout_up… 2115 #define _tcsupr_s _strupr_s
|