ft2
const struct filename_trans_key *ft2 = k2;
v = ft1->ttype - ft2->ttype;
v = ft1->tclass - ft2->tclass;
return strcmp(ft1->name, ft2->name);