Home
last modified time | relevance | path

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

/bionic/libc/stdlib/
Dtolower_.c52 tolower(int c) in tolower() function
/bionic/libc/kernel/common/linux/
Dctype.h41 #define tolower(c) __tolower(c) macro
/bionic/libc/include/
Dctype.h157 __CTYPE_INLINE int tolower(int c) in tolower() function