Searched refs:toupper (Results 1 – 9 of 9) sorted by relevance
51 #undef toupper53 toupper(int c) in toupper() function
68 c = toupper(c); in inet_nsap_addr()73 c = toupper(c); in inet_nsap_addr()
84 int toupper(int);164 __CTYPE_INLINE int toupper(int c) in toupper() function
50 #define toupper(c) __toupper(c) macro
121 ch = toupper(ch); in ns_parse_ttl()
55 using ::toupper;
700 while (pt < ptlim && (*pt = toupper(*str++)) != '\0') {710 c = toupper(c);
213 return toupper(wc); in towupper()
1031 return(toupper(ch)); in othercase()