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