Searched refs:strlower (Results 1 – 3 of 3) sorted by relevance
235 char *strlower(char *s);
402 char *strlower(char *s) in strlower() function
368 if ((check || !new) && name) name = strlower(name); in do_find()