Searched refs:s2_ (Results 1 – 2 of 2) sorted by relevance
27 static bool compare_strings(const char* s1_, const char* s2_) in compare_strings() argument29 return strcmp(s1_, s2_) < 0 ? 1 : 0; in compare_strings()