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