Searched defs:_MaxCount (Results 1 – 7 of 7) sorted by relevance
/reactos/sdk/include/ucrt/ |
H A D | string.h | 369 _In_ size_t _MaxCount in strnlen_s()
|
H A D | corecrt_wstring.h | 163 _In_ size_t _MaxCount in wcsnlen_s()
|
H A D | tchar.h | 813 …, _wcsnset_l, _wcsnset_s_l, _Inout_updates_z_(_Size) wchar_t, _Inout_updates_z_(_MaxCount), wchar_… in __DEFINE_CPP_OVERLOAD_INLINE_NFUNC_0_3_EX()
|
/reactos/sdk/include/crt/ |
H A D | string.h | 51 _In_ size_t _MaxCount) in memchr()
|
/reactos/sdk/tools/spec2def/ |
H A D | spec2def.c | 9 #define strncasecmp(_String1, _String2, _MaxCount) _strnicmp(_String1, _String2, _MaxCount) argument
|
/reactos/dll/win32/msvcrt/ |
H A D | stubs.c | 582 _In_ size_t _MaxCount) in _strnset_s()
|
/reactos/dll/win32/dbghelp/ |
H A D | compat.h | 23 #define _strnicmp(_String1, _String2, _MaxCount) strncasecmp(_String1, _String2, _MaxCount) argument
|