Home
last modified time | relevance | path

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

/bionic/libc/stdlib/
Dtoupper_.c51 #undef toupper
53 toupper(int c) in toupper() function
/bionic/libc/netbsd/inet/
Dnsap_addr.c68 c = toupper(c); in inet_nsap_addr()
73 c = toupper(c); in inet_nsap_addr()
/bionic/libc/include/
Dctype.h84 int toupper(int);
164 __CTYPE_INLINE int toupper(int c) in toupper() function
/bionic/libc/kernel/common/linux/
Dctype.h50 #define toupper(c) __toupper(c) macro
/bionic/libc/netbsd/nameser/
Dns_ttl.c121 ch = toupper(ch); in ns_parse_ttl()
/bionic/libstdc++/include/
Dcctype55 using ::toupper;
/bionic/libc/tzcode/
Dstrftime.c700 while (pt < ptlim && (*pt = toupper(*str++)) != '\0') {
710 c = toupper(c);
/bionic/libc/bionic/
Dwchar.cpp213 return toupper(wc); in towupper()
/bionic/libc/upstream-netbsd/libc/regex/
Dregcomp.c1031 return(toupper(ch)); in othercase()