Searched refs:ascii_tolower (Results 1 – 4 of 4) 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()
352 static int ascii_tolower(int x){ in ascii_tolower() function360 while( *us1 && *us2 && n && ascii_tolower(*us1)==ascii_tolower(*us2) ){ in ascii_strncasecmp()363 return n ? ascii_tolower(*us1)-ascii_tolower(*us2) : 0; in ascii_strncasecmp()
416 +static int ascii_tolower(int x){424 + while( *us1 && *us2 && n && ascii_tolower(*us1)==ascii_tolower(*us2) ){427 + return n ? ascii_tolower(*us1)-ascii_tolower(*us2) : 0;
110598 static int ascii_tolower(int x){110606 while( *us1 && *us2 && n && ascii_tolower(*us1)==ascii_tolower(*us2) ){110609 return n ? ascii_tolower(*us1)-ascii_tolower(*us2) : 0;