Searched refs:LHC (Results 1 – 1 of 1) sorted by relevance
43 unsigned char LHC = ascii_tolower(LHS[I]); in ascii_strncasecmp() local45 if (LHC != RHC) in ascii_strncasecmp()46 return LHC < RHC ? -1 : 1; in ascii_strncasecmp()