Home
last modified time | relevance | path

Searched defs:toupper (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dctype.h64 #define toupper(c) __toupper(c) macro
/linux/tools/include/linux/
H A Dctype.h65 #define toupper(c) __toupper(c) macro
/linux/tools/include/nolibc/
H A Dstring.h324 int toupper(int c) in toupper() function