Searched refs:lc_l (Results 1 – 1 of 1) sorted by relevance
195 char lc_r, lc_l; in s_name_match() local202 lc_l = *left; in s_name_match()204 if ((lc_l >= 'A') && (lc_l <= 'Z')) lc_l += 32; in s_name_match()205 if (lc_l != lc_r) return 0; in s_name_match()
Completed in 2 milliseconds