Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/ !
Dctype.h56 static inline unsigned char __toupper(unsigned char c) in __toupper() function
64 #define toupper(c) __toupper(c)
/linux-5.19.10/tools/include/linux/ !
Dctype.h57 static inline unsigned char __toupper(unsigned char c) in __toupper() function
65 #define toupper(c) __toupper(c)