Searched defs:_COUNT (Results 1 – 9 of 9) sorted by relevance
/reactos/sdk/lib/ucrt/mbstring/ |
H A D | mbsnbcpy_s_l.cpp | 18 #define _COUNT _CountInBytes macro
|
H A D | mbsnbset_s_l.cpp | 18 #define _COUNT _CountInBytes macro
|
H A D | mbsncat_s_l.cpp | 18 #define _COUNT _CountInChars macro
|
H A D | mbsncpy_s_l.cpp | 18 #define _COUNT _CountInChars macro
|
H A D | mbsnset_s_l.cpp | 18 #define _COUNT _CountInChars macro
|
H A D | mbsnbcat_s_l.cpp | 18 #define _COUNT _CountInBytes macro
|
H A D | mbsncat_s.inl | 11 …(unsigned char *_Dst, size_t _SizeInBytes, const unsigned char *_Src, size_t _COUNT, _LOCALE_ARG_D…
|
H A D | mbsncpy_s.inl | 14 …(unsigned char *_Dst, size_t _SizeInBytes, const unsigned char *_Src, size_t _COUNT, _LOCALE_ARG_D…
|
H A D | mbsnset_s.inl | 11 …C_NAME(unsigned char *_Dst, size_t _SizeInBytes, unsigned int _Value, size_t _COUNT, _LOCALE_ARG_D…
|