Home
last modified time | relevance | path

Searched defs:_cpc2 (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/include/ucrt/
H A Dmbstring.h1018 #define _mbccmp(_cpc1, _cpc2) _mbsncmp((_cpc1), (_cpc2), 1) in __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_3() argument
H A Dtchar.h639 #define _tccpy(_pc1,_cpc2) ((*(_pc1) = *(_cpc2))) argument
640 #define _tccpy_l(_pc1,_cpc2,_locale) _tccpy((_pc1),(_cpc2)) argument
641 #define _tccmp(_cpc1,_cpc2) ((*(_cpc1))-(*(_cpc2))) argument
698 #define _wcsdec(_cpc1, _cpc2) ((_cpc1)>=(_cpc2) ? NULL : (_cpc2)-1) argument
704 #define _wcsspnp(_cpc1, _cpc2) (_cpc1==NUL… argument
/reactos/sdk/include/crt/
H A Dmbstring.h820 #define _mbccmp(_cpc1,_cpc2) _mbsncmp((_cpc1),(_cpc2),1) argument
H A Dtchar.h424 #define _tccpy(_pc1,_cpc2) ((*(_pc1) = *(_cpc2))) argument
425 #define _tccmp(_cpc1,_cpc2) ((*(_cpc1))-(*(_cpc2))) argument
461 #define _wcsdec(_cpc1,_cpc2) ((_cpc1)>=(_cpc2) ? NULL : (_cpc2)-1) argument
467 #define _wcsspnp(_cpc1,_cpc2) (!_cpc1 ? NULL : ((*((_cpc1)+wcsspn(_cpc1,_cpc2))) ? ((_cpc1)+wcsspn(… argument