Home
last modified time | relevance | path

Searched refs:strlower (Results 1 – 4 of 4) sorted by relevance

/third_party/toybox/lib/
Dlib.h230 char *strlower(char *s);
Dlib.c376 char *strlower(char *s) in strlower() function
/third_party/toybox/porting/liteos_a/lib/
Dlib.h231 char *strlower(char *s);
/third_party/toybox/toys/posix/
Dfind.c366 if ((check || !new) && name) name = strlower(name); in do_find()