Searched refs:CSTR_EQUAL (Results 1 – 2 of 2) sorted by relevance
200 int result = CSTR_EQUAL; in _WLocale_strcmp_aux()205 if (result != CSTR_EQUAL) in _WLocale_strcmp_aux()218 return (result == CSTR_EQUAL) ? 0 : (result == CSTR_LESS_THAN) ? -1 : 1; in _WLocale_strcmp()
1075 #ifndef CSTR_EQUAL /* VC5SP3*/1076 # define CSTR_EQUAL 2 macro1090 int result = CSTR_EQUAL; in _Locale_strcmp_auxA()1095 if (result != CSTR_EQUAL) in _Locale_strcmp_auxA()1119 return (result == CSTR_EQUAL) ? 0 : (result == CSTR_LESS_THAN) ? -1 : 1; in _Locale_strcmp()