Searched refs:safe_tolower (Results 1 – 2 of 2) sorted by relevance
210 static int safe_tolower(char c){ in safe_tolower() function1778 if( safe_tolower(*s++)!=safe_tolower(*t++) ) return 0; in startsWith()
348 static int safe_tolower(char c){ in safe_tolower() function2646 if( safe_tolower(*s++)!=safe_tolower(*t++) ) return 0; in startsWith()