Searched refs:toupper (Results 1 – 17 of 17) sorted by relevance
75 c = toupper(c); in inet_nsap_addr()80 c = toupper(c); in inet_nsap_addr()
95 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_toupper_y, toupper(x));96 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_toupper_n, toupper(X));
317 TEST(ctype, toupper) { in TEST() argument318 EXPECT_EQ('!', toupper('!')); in TEST()319 EXPECT_EQ('A', toupper('a')); in TEST()320 EXPECT_EQ('A', toupper('A')); in TEST()
163 __BIONIC_CTYPE_INLINE int toupper(int __ch) { in toupper() function245 return toupper(__ch); in toupper_l()
56 #define towupper(a) toupper(a)
63 FUNCTION(toupper, int (*f)(int)); in ctype_h()
117 ch = toupper(ch); in ns_parse_ttl()
140 return u_toupper ? u_toupper(wc) : toupper(wc); in towupper()
720 while (pt < ptlim && (*pt = toupper(*str++)) != '\0') { in _add()730 c = toupper(c); in _add()
342 CALL(toupper)
640 CALL(toupper)
2171 CALL(toupper)
4094 CALL(toupper)
11171 CALL(toupper)
1078 toupper
1096 toupper;