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