Home
last modified time | relevance | path

Searched refs:toupper (Results 1 – 10 of 10) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gen/
Dtoupper_.c51 #undef toupper
53 toupper(int c) in toupper() function
/bionic/tests/
Dctype_test.cpp129 TEST(ctype, toupper) { in TEST() argument
130 EXPECT_EQ('!', toupper('!')); in TEST()
131 EXPECT_EQ('A', toupper('a')); in TEST()
132 EXPECT_EQ('A', toupper('A')); in TEST()
/bionic/libc/upstream-netbsd/lib/libc/inet/
Dnsap_addr.c75 c = toupper(c); in inet_nsap_addr()
80 c = toupper(c); in inet_nsap_addr()
/bionic/libc/bionic/
Dctype.cpp80 return toupper(c); in toupper_l()
Dwctype.cpp86 wint_t towupper(wint_t wc) { return toupper(wc); } in towupper()
/bionic/libc/include/
Dctype.h74 int toupper(int);
/bionic/libc/dns/nameser/
Dns_ttl.c123 ch = toupper(ch); in ns_parse_ttl()
/bionic/libstdc++/include/
Dcctype55 using ::toupper;
/bionic/libc/tzcode/
Dstrftime.c666 while (pt < ptlim && (*pt = toupper(*str++)) != '\0') { in _add()
676 c = toupper(c); in _add()
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c1031 return(toupper(ch)); in othercase()