Home
last modified time | relevance | path

Searched defs:tolower (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dctype.h63 #define tolower(c) __tolower(c) macro
/linux/tools/include/linux/
H A Dctype.h64 #define tolower(c) __tolower(c) macro
/linux/tools/include/nolibc/
H A Dstring.h316 int tolower(int c) in tolower() function