/reactos/sdk/include/ucrt/ |
H A D | mbstring.h | 109 …_Inout_updates_z_(_String_length_(_Dest) + _String_length_(_Source) + 1), unsigned char, _D… 122 unsigned char, _Dest, 182 unsigned char, _Dest, 348 unsigned char, _Dest, 437 unsigned char, _Dest, 513 _Prepost_z_ unsigned char, _Dest, 536 _Prepost_z_ unsigned char, _Dest, 749 _Prepost_z_ unsigned char, _Dest, 772 _Prepost_z_ unsigned char, _Dest, 830 _Prepost_z_ unsigned char, _Dest, [all …]
|
H A D | wchar.h | 93 _Post_z_ wchar_t, _Dest, 101 _Out_writes_opt_z_(_Count), wchar_t, _Dest, 120 _Out_writes_opt_z_(_Size) char, _Dest, 127 _Pre_maybenull_ _Post_z_, char, _Dest, 146 _Out_writes_opt_z_(_Size) char, _Dest, 154 _Pre_maybenull_ _Post_z_, char, _Dest,
|
H A D | stdlib.h | 919 _Post_z_ wchar_t, _Dest, 926 _Out_writes_opt_z_(_MaxCount), wchar_t, _Dest, 944 _Post_z_ wchar_t, _Dest, 953 _Out_writes_z_(_MaxCount), wchar_t, _Dest, 1007 _Out_writes_bytes_opt_(_Size) char, _Dest, 1014 _Out_writes_opt_(_MaxCount), char, _Dest, 1032 _Out_writes_opt_(_Size) char, _Dest, 1041 _Out_writes_(_MaxCount), char, _Dest, 1126 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_SPLITPATH(errno_t, _splitpath_s, char, _Dest)
|
H A D | tchar.h | 821 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_2(errno_t, _wcsset_s_l, _Prepost_z_ wchar_t, _Dest, _In_ wchar_… in __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_2() argument 1496 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_2(errno_t, _tcsncat_s, _Prepost_z_ char, _Dest, _In_z_ const ch… 1524 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_2(errno_t, _tcsncpy_s, _Post_z_ char, _Dest, _In_z_ const char … 1577 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_2(errno_t, _tcsnset_s, _Prepost_z_ char, _Dest, _In_ unsigned i… 1607 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_1(errno_t, _tcsset_s, _Prepost_z_ char, _Dest, _In_ unsigned in… 1621 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_2(errno_t, _tcsset_s_l, _Prepost_z_ char, _Dest, _In_ unsigned … 1751 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_2(errno_t, _tcsnccat_s, _Prepost_z_ char, _Dest, _In_z_ const c… 1779 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_2(errno_t, _tcsnccpy_s, _Post_z_ char, _Dest, _In_z_ const char… 1807 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_2(errno_t, _tcsncset_s, char, _Dest, _In_ unsigned int, _Value,… 1902 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_2(errno_t, _tccpy_s, _Post_z_ char, _Dest, _Out_opt_ int *, _P… [all …]
|
/reactos/sdk/include/crt/ |
H A D | mbstring.h | 115 _Inout_z_ unsigned char *_Dest, 176 _Out_writes_z_(_String_length_(_Source) + 1) unsigned char *_Dest, 182 _Pre_notnull_ _Post_z_ unsigned char *_Dest, 317 _Inout_z_ unsigned char *_Dest, 325 _Inout_z_ unsigned char *_Dest, 389 _Out_writes_(_Count) _Post_maybez_ unsigned char *_Dest, 406 _Out_writes_(_Count) _Post_maybez_ unsigned char *_Dest, 470 _Inout_z_ unsigned char *_Dest, 478 _Inout_z_ unsigned char *_Dest, 542 _Pre_notnull_ _Out_writes_(2 * _Count) _Post_maybez_ unsigned char *_Dest, [all …]
|
H A D | string.h | 145 _Out_writes_z_(_String_length_(_Source) + 1) char *_Dest, 151 _Inout_updates_z_(_String_length_(_Dest) + _String_length_(_Source) + 1) char *_Dest, 348 char *_Dest, 382 char *_Dest, 686 _Inout_updates_z_(_String_length_(_Dest) + _String_length_(_Source) + 1) wchar_t *_Dest, 722 _Out_writes_z_(_String_length_(_Source) + 1) wchar_t *_Dest, 737 wchar_t *_Dest, 774 wchar_t *_Dest,
|
H A D | stdlib.h | 371 _Pre_notnull_ _Post_z_ char *_Dest, 467 _Pre_notnull_ _Post_z_ char *_Dest, 538 _Out_writes_opt_z_(_MaxCount) wchar_t *_Dest, 546 _Out_writes_opt_z_(_MaxCount) wchar_t *_Dest, 644 _Pre_notnull_ _Post_z_ char *_Dest, 664 _Out_writes_opt_z_(_MaxCount) char *_Dest, 672 _Out_writes_opt_z_(_MaxCount) char *_Dest, 823 _Pre_notnull_ _Post_z_ wchar_t *_Dest, 831 _Pre_notnull_ _Post_z_ wchar_t *_Dest, 839 _Pre_notnull_ _Post_z_ wchar_t *_Dest,
|
H A D | stdio.h | 687 _CRTIMP int __cdecl _snprintf(char *_Dest,size_t _Count,const char *_Format,...); 688 _CRTIMP int __cdecl _vsnprintf(char *_Dest,size_t _Count,const char *_Format,va_list _Args); 689 int __cdecl sprintf(char *_Dest,const char *_Format,...); 690 int __cdecl vsprintf(char *_Dest,const char *_Format,va_list _Args); 927 _CRTIMP int __cdecl _snwprintf(wchar_t *_Dest,size_t _Count,const wchar_t *_Format,...); 928 …_CRTIMP int __cdecl _vsnwprintf(wchar_t *_Dest,size_t _Count,const wchar_t *_Format,va_list _Args); 946 _CRTIMP int __cdecl _swprintf(wchar_t *_Dest,const wchar_t *_Format,...); 947 _CRTIMP int __cdecl _vswprintf(wchar_t *_Dest,const wchar_t *_Format,va_list _Args);
|
H A D | wchar.h | 1369 _Pre_notnull_ _Post_z_ wchar_t *_Dest, 1377 _Pre_notnull_ _Post_z_ wchar_t *_Dest, 1624 _Pre_notnull_ _Post_z_ wchar_t *_Dest, 1632 _Pre_notnull_ _Post_z_ wchar_t *_Dest, 1640 _Pre_notnull_ _Post_z_ wchar_t *_Dest, 1921 _Inout_updates_z_(_String_length_(_Dest) + _String_length_(_Source) + 1) wchar_t *_Dest, 1980 wchar_t *_Dest, 1995 wchar_t *_Dest, 2468 _Pre_notnull_ _Post_z_ wchar_t *_Dest, 2476 _Pre_maybenull_ _Post_z_ char *_Dest, [all …]
|
/reactos/sdk/include/ddk/ |
H A D | ndis.h | 3298 PUCHAR _Dest = (PUCHAR)(Destination); \ 3299 PUCHAR _End = _Dest + (Length); \ 3300 while (_Dest < _End) \ 3301 *_Dest++ = *_Src++; \ 3700 PUCHAR _Dest = Destination, _Src = Source, _End = _Dest + Length; \ 3701 while (_Dest < _End) \ 3702 *_Dest++ = _Src++; \ 3707 PUCHAR _Dest = Destination, _End = _Dest + Length; \ 3708 while (_Dest < _End) \ 3709 *_Dest++ = 0; \
|
/reactos/sdk/include/crt/sec_api/ |
H A D | stdio_s.h | 1066 _CRTIMP int __cdecl __swprintf_l(wchar_t *_Dest,const wchar_t *_Format,_locale_t _Plocinfo,...); 1067 …_CRTIMP int __cdecl __vswprintf_l(wchar_t *_Dest,const wchar_t *_Format,_locale_t _Plocinfo,va_lis…
|