Home
last modified time | relevance | path

Searched refs:tolower (Results 1 – 12 of 12) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gen/
Dtolower_.c50 #undef tolower
52 tolower(int c) in tolower() function
Dfnmatch.c220 && (tolower((unsigned char)**string) >= in fnmatch_ch()
221 tolower((unsigned char)*startch)) in fnmatch_ch()
222 && (tolower((unsigned char)**string) <= in fnmatch_ch()
223 tolower((unsigned char)**pattern))) in fnmatch_ch()
235 && (tolower((unsigned char)**string) == in fnmatch_ch()
236 tolower((unsigned char)**pattern))) in fnmatch_ch()
264 && (tolower((unsigned char)**string) == in fnmatch_ch()
265 tolower((unsigned char)**pattern))) in fnmatch_ch()
/bionic/libc/upstream-netbsd/lib/libc/string/
Dstrcasestr.c58 c = tolower((unsigned char)c); in strcasestr()
64 } while ((char)tolower((unsigned char)sc) != c); in strcasestr()
/bionic/tests/
Dctype_test.cpp118 TEST(ctype, tolower) { in TEST() argument
119 EXPECT_EQ('!', tolower('!')); in TEST()
120 EXPECT_EQ('a', tolower('a')); in TEST()
121 EXPECT_EQ('a', tolower('A')); in TEST()
/bionic/libc/bionic/
Dctype.cpp84 return tolower(c); in tolower_l()
Dwctype.cpp85 wint_t towlower(wint_t wc) { return tolower(wc); } in towlower()
/bionic/libc/include/
Dctype.h73 int tolower(int);
/bionic/libc/dns/nameser/
Dns_ttl.c94 *p = tolower(ch); in ns_format_ttl()
Dns_name.c397 *dn++ = tolower(c); in ns_name_ntol()
/bionic/libstdc++/include/
Dcctype54 using ::tolower;
/bionic/libc/tzcode/
Dstrftime.c660 while (pt < ptlim && (*pt = tolower(*str++)) != '\0') { in _add()
674 c = tolower(c); in _add()
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c1029 return(tolower(ch)); in othercase()