Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dctype.h50 static inline unsigned char __toupper(unsigned char c) in __toupper() function
58 #define toupper(c) __toupper(c)
/openbmc/linux/include/linux/
H A Dctype.h56 static inline unsigned char __toupper(unsigned char c) in __toupper() function
64 #define toupper(c) __toupper(c)
/openbmc/linux/tools/include/linux/
H A Dctype.h57 static inline unsigned char __toupper(unsigned char c) in __toupper() function
65 #define toupper(c) __toupper(c)