Searched refs:toupper (Results 1 – 10 of 10) sorted by relevance
51 #undef toupper53 toupper(int c) in toupper() function
129 TEST(ctype, toupper) { in TEST() argument130 EXPECT_EQ('!', toupper('!')); in TEST()131 EXPECT_EQ('A', toupper('a')); in TEST()132 EXPECT_EQ('A', toupper('A')); in TEST()
75 c = toupper(c); in inet_nsap_addr()80 c = toupper(c); in inet_nsap_addr()
80 return toupper(c); in toupper_l()
86 wint_t towupper(wint_t wc) { return toupper(wc); } in towupper()
74 int toupper(int);
123 ch = toupper(ch); in ns_parse_ttl()
55 using ::toupper;
666 while (pt < ptlim && (*pt = toupper(*str++)) != '\0') { in _add()676 c = toupper(c); in _add()
1031 return(toupper(ch)); in othercase()