char_casecmp      138 dir.c          	    if (!ok && char_casecmp(t1, s, enc, nocase) <= 0 && char_casecmp(s, t2, enc, nocase) <= 0)
char_casecmp      142 dir.c          	    if (!ok && char_casecmp(t1, s, enc, nocase) == 0)
char_casecmp      221 dir.c          	if (char_casecmp(p, s, enc, nocase) != 0)