Home
last modified time | relevance | path

Searched refs:__tolower (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
A Dctype.h49 static inline unsigned char __tolower(unsigned char c) in __tolower() function
63 #define tolower(c) __tolower(c)
/linux/tools/include/linux/
A Dctype.h50 static inline unsigned char __tolower(unsigned char c) in __tolower() function
64 #define tolower(c) __tolower(c)

Completed in 3 milliseconds