Home
last modified time | relevance | path

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

12

/bionic/libc/upstream-openbsd/lib/libc/gen/
Dfnmatch.c226 (tolower((unsigned char)**string) >= in fnmatch_ch()
227 tolower((unsigned char)*startch)) && in fnmatch_ch()
228 (tolower((unsigned char)**string) <= in fnmatch_ch()
229 tolower((unsigned char)**pattern))) in fnmatch_ch()
241 (tolower((unsigned char)**string) == in fnmatch_ch()
242 tolower((unsigned char)**pattern))) in fnmatch_ch()
268 (tolower((unsigned char)**string) == in fnmatch_ch()
269 tolower((unsigned char)**pattern))) in fnmatch_ch()
/bionic/libc/upstream-openbsd/lib/libc/string/
Dstrcasestr.c49 c = (char)tolower((unsigned char)c); in strcasestr()
55 } while ((char)tolower((unsigned char)sc) != c); in strcasestr()
/bionic/benchmarks/
Dctype_benchmark.cpp79 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_tolower_y, tolower('X'));
80 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_tolower_n, tolower('x'));
/bionic/tests/
Dctype_test.cpp300 TEST(ctype, tolower) { in TEST() argument
301 EXPECT_EQ('!', tolower('!')); in TEST()
302 EXPECT_EQ('a', tolower('a')); in TEST()
303 EXPECT_EQ('a', tolower('A')); in TEST()
/bionic/libc/bionic/
Dctype.cpp87 return tolower(c); in tolower_l()
Diconv.cpp71 if (tolower(*lhs) != tolower(*rhs)) break; in __match_encoding()
Dwctype.cpp127 return u_tolower ? u_tolower(wc) : tolower(wc); in towlower()
/bionic/tests/headers/posix/
Dctype_h.c61 FUNCTION(tolower, int (*f)(int)); in ctype_h()
/bionic/libc/dns/nameser/
Dns_ttl.c88 *p = tolower(ch); in ns_format_ttl()
Dns_name.c391 *dn++ = tolower(c); in ns_name_ntol()
/bionic/libc/include/bits/
Dctype_inlines.h144 __BIONIC_CTYPE_INLINE int tolower(int __ch) { in tolower() function
/bionic/libc/tzcode/
Dstrftime.c645 while (pt < ptlim && (*pt = tolower(*str++)) != '\0') { in _add()
659 c = tolower(c); in _add()
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_008.S345 CALL(tolower)
Dliblinker_reloc_bench_149.S639 CALL(tolower)
Dliblinker_reloc_bench_006.S708 CALL(tolower)
Dliblinker_reloc_bench_003.S1216 CALL(tolower)
Dliblinker_reloc_bench_158.S1339 CALL(tolower)
Dliblinker_reloc_bench_029.S2170 CALL(tolower)
Dliblinker_reloc_bench_001.S4090 CALL(tolower)
4391 GOT_RELOC(tolower)
Dliblinker_reloc_bench_154.S2458 CALL(tolower)
Dliblinker_reloc_bench_016.S2333 CALL(tolower)
/bionic/libc/tools/
Dposix-2013.txt1076 tolower
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c1032 return(tolower(ch)); in othercase()
/bionic/tools/versioner/platforms/
Dlibc.map.txt1096 tolower;
/bionic/libc/
Dlibc.map.txt1096 tolower;

12