Searched refs:l_strcmp (Results 1 – 1 of 1) sorted by relevance
378 static int l_strcmp (const TString *ls, const TString *rs) { in l_strcmp() function526 return l_strcmp(tsvalue(l), tsvalue(r)) < 0; in lessthanothers()548 return l_strcmp(tsvalue(l), tsvalue(r)) <= 0; in lessequalothers()