Searched refs:_tcsncat_s (Results 1 – 2 of 2) sorted by relevance
/reactos/sdk/include/crt/sec_api/ |
H A D | tchar_s.h | 63 #define _tcsncat_s wcsncat_s macro 186 #define _tcsncat_s _mbsnbcat_s 218 _tcsncat_s( 363 #define _tcsncat_s strncat_s
|
/reactos/sdk/include/ucrt/ |
H A D | tchar.h | 389 #define _tcsncat_s wcsncat_s macro 1269 #define _tcsncat_s _mbsnbcat_s 1372 _CRT_INSECURE_DEPRECATE(_tcsncat_s) _ACRTIMP char * __cdecl _tcsncat(_Inout_updates_z_(_MaxCount) c… 1373 _ACRTIMP char * __cdecl _tcsncat_s(_Inout_updates_z_(_DstSizeInChars) char *_Dst, _In_ size_t _DstS… 1491 _Check_return_wat_ __inline errno_t _tcsncat_s(_Inout_updates_z_(_Destination_size_chars) char *_De… 1496 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_2(errno_t, _tcsncat_s, _Prepost_z_ char, _Dest, _In_z_ const ch… 1498 __DECLARE_CPP_OVERLOAD_INLINE_NFUNC_0_2_EX(char *, __RETURN_POLICY_DST, _tcsncat, _tcsncat_s, _Inou… 1503 __DEFINE_CPP_OVERLOAD_INLINE_NFUNC_0_2_EX(char *, __RETURN_POLICY_DST, _tcsncat, _tcsncat_s, _Inout… 2031 #define _tcsncat_s strncat_s
|