Searched refs:_mbscmp (Results 1 – 13 of 13) sorted by relevance
8 int _mbscmp(const unsigned char *str1, const unsigned char *str2) in _mbscmp() function
81 extern "C" int (__cdecl _mbscmp)(
198 # _mbscmp.c
499 # _mbscmp.c
3397 ret = _mbscmp(NULL, NULL); in test__mbscmp()3400 ret = _mbscmp(a, NULL); in test__mbscmp()3403 ret = _mbscmp(NULL, a); in test__mbscmp()3406 ret = _mbscmp(a, a); in test__mbscmp()3409 ret = _mbscmp(a, b); in test__mbscmp()3412 ret = _mbscmp(b, a); in test__mbscmp()
142 _mbscmp(
804 #define _tcscmp _mbscmp
201 @ cdecl _mbscmp(str str)
696 @ cdecl _mbscmp(str str)813 @ cdecl _tcscmp(str str) _mbscmp
149 _DCRTIMP int __cdecl _mbscmp(
1295 #define _tcscmp _mbscmp1630 _Check_return_ __inline int _tcscmp(_In_z_ _CPC _s1,_In_z_ _CPC _s2) {return _mbscmp((_CPUC)_s1,(_C…
757 @ cdecl _mbscmp(str str)
767 @ cdecl _mbscmp(str str)