Searched refs:SK_strcasecmp (Results 1 – 1 of 1) sorted by relevance
82 #define SK_strcasecmp _stricmp macro84 #define SK_strcasecmp strcasecmp macro88 return SK_strcasecmp(first.fKeyName.c_str(), second.fKeyName.c_str()) < 0; in compareCommandKey()92 return SK_strcasecmp(first.fGroup.c_str(), second.fGroup.c_str()) < 0; in compareCommandGroup()