Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dctype.h42 static inline unsigned char __tolower(unsigned char c) in __tolower() function
56 #define tolower(c) __tolower(c)