Searched refs:strtolower (Results 1 – 1 of 1) sorted by relevance
76 static char *strtolower(char *s);182 s = strtolower(s); in findsymbol()206 s = strtolower(s); in findsymbol()333 s = strtolower(s); in finddef()685 s = strtolower(s); in findfile()881 (void) strcpy(prefix, strtolower(prefix)); in findterm()895 s = strtolower(s); /* make it lower case */ in findterm()985 s = strtolower(s); in match()1243 strtolower(char *s) in strtolower() function