Searched refs:toupper (Results 1 – 19 of 19) sorted by relevance
75 c = toupper(c); in inet_nsap_addr()80 c = toupper(c); in inet_nsap_addr()
82 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_toupper_y, toupper('x'));83 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()
83 return toupper(c); in toupper_l()
140 return u_toupper ? u_toupper(wc) : toupper(wc); in towupper()
63 FUNCTION(toupper, int (*f)(int)); in ctype_h()
117 ch = toupper(ch); in ns_parse_ttl()
161 __BIONIC_CTYPE_INLINE int toupper(int __ch) { in toupper() function
651 while (pt < ptlim && (*pt = toupper(*str++)) != '\0') { in _add()661 c = toupper(c); in _add()
342 CALL(toupper)
640 CALL(toupper)
2171 CALL(toupper)
4095 CALL(toupper)
11171 CALL(toupper)
34788 CALL(toupper)
1078 toupper
1034 return(toupper(ch)); in othercase()
1098 toupper;