Searched refs:__tolower (Results 1 - 2 of 2) sorted by path

/u-boot/include/linux/
H A Dctype.h43 static inline unsigned char __tolower(unsigned char c) function
57 #define tolower(c) __tolower(c)
/u-boot/include/
H A Dctype.h43 static inline unsigned char __tolower(unsigned char c) function
57 #define tolower(c) __tolower(c)

Completed in 66 milliseconds