Searched refs:ascii_tolower (Results 1 – 1 of 1) sorted by relevance
23 static char ascii_tolower(char x) { in ascii_tolower() function43 unsigned char LHC = ascii_tolower(LHS[I]); in ascii_strncasecmp()44 unsigned char RHC = ascii_tolower(RHS[I]); in ascii_strncasecmp()120 Result[i] = ascii_tolower(Data[i]); in lower()