Home
last modified time | relevance | path

Searched refs:modified_lexicalorder_a_lessthan_b (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/dar/dar-2.5.14-bis/src/libdar/
H A Dmask_list.cpp56 static bool modified_lexicalorder_a_lessthan_b(const std::string & a, const std::string & b);
213 tmp.sort(&modified_lexicalorder_a_lessthan_b); in mask_list()
254 if(modified_lexicalorder_a_lessthan_b(contenu[tmp], target)) in is_covered()
262 if(min == 0 && modified_lexicalorder_a_lessthan_b(target, contenu[min])) in is_covered()
292 static bool modified_lexicalorder_a_lessthan_b(const string & a, const string & b) in modified_lexicalorder_a_lessthan_b() function