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